-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (32 loc) · 753 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (32 loc) · 753 Bytes
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: QGIS Conefor plugin
repo_url: https://github.com/ricardogsilva/qgisconefor
repo_name: qgisconefor
site_description: QGIS Conefor plugin
site_author: Ricardo Garcia Silva
nav:
- Home: 'index.md'
- User guide: 'user-guide.md'
- Development: 'development.md'
- About: 'about.md'
- Changelog: 'changelog-base.md'
- QGIS Repo: 'repo/plugins.xml'
theme:
name: material
logo: images/conefor_logo.png
favicon: images/conefor_logo.png
palette:
primary: amber
accent: purple
scheme: preference
icon:
repo: fontawesome/brands/github
markdown_extensions:
- toc:
permalink: true
- pymdownx.snippets:
base_path: .
- pymdownx.details
- pymdownx.superfences
- admonition
plugins:
- search