forked from hyperledger/cello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
77 lines (77 loc) · 2.03 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
69
70
71
72
73
74
75
76
77
site_name: Hyperledger Cello
repo_name: 'hyperledger/cello'
repo_url: 'https://github.com/hyperledger/cello'
theme:
name: 'material'
logo: 'images/favicon.png'
favicon: 'images/favicon.png'
feature:
tabs: true
palette:
primary: 'light-blue'
accent: 'light-blue'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
markdown_extensions:
- admonition
- codehilite
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
docs_dir: docs
nav:
- Docs:
- Overview: index.md
- Concepts: concepts.md
- Design:
- Architecture: design/arch.md
- Setup:
- Server: setup/server.md
- Agent:
- Kubernetes: agents/kubernetes.md
- Ansible: agents/ansible.md
- Operations:
- Dashboard:
- Operator operations: operations/dashboard/operator.md
- Admin operations: operations/dashboard/admin.md
- User operations: operations/dashboard/user.md
- Reference:
- Configuration:
- Server Configuration: reference/configuration/server.md
- Commands:
- make: reference/commands/make.md
- cli: reference/commands/cli.md
- Contribute: contributing.md
- FAQ:
- faq.md
- Release Notes:
- release_note.md
#plugins:
# - search
# - minify:
# minify_html: true
# - pdf-export:
# media_type: print
# combined: true
# enabled_if_env: ENABLE_PDF_EXPORT