-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
58 lines (54 loc) · 1.44 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
site_name: DSP-Metadata-GUI
nav:
- Overview: index.md
- Usage:
- Usage Overview: usage_overview.md
- Project Organization: list_view.md
- Entering Metadata: tab_view.md
- Metadata Classes:
- Organization: organization.md
- Person: person.md
- Grant: grant.md
- Dataset: dataset.md
- Project: project.md
- Data Model V2: conversion.md
# - API Reference:
# - "GUI documentation": reference/collectMetadata.md
# - "Data Structure": reference/metaDataSet.md
# - "Data Handling": reference/dataHandling.md
# - "Utils": reference/utils.md
# - Roadmap: todo.md
theme:
name: material
logo: "assets/images/dasch-icon-white.svg"
favicon: "assets/images/dasch-favicon.ico"
pallette:
primary: "deep purple"
accent: "deep purple"
# features:
# - navigation.tabs
feature:
tabs: false
extra_css:
- "assets/style/theme.css"
markdown_extensions:
- markdown_include.include
- pymdownx.tasklist
- pymdownx.critic
plugins:
- search
# - mkdocstrings:
# default_handler: python
# handlers:
# python:
# rendering:
# show_root_heading: true
# show_root_full_path: false
# # heading_level: 2
# show_source: false
# group_by_category: false
# # show_if_no_docstring: true
# watch:
# - util/
# - docs/
# - ./