-
-
Notifications
You must be signed in to change notification settings - Fork 319
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (39 loc) · 1.05 KB
/
mkdocs.yml
File metadata and controls
44 lines (39 loc) · 1.05 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
37
38
39
40
41
42
43
44
site_name: "QField API Documentation"
theme:
name: material
logo: assets/images/qfield_logo_white.svg
favicon: assets/images/favicon.ico
palette:
- scheme: default
primary: light green
toggle:
icon: octicons/moon-24
name: Switch to dark mode
- scheme: slate
primary: blue
toggle:
icon: octicons/sun-24
name: Switch to light mode
copyright: Copyright © 2023 <a href="https://OPENGIS.ch">OPENGIS.ch</a> - <a
href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC-BY-SA
4.0</a>
plugins:
- search
- mkdoxy:
projects:
QField:
src-dirs: ./src/
full-doc: True
doxy-cfg:
EXTENSION_MAPPING: "qml=C++"
FILTER_PATTERNS: "*.qml=doxyqml"
FILE_PATTERNS: "*.cpp *.h* *.qml"
RECURSIVE: True
SHOW_FILES: False
nav:
- Home: index.md
- Code Snippets: snippets.md
- C++ Classes: QField/group__core.md
- QML Items: QField/group__qml.md
markdown_extensions:
- attr_list