-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
67 lines (61 loc) · 1.51 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: "SpiceQL Manual"
theme:
name: material
palette:
scheme: slate
# favicon: assets/favicon.ico
site_name_style: bold
title_style: light
icon:
annotation: material/chevron-right-circle
font:
text: Inter
code: Roboto Mono
highlightjs: true
components:
site_name: true
title: false
menu: false
preview: true
footer: false
features:
- navigation.tabs
- navigation.path
- navigation.indexes
- search.suggest
- search.suggest
- content.tabs.link
extra_css:
- assets/extra.css
nav:
- index.md
- "[ C++ API ]":
- 'Namespaces':
- 'Namespace List': 'SpiceQLCPPAPI/namespaces.md'
- 'Functions': 'SpiceQLCPPAPI/namespace_member_functions.md'
- "[ RESTful API ]":
- 'OpenAPI Docs': 'RestAPI.md'
- "[ USGS Astrogeology Docs ]" : https://astrogeology.usgs.gov/docs/
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- swagger-ui-tag
- mkdoxy:
projects:
SpiceQLCPPAPI:
src-dirs: SpiceQL/include/
FILE_PATTERNS: 'api.h inventory.h'
full-doc: True # if you want to generate full documentation
doxy-cfg: # standard doxygen configuration (key: value)
RECURSIVE: false # recursive search in source directories