-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
39 lines (35 loc) · 885 Bytes
/
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
site_name: microq
repo_name: c16a/microq
repo_url: https://github.com/c16a/microq
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.expand
icon:
repo: fontawesome/brands/github
font:
text: IBM Plex Sans
code: JetBrains Mono
nav:
- Home: index.md
- Developer Guide:
- 'Running Locally':
- 'Using Docker': docker-build.md
- 'Building from source': source-build.md
- 'Configuration': configuration.md
- About: about.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- attr_list
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/iamunukutla
- icon: fontawesome/brands/github
link: https://github.com/c16a
copyright: Copyright © 2024 Chaitanya Munukutla