-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
54 lines (49 loc) · 1.32 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
site_name: "Services Handbook"
nav:
- About: index.md
- Services:
- Autoscaling:
- "": autoscaling/index.md
- Load Balancer:
- "": load-balancer/index.md
- Fault Injection:
- "": fault-injection/index.md
- Dynamic DNS:
- "": dynamic-dns/index.md
- Service Discovery:
- "": service-discovery/index.md
- Configurations:
- cloudscale.ch: service-discovery/cloudscale_ch.md
- Exoscale: service-discovery/exoscale.md
- Apache CloudStack: service-discovery/cloudstack.md
- FAQ: service-discovery/faq.md
theme:
font: false
logo: images/social-white.png
name: material
palette:
primary: cyan
scheme: slate
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- admonition
- attr_list
plugins:
- search
copyright: '<img src="https://www.ngine.ch/images/logo.png" style="max-width:80px"> <br> Copyright © 2023 moser-systems.com'
extra:
generator: true
social:
- icon: fontawesome/brands/github
link: https://github.com/ngine-io
extra_css:
- stylesheets/extra.css