-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Alpha Release] Let's write some documentation #62
Comments
Thoughts on this:
|
* Add external documentation under `/docs` around filters and their configuration. * Add support for running tests in external docs. This includes adding a nightly compiler and updating cloudbuild to run them in ci. Work on #62
* Add external documentation under `/docs` around filters and their configuration. * Add support for running tests in external docs. This includes adding a nightly compiler and updating cloudbuild to run them in ci. Work on #62
* Add filters docs and external doc tests support * Add external documentation under `/docs` around filters and their configuration. * Add support for running tests in external docs. This includes adding a nightly compiler and updating cloudbuild to run them in ci. Work on #62 * fix cargo fmt * Use cargo --tests and fix debug filter schema doc Co-authored-by: Mark Mandel <markmandel@google.com>
* Add an overview to the documentation Work on #62 Co-authored-by: Ifeanyi Ubah <ifeanyi.ubah@embark-studios.com>
Provided some example integration architectures as starting points for people looking to integrate Quilkin into their systems. Work on #62
Provided some example integration architectures as starting points for people looking to integrate Quilkin into their systems. Work on #62
Added
|
Changed the title to be specific to the Alpha release. Added a FAQ to the list (I have some thoughts on some questions that should go in there - mac binary, consoles, performance, why not envoy 😄). Outside of "writing a Filter", I think that's all the documentation we probably want for the alpha release? What do you think? Happy with those items, anything else we should add? |
Added a checkbox set for quickstarts. Working on a quickstart for Agones, and extending that to using a Compression filter as well. |
AI from meeting today. @iffyio writing a "So you want to add your own Filter?" doc. |
Utilises the Agones example to do a walkthrough of running Xonotic with a sidecar, and also to do client side compression to server side decompression. Note: Won't work out of the box until we do our initial release. To test edit the sidecar.yaml and sidecar-compress.yaml to point at a dev image of Quilkin in your project. Work on #62
Utilises the Agones example to do a walkthrough of running Xonotic with a sidecar, and also to do client side compression to server side decompression. Note: Won't work out of the box until we do our initial release. To test edit the sidecar.yaml and sidecar-compress.yaml to point at a dev image of Quilkin in your project. Work on #62
* It's a FAQ Work on #62 * Review updates.
* Add documentation for writing filters Work on #62 Co-authored-by: Mark Mandel <markmandel@google.com>
Closing this ticket, as we're now complete with the list of items to document before our 0.1.0 release 🙌🏻 |
We should write some docs.
The text was updated successfully, but these errors were encountered: