-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
39 lines (39 loc) · 1.01 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
site_name: River Route
site_url: https://rr.hales.app
copyright: Copyright © 2023-2024 Dr Riley Hales. All rights reserved.
theme:
name: material
palette:
primary: light blue
features:
- content.code.copy
- content.code.select
- navigation.expand
- navigation.path
- navigation.footer
- toc.follow
nav:
- Home: index.md
- API Documentation: api.md
- References:
- The Config File: references/config-files.md
- File Schemas: references/io-file-schema.md
- Time Variables: references/time-variables.md
- Tutorials:
- Basic Walkthrough: tutorial/basic-tutorial.md
- Advanced Concepts: tutorial/advanced-tutorial.md
- License: terms.md
plugins:
- search
- mkdocstrings
- include-markdown:
comments: false
markdown_extensions:
- admonition
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format