-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor documentation layout and define default ports (#688)
* define ports for each service * Improve and reorganise guide docs to better fit services * Add fix for print.html * Fix agones ports * fix xds port * implement changes from review
- Loading branch information
1 parent
bf3b43a
commit ed34073
Showing
51 changed files
with
584 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,7 @@ use_env = true | |
|
||
[preprocessor.variables.variables] | ||
|
||
[build] | ||
create-missing = false | ||
|
||
[output.html] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,42 @@ | ||
# Summary | ||
[Introduction](./introduction.md) | ||
[Installation](./installation.md) | ||
[FAQ](./faq.md) | ||
|
||
- [Introduction](./introduction.md) | ||
- [Quickstart](./quickstart.md) | ||
- [Netcat](./quickstarts/netcat.md) | ||
- [Agones + Xonotic (Sidecar)](./quickstarts/agones-xonotic-sidecar.md) | ||
- [Agones + Xonotic (xDS)](./quickstarts/agones-xonotic-xds.md) | ||
- [Usage](./using.md) | ||
- [File Configuration](./file-configuration.md) | ||
- [Integrations](./integrations.md) | ||
- [Proxy Mode](./proxy-mode.md) | ||
- [Concepts](proxy/concepts.md) | ||
- [Filters](./filters.md) | ||
- [Capture](proxy/filters/capture.md) | ||
- [Compress](proxy/filters/compress.md) | ||
- [Concatenate Bytes](proxy/filters/concatenate_bytes.md) | ||
- [Debug](proxy/filters/debug.md) | ||
- [Drop](proxy/filters/drop.md) | ||
- [Firewall](proxy/filters/firewall.md) | ||
- [Load Balancer](proxy/filters/load_balancer.md) | ||
- [Local Rate Limit](proxy/filters/local_rate_limit.md) | ||
- [Match](proxy/filters/match.md) | ||
- [Pass](proxy/filters/pass.md) | ||
- [Timestamp](proxy/filters/timestamp.md) | ||
- [Token Router](proxy/filters/token_router.md) | ||
- [Writing Custom Filters](proxy/filters/writing_custom_filters.md) | ||
- [Metrics](proxy/metrics.md) | ||
- [Maxmind](proxy/maxmind.md) | ||
- [xDS Management API](./xds.md) | ||
- [Built-in xDS Providers](./xds/builtin.md) | ||
- [Filesytem](./xds/providers/filesystem.md) | ||
- [Agones](./xds/providers/agones.md) | ||
- [Metrics](./xds/metrics.md) | ||
- [Administration](./admin.md) | ||
- [Client SDKs](./sdks.md) | ||
- [Unreal Engine](./sdks/unreal-engine.md) | ||
- [Examples](./examples.md) | ||
- [FAQ](./faq.md) | ||
# Quickstart Guides | ||
- [Netcat](./deployment/quickstarts/netcat.md) | ||
- [Agones + Xonotic (Sidecar)](./deployment/quickstarts/agones-xonotic-sidecar.md) | ||
- [Agones + Xonotic (xDS)](./deployment/quickstarts/agones-xonotic-xds.md) | ||
|
||
# Services | ||
- [Proxy](./services/proxy.md) | ||
- [Filters](./services/proxy/filters.md) | ||
- [Capture](./services/proxy/filters/capture.md) | ||
- [Compress](./services/proxy/filters/compress.md) | ||
- [Concatenate Bytes](./services/proxy/filters/concatenate_bytes.md) | ||
- [Debug](./services/proxy/filters/debug.md) | ||
- [Drop](./services/proxy/filters/drop.md) | ||
- [Firewall](./services/proxy/filters/firewall.md) | ||
- [Load Balancer](./services/proxy/filters/load_balancer.md) | ||
- [Local Rate Limit](./services/proxy/filters/local_rate_limit.md) | ||
- [Match](./services/proxy/filters/match.md) | ||
- [Pass](./services/proxy/filters/pass.md) | ||
- [Timestamp](./services/proxy/filters/timestamp.md) | ||
- [Token Router](./services/proxy/filters/token_router.md) | ||
- [Writing Custom Filters](./services/proxy/filters/writing_custom_filters.md) | ||
- [Metrics](./services/proxy/metrics.md) | ||
|
||
--- | ||
|
||
- [Control Plane](./services/xds.md) | ||
- [Metrics](./services/xds/metrics.md) | ||
- [Providers]() | ||
- [Agones](./services/xds/providers/agones.md) | ||
- [Filesystem](./services/xds/providers/filesystem.md) | ||
|
||
# SDKs | ||
- [Unreal Engine](./sdks/unreal-engine.md) | ||
|
||
# Deployment | ||
- [Administration](./deployment/admin.md) | ||
- [Architecture Examples](./deployment/examples.md) | ||
- [Configuration](./deployment/configuration.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.