-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
68 lines (66 loc) · 1.82 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
62
63
64
65
66
67
68
site_name: TinyStacks - Ops Console Docs
site_url: https://docs.tinystacks.com
plugins:
- swagger-ui-tag
- search
theme:
name: material
custom_dir: overrides
features:
- toc.integrate
- toc.expand
- navigation.tabs
- navigation.tabs.sticky
- content.code.copy
- content.code.annotate
static_templates:
- 404.html
palette:
scheme: slate
primary: black
# Necessary for search to work properly
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
font:
text: Roboto
code: Roboto Mono
favicon: assets/tinystacks.png
logo: assets/tinystacks.png
markdown_extensions:
- attr_list
- md_in_html
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
repo_url: https://github.com/tinystacks/opsconsole
repo_name: tinystacks/opsconsole
extra:
generator: false
homepage: https://www.tinystacks.com
social:
- icon: fontawesome/solid/house
link: https://www.tinystacks.com
- icon: fontawesome/brands/discord
link: https://discord.gg/C2YZBwGAFz
- icon: fontawesome/brands/twitter
link: https://twitter.com/Tiny_Stacks
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/tinystacks
- icon: fontawesome/brands/github
link: https://github.com/tinystacks
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
nav:
- 'Introduction' : 'index.md'
- 'Getting Started': 'get-started.md'
- 'Installation': 'installation.md'
- 'Deployment': 'deployment.md'
- 'Dashboards': 'dashboards.md'
- 'CLI Reference': 'cli-reference.md'
- 'API Reference': 'api.md'
- 'Module Reference': 'modules.md'