-
Notifications
You must be signed in to change notification settings - Fork 445
/
mkdocs.yml
62 lines (62 loc) · 1.64 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
site_name: Hyperledger Cello
repo_name: "hyperledger/cello"
repo_url: "https://github.com/hyperledger/cello"
theme:
name: "mkdocs"
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
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
- Fabric operator: agents/fabric-operator.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