-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
53 lines (48 loc) · 1.35 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
site_name: Sovereign
site_description: Extensible JSON control-plane for Lyft's Envoy proxy, written in Python
site_url: https://vsyrakis.bitbucket.io/sovereign/docs/
theme:
name: material
palette:
primary: CCCCCC
accent: blue
#logo: img/icon-white.svg
#favicon: img/favicon.png
language: en
repo_name: cetanu/sovereign
repo_url: https://github.com/cetanu/sovereign
nav:
- Sovereign: index.md
- Terminology: terminology.md
- Tutorial:
- tutorial/first-steps.md
- tutorial/sources.md
- tutorial/templates.md
- tutorial/running-sovereign.md
- Advanced:
- advanced/modifiers.md
- advanced/custom-sources.md
- advanced/node-matching.md
- Settings and Environment Variables: settings.md
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format ''
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/cetanu
- icon: fontawesome/brands/twitter
link: https://twitter.com/atl_vsyrakis
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/svasilios/
version:
provider: mike
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js