-
Notifications
You must be signed in to change notification settings - Fork 65
/
mkdocs.yml
39 lines (39 loc) · 963 Bytes
/
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
---
site_name: SeaGOAT
repo_url: https://github.com/kantord/SeaGOAT
edit_uri: edit/main/docs/
extra:
version:
provider: mike
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- markdown_include.include:
base_path: docs
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo.png
palette:
primary: cyan
icon:
edit: material/pencil
view: material/eye
features:
- content.action.edit
- content.code.copy
- navigation.instant
- navigation.tracking
nav:
- Getting Started: index.md
- Usage Reference: usage.md
- SeaGOAT Server: server.md
- Configuring SeaGOAT: configuration.md
- Developer Documentation: developer.md