-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (33 loc) · 846 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (33 loc) · 846 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
30
31
32
33
34
35
36
37
38
39
40
41
site_name: Domain Connect Knowledge Base
site_description: Knowledge base for the Domain Connect protocol
site_author: Pawel Kowalik
docs_dir: Root
site_dir: docs
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
font:
text: Open Sans
code: Roboto Mono
palette:
scheme: default
primary: custom
accent: custom
features:
- navigation.top
- content.code.copy
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- tables
- attr_list
- md_in_html
nav:
- Home: index.md
repo_url: https://github.com/Domain-Connect/knowledge-base
repo_name: Domain-Connect/knowledge-base
copyright: "Copyright © 2026 Domain Connect Contributors. Content licensed under <a href='https://creativecommons.org/licenses/by/4.0/'>CC BY 4.0</a>."
extra:
generator: false