-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (43 loc) · 1.01 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
site_name: Grelmicro
site_description: Grelmicro is a lightweight framework/toolkit which is ideal for building async microservices in Python.
site_url: https://grelmicro.grel.info
theme:
name: material
palette:
primary: green
accent: light green
font:
text: 'Roboto'
code: 'Roboto Mono'
features:
- content.tabs.link
- content.code.copy
- content.code.select
- content.tooltips
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.top
- navigation.tracking
repo_name: grelinfo/grelmicro
repo_url: https://github.com/grelinfo/grelmicro
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
nav:
- Grelmicro: index.md
- User Guide:
- logging.md
- sync.md
- task.md
markdown_extensions:
- admonition
- mdx_include:
base_path: docs
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true