forked from allegro/envoy-control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
48 lines (40 loc) · 1.16 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
site_name: Envoy Control documentation
site_description: Envoy Control - Service Mesh Control Plane for Envoy Proxy
site_author: Allegro.pl
docs_dir: docs
#repo_url: https://github.com/allegro/envoy-control
#repo_name: 'envoy-control'
copyright: 'Allegro.pl'
theme:
name: material
logo:
icon: code
palette:
primary: purple
accent: purple
extra_javascript:
- 'assets/extra.js'
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: "#"
nav:
- About: index.md
- Quickstart: quickstart.md
- Architecture: architecture.md
- Configuration: configuration.md
- Integrations:
- Envoy: integrations/envoy.md
- Consul: integrations/consul.md
- Features:
- Multi DC support: features/multi_dc_support.md
- Permissions: features/permissions.md
- Service Transformers: features/service_transformers.md
- Weighted Load Balancing & Canary: features/load_balancing.md
- Development: development.md
- Performance: performance.md
- Deployment:
- Observability: deployment/observability.md
- Deployment: deployment/deployment.md
- Envoy Control vs other software: ec_vs_other_software.md