This repository was archived by the owner on Jun 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (53 loc) · 1.29 KB
/
Copy pathmkdocs.yml
File metadata and controls
59 lines (53 loc) · 1.29 KB
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
site_name: Flightpath
repo_name: Gufran/flightpath
repo_url: https://github.com/Gufran/flightpath
site_url: https://docs.flightpath.xyz/
site_description: Flightpath Edge Proxy Documentation
site_author: Mohammad Gufran
docs_dir: site
theme:
name: 'material'
palette:
primary: 'White'
accent: 'Indigo'
font:
text: Roboto
code: Roboto Mono
extra:
social:
- type: github-alt
link: https://github.com/Gufran
- type: twitter
link: https://twitter.com/freatbeater
markdown_extensions:
- footnotes
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- markdown.extensions.def_list
- admonition
- codehilite:
guess_lang: false
linenums: true
- toc:
permalink: true
nav:
- Introduction: index.md
- Getting Started: getting-started.md
- Route Discovery: route-discovery.md
- Envoy Configuration: envoy-configuration.md
- Usage: usage.md
- Configuration: configuration.md
- Observability: observability.md
- Error Messages: error-messages.md