-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
55 lines (49 loc) · 1.08 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
52
53
54
55
site_name: Splice Docs
repo_url: https://github.com/SpliceNFT/splicenft
edit_uri: edit/main/docs/
site_dir: _docs
nav:
- Home: index.md
- Users: users.md
- Developers: developers.md
- Artists: artists.md
- FAQs: faqs.md
theme:
name: material
palette:
- scheme: default
primary: black
accent: amber
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: amber
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.tabs.link
- toc.integrate
- navigation.top
# - navigation.tabs
logo: logo.png
font:
text: Barlow
markdown_extensions:
- tables
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/splicenft
- icon: fontawesome/brands/github
link: https://github.com/SpliceNFT/splicenft