forked from algorandfoundation/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (42 loc) · 896 Bytes
/
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
site_name: Algorand Developer Docs
theme:
name: material
font: Lato
palette:
primary: "#000000"
accent: "#5662DB"
icon:
repo: fontawesome/brands/github
features:
- navigation.sections
markdown_extensions:
- admonition
- footnotes
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- codehilite
- attr_list
- toc:
permalink: true
baselevel: 2
plugins:
- search
- awesome-pages
repo_name: algorand/docs
repo_url: https://github.com/algorand/docs
edit_uri: edit/staging/docs/