-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (33 loc) · 1.11 KB
/
mkdocs.yml
File metadata and controls
36 lines (33 loc) · 1.11 KB
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
site_name: CoMapeo Config Spreadsheet Plugin
site_dir: site
docs_dir: docs
theme:
name: material
markdown_extensions:
- tables
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: index.md
- Getting started: getting-started.md
- How-to guides:
- Categories sheet tasks: how-to/categories-sheet-tasks.md
- Details sheet tasks: how-to/details-sheet-tasks.md
- Translations: how-to/translations.md
- Export and share: how-to/export-and-share.md
- Import and maintenance: how-to/import-and-maintenance.md
- Reference:
- Categories sheet: reference/categories-sheet.md
- Details sheet: reference/details-sheet.md
- Translation sheets: reference/translation-sheets.md
- Metadata sheet: reference/metadata-sheet.md
- Menu reference: reference/menu-reference.md
- Linting rules: reference/linting-rules.md
- Troubleshooting: troubleshooting/index.md
- Tips and checklists: tips-and-checklists.md
- Resources and support: resources-and-support.md