forked from Open-EO/openeo-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (41 loc) · 1.2 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
site_name: openEO API 0.4.2
nav:
- Prologue:
- Introduction: index.md
- Glossary: glossary.md
- Contributor Code of Conduct: codeofconduct.md
- Changelog: changelog.md
- Getting started:
- Users: gettingstarted-users.md
- Back-end Providers: gettingstarted-backends.md
- Client Developers: gettingstarted-clients.md
- Examples (proof of concept): examples-poc.md
- Architecture: arch.md
- User Management and Accounting: usermanagement.md
- UDFs: udfs.md
- API:
- Data Discovery: collections.md
- Processes: processes.md
- Process Graphs: processgraphs.md
- Error Handling: errors.md
- CORS: cors.md
- Development guidelines:
- Software Development: guidelines-software.md
- Client Library Development: guidelines-clients.md
- API Specification: guidelines-api.md
- Core API Reference: apireference.md
- Subscriptions API Reference: apireference-subscriptions.md
- Process Reference: processreference.md
theme:
name: 'material'
repo_url: https://github.com/Open-EO/openeo-api
use_directory_urls: true
markdown_extensions:
- codehilite
- pymdownx.superfences
- toc:
toc_depth: 3
permalink: true
plugins:
- search
- macros