-
Notifications
You must be signed in to change notification settings - Fork 28
/
mkdocs.yml
59 lines (53 loc) · 1.34 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
56
57
58
59
site_name: farcaster-py documentation
repo_url: https://github.com/a16z/farcaster-py
site_url: https://a16z.github.io/farcaster-py
theme:
name: "material"
icon:
logo: material/home
favicon: images/favicon-32x32.webp
features:
- search.suggest
- content.code.copy
- content.code.annotate
- navigation.footer
palette:
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: deep purple
accent: deep orange
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: deep purple
accent: deep orange
logo: images/logo.webp
plugins:
- search
- mkdocstrings
- social
nav:
- farcaster-py docs: index.md
- reference.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/a16zcrypto
- icon: fontawesome/brands/github
link: https://github.com/a16z
- icon: material/web-box
link: https://a16zcrypto.com/
generator: false
copyright: Made with ❤️ by a16z crypto