-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (31 loc) · 988 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (31 loc) · 988 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: MeteoGate Documentation
site_description: Guidance and instructions for MeteoGate Stakeholders – Data Consumers, Data Publishers and Community Capability Operators
site_author: EUMETNET
repo_url: https://github.com/EUMETNET/meteogate-documentation
theme:
name: material
language: en
logo: images/meteogate-logo.svg
palette:
primary: black
accent: indigo
font:
text: Open Sans
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.sections
- toc.integrate
- search.highlight
- content.code.copy
nav:
- HOME: index.md
- 1. OVERVIEW: 1-overview.md
- 2. DISCOVERING AND ACCESSING DATA: 2-discovering-and-accessing-data.md
- 3. PUBLISHING DATA: 3-publishing-data.md
- 4. ONBOARDING YOUR API: 4-onboarding-your-api.md
- ARCHITECTURE: technical-architecture.md
- GLOSSARY: glossary.md
- REFERENCES: references.md