-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (35 loc) · 815 Bytes
/
mkdocs.yml
File metadata and controls
38 lines (35 loc) · 815 Bytes
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
site_name: LibreGraph
copyright: © 2021 Kopano b.v.
site_author: LibreGraph Maintainers
nav:
- Home: index.md
- Development:
- Architecture: development.md
- Components: development/components.md
- Roadmap: development/roadmap.md
- Discussion: discussion.md
- Demo: demo.md
- Links: links.md
# Project source specific:
repo_name: 'GitHub'
repo_url: 'https://github.com/LibreGraph/libregraph.github.io/'
edit_uri: 'edit/main/docs/'
site_url: null
markdown_extensions:
- toc:
separator: "_"
permalink: true
# pip3 install mkdocs-material
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
palette:
primary: light blue
accent: red
font:
text: Roboto
code: Roboto Mono
custom_dir: 'theme'