forked from malbeclabs/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (35 loc) · 777 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (35 loc) · 777 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
site_name: Malbec Labs
site_url: https://docs.malbeclabs.com/
theme:
name: material
logo: logo.png
faviron: assets/favicon.png
palette:
scheme: slate
primary: grey
accent: custom
features:
- content.code.copy
- navigation.indexes
- toc.integrate
- header.autohide
nav:
- Welcome: index.md
- Connect: connect.md
- Contribute: contribute.md
- FAQs: faqs.md
- Notices:
- notices/20250506-testnet-upgrade.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.snippets
- pymdownx.caret
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
- pymdownx.blocks.caption