-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
59 lines (59 loc) · 1.78 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
site_name: PlantMap Digital Logbook
repo_url: https://github.com/naturerobots/HSOS-SEP-PlantMap-2022
edit_uri: edit/main/docs/
nav:
- Home:
- Introduction: index.md
- Data Flow: data-flow.md
- Getting started:
- Installation: "getting-started/installation.md"
- Tutorials: "getting-started/tutorials.md"
- Common errors: "getting-started/errors.md"
- Improvements: "getting-started/improvements.md"
- License: "getting-started/license.md"
- Reference:
- REST-API:
- Authentication: "reference/authentication.md"
- Beds & Plants: "reference/bed-plant-endpoints.md"
- Company & Gardens: "reference/company-garden-endpoints.md"
- Permission System: "reference/permissions.md"
- 3D-View: "reference/3d-view.md"
- Storage System: "reference/storage-system.md"
- Architecture: "reference/architecture.md"
- External APIs: "reference/external-apis.md"
- Terminology: "reference/terminology.md"
- Env Variables: "reference/env-vars.md"
theme:
name: material
language: en
logo: imgs/logo_small_white.svg
favicon: imgs/logo_small_color.svg
palette:
- scheme: naturerobots
features:
- navigation.tracking
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.instant
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- meta
- attr_list
- md_in_html
- toc:
permalink: "#"
- pymdownx.striphtml:
strip_comments: true #default
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- footnotes
plugins:
- glightbox