-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (27 loc) · 584 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (27 loc) · 584 Bytes
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
site_name: /reg/nal docs
site_url: https://regn.al/docs
theme:
name: material
logo: assets/logo.png
icon:
repo: fontawesome/brands/github
features:
search.suggest
search.highlight
content.action.edit
palette:
scheme: slate
primary: brown
accent: teal
repo_url: https://github.com/tyrantlink/regnal
repo_name: tyrantlink/regnal
edit_uri: edit/master/docs/
plugins:
- search
markdown_extensions:
- abbr
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
copyright: documentation is hard >.<