-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (35 loc) · 861 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
40
41
42
site_name: Klinks Project Docs
site_url: https://github.com/BrunoComitre/Klinks
site_description: Project documentation with Markdown
site_author: Bruno Alves Comitre
repo_url: https://github.com/BrunoComitre/Klinks
repo_name: BrunoComitre/Klinks
edit_uri: tree/main/docs
theme:
name: material
locale: en
language: en
logo: assets/logo.png
favicon: assets/logo.png
highlightjs: true
hljs_languages:
- yaml
- python
markdown_extensions:
- attr_list
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Getting Started: getting-started.md
- User Guide:
- Guide: user-guide/guide.md
- Developer Guide:
- Links: dev-guide/links.md
- About:
- Release Notes: about/release-notes.md
- Contributing: about/contributing.md
- License: about/license.md
# exclude_docs:
# drafts/
# /requirements.txt