-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
90 lines (77 loc) · 2.26 KB
/
Copy pathmkdocs.yml
File metadata and controls
90 lines (77 loc) · 2.26 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
site_name: Orchestry Documentation
site_url: https://admincodes7.github.io/Orchestry/
site_description: Orchestry - Container Orchestration and Auto-Scaling Platform
use_directory_urls: true
repo_url: https://github.com/admincodes7/Orchestry
repo_name: admincodes7/Orchestry
nav:
- Home: index.md
- User Guide:
- Quick Start: user-guide/quick-start.md
- CLI Reference: user-guide/cli-reference.md
- Application Specification: user-guide/app-spec.md
- Configuration: user-guide/configuration.md
- API Reference: user-guide/api-reference.md
- Troubleshooting: user-guide/troubleshooting.md
- Developer Guide:
- Architecture Overview: developer-guide/architecture.md
- Core Components: developer-guide/components.md
- Leader Election: developer-guide/leader-election.md
- Database Schema: developer-guide/database.md
- Scaling Algorithm: developer-guide/scaling.md
- Health Monitoring: developer-guide/health.md
- Load Balancing: developer-guide/load-balancing.md
- Development Setup: developer-guide/development.md
- Extensions: developer-guide/extensions.md
- Examples:
- Sample Applications: examples/applications.md
theme:
name: material
logo: images/l0g0.png
favicon: images/l0g0.png
palette:
- scheme: slate
primary: grey
accent: grey
font:
text: JetBrains Mono
code: JetBrains Mono
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.share
- content.code.copy
- content.code.annotate
site_dir: site
plugins:
- search
markdown_extensions:
- toc:
permalink: true
toc_depth: 3
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/admincodes7/Orchestry
version:
provider: mike
generator: false
extra_css:
- styles/overrides.css