-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
51 lines (47 loc) · 1.13 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
40
41
42
43
44
45
46
47
48
49
50
51
site_name: NFT Watch DAO
plugins:
- search
repo_url: 'https://github.com/kryptokrauts/nft-watch-dao'
edit_uri: 'https://github.com/kryptokrauts/nft-watch-dao'
theme:
icon:
logo: material/shield
name: material
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.tabs.link
- search.highlight
- search.share
- search.suggest
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- index.md
- code-of-conduct.md
- blacklisting.md
- shielding.md
- smart-contract.md
- faq.md
- disclaimer.md