-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
30 lines (30 loc) · 972 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
site_name: ZettelFlow
repo_url: https://github.com/RafaelGB/Obsidian-ZettelFlow
edit_uri: edit/master/docs/
theme:
name: material
navigation.instant: true
logo: resources/obsidian.png
icon:
repo: fontawesome/brands/github-alt
plugins:
- search
nav:
- 1. Home: index.md
- 2. Actions:
- 2.1 Prompt: actions/Prompt.md
- 2.2 Number: actions/Number.md
- 2.3 Checkbox: actions/Checkbox.md
- 2.4 Calendar: actions/Calendar.md
- 2.5 Selector: actions/Selector.md
- 2.6 Dynamic Selector: actions/DynamicSelector.md
- 2.7 Tags: actions/Tags.md
- 2.8 Backlink: actions/Backlink.md
- 2.9 CssClasses: actions/CssClasses.md
- 2.10 TaskManagement: actions/TaskManagement.md
- 2.11 Script: actions/Script.md
- 3. Folder Automatic Flows: folder-flows/FolderFlowsIntro.md
- 4. How to Contribute:
- 4.1 Wiki: how-to-contribute/Wiki.md
extra_javascript:
- "extra_javascript/navigationInstant.js"