generated from EOEPCA/document-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
123 lines (117 loc) · 3.36 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
site_name: EOEPCA Resource Registration Building Block
site_url: https://eoepca.readthedocs.io/projects/resource-registration/en/latest/
repo_url: https://github.com/EOEPCA/resource-registration/
edit_uri: "edit/main/docs/"
nav:
- EOEPCA Documentation: https://eoepca.readthedocs.io/
- Resource Registration:
- index.md
- Design:
- Architecture: design/overview.md
- Components:
- Registration API (pygeoapi):
- Design: design/registration-api/design.md
- API:
- design/registration-api/api/endpoint-specification.md
- design/registration-api/api/usage.md
- Harvester:
- Getting Started:
- getting-started/quick-start.md
- getting-started/development-guide.md
- Design: design/harvester/design.md
- API:
- design/harvester/api/endpoint-specification.md
- design/harvester/api/usage.md
- eodm: https://geopython.github.io/eodm/
# - Common Library:
# - Design: design/common-library/design.md
# - API:
# - Reference:
# - Base: design/common-library/api/base.md
# - Datasets: design/common-library/api/datasets.md
# - Providers: design/common-library/api/providers.md
# - Resources: design/common-library/api/resources.md
# - design/common-library/api/usage.md
# - design/more-design.md
# - Usage:
# - usage/tutorials.md
# - usage/howtos.md
# - Administration:
# - admin/configuration.md
# - admin/maintenance.md
# - API:
# - api/endpoint-specification.md
# - api/usage.md
theme:
# name: mkdocs
# name: readthedocs
name: material # https://squidfunk.github.io/mkdocs-material/creating-your-site/
navigation_depth: 4
# For `material` theme...
logo: img/favicon.ico
favicon: img/favicon.ico
features:
- navigation.footer
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
# - navigation.expand
# - toc.integrate
- navigation.top
- content.code.copy
- content.action.edit
extra_css:
- css/eoepca.css
plugins:
- autorefs
- glightbox
- search
- swagger-ui-tag
# - mkdocstrings:
# default_handler: python
# handlers:
# python:
# options:
# show_if_no_docstring: false
# filters:
# - "!checksum_funcs"
# - "!asset_changes"
# - "!folder_structure"
# - "!__log" # zu streng;
# - "!scene_id_pattern"
# - "!scene_id_pattern"
# - "!sensor_name"
# - "!usgs_path_structure"
# - "!checksum_settings"
# - "!variable_mappings"
# - "!BASE_QUERY"
# - pub-debugger:
# console_log:
# enabled: true
# log_level: INFO
# file_log:
# enabled: false
# zip_log:
# enabled: false
markdown_extensions:
- tables
- toc:
permalink: ⚓︎
toc_depth: 4
- smarty
- sane_lists
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- abbr
- attr_list
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md