-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmkdocs.yml
63 lines (55 loc) · 1.56 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Arlon - GitOps-based Fleet Management for Kubernetes
theme:
name: material
logo: images/pictogram_arlon-stroke.svg
favicon: images/favicon-32x32.png
palette:
# Palette toggle for light mode
scheme: default
font:
text: Work Sans
plugins:
- search
- mkdocs_pymdownx_material_extras
extra:
version:
default: stable
provider: mike
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.striphtml:
strip_comments: true
strip_js_on_attributes: false
- pymdownx.superfences:
custom_fences:
# Mermaid diagrams
- name: diagram
class: diagram
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: true
nav:
- Overview: 'README.md'
- Concepts: 'concepts.md'
- Cluster Template: 'clustertemplate.md'
- Application Profile: 'appprofiles.md'
- Design: 'design.md'
- Architecture: 'architecture.md'
- Installation: 'installation.md'
- Tutorial: 'gen2_Tutorial.md'
- Developer Guide:
- Setup: 'dev_setup.md'
- End to End Tests: 'e2e_testing.md'
- Contributing: 'contributing.md'
- Help with MkDocs: 'docs_help.md'
# name: gitbook
# name: 'rtd-dropdown'
#theme: ivory
# The default edit_uri is : edit/master/docs/
edit_uri: edit/main/docs/
repo_url: https://github.com/arlonproj/arlon
repo_name: arlonproj/arlon