-
Notifications
You must be signed in to change notification settings - Fork 19
/
mkdocs.yml
47 lines (46 loc) · 1.14 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
extra:
analytics:
property: G-5Z1VTPDL73
provider: google
extra_css:
- assets/versions.css
extra_javascript:
- assets/versions.js
markdown_extensions:
- codehilite
- admonition
- pymdownx.superfences
- pymdownx.tabbed
- footnotes
- toc:
permalink: true
nav:
- Overview: index.md
- Installation: installation.md
- Providers: provider-status.md
- Quick start: quick-start.md
- Features:
- Advanced Deployments: features/advanced-deployments.md
- Multiple Routes: features/multiple-routes.md
- Header Based Routing: features/header-based-routing.md
- TCP Routing: features/tcp.md
- GRPC Routing: features/grpc.md
- Contributing: CONTRIBUTING.md
repo_url: https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi
site_name: Argo Rollouts Gateway API plugin
site_url: https://argo-rollouts.readthedocs.io/
theme:
font:
text: Work Sans
logo: assets/logo.png
name: material
palette:
- primary: teal
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode