forked from zalando/skipper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
61 lines (59 loc) · 1.71 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
site_name: Skipper
nav:
- Introduction: index.md
- Reference:
- Filters: reference/filters.md
- Predicates: reference/predicates.md
- Scripts: reference/scripts.md
- Plugins: reference/plugins.md
- Architecture: reference/architecture.md
- Development: reference/development.md
- Video - How to build: tutorials/video-howto-build.md
- Data Clients:
- Eskip File: data-clients/eskip-file.md
- Etcd: data-clients/etcd.md
- Kubernetes: data-clients/kubernetes.md
- Route String: data-clients/route-string.md
- Operation:
- Deployment: operation/deployment.md
- Operation: operation/operation.md
- Kubernetes:
- Ingress Controller Deployment: kubernetes/ingress-controller.md
- Ingress Usage: kubernetes/ingress-usage.md
- Ingress Backends: kubernetes/ingress-backends.md
- East-West aka svc-to-svc: kubernetes/east-west-usage.md
- Tutorials:
- Basics: tutorials/basics.md
- Common Use Cases: tutorials/common-use-cases.md
- Development: tutorials/development.md
- Authentication and Autorization: tutorials/auth.md
- Ratelimits: tutorials/ratelimit.md
theme:
name: material
favicon: favicon.ico
logo: favicon.ico
feature:
tabs: true
palette:
primary: 'white'
highlightjs: true
hljs_languages:
- yaml
- go
repo_name: GitHub
repo_url: https://github.com/zalando/skipper/
edit_uri: edit/master/docs/
markdown_extensions:
- toc:
permalink: true
- admonition
- smarty
- extra
- codehilite
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.details
- pymdownx.mark
plugins:
- search
strict: true