-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (37 loc) · 900 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
40
41
42
43
# SPDX-FileCopyrightText: 2021 Magenta ApS <https://magenta.dk>
# SPDX-License-Identifier: MPL-2.0
---
site_name: RA Utils
site_url: ""
use_directory_urls: False
site_description: Various utilities for OS2mo and friends
repo_name: ra-utils
# TODO: Use the GitHub repo when it's ready
repo_url: https://git.magenta.dk/rammearkitektur/ra-utils
nav:
- index.md
- Getting Started: GettingStarted.md
- Release History: NEWS.md
theme:
name: "material"
palette:
- scheme:
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
features:
- navigation.instant
- navigation.tracking
# Adds Magenta's colour scheme
extra_css:
- stylesheets/extra.css
plugins:
- search
- autorefs
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite