-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
51 lines (46 loc) · 1007 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
47
48
49
50
51
site_name: "AEproject: Smart Contract Testing Framework"
plugins:
- search
repo_url: "https://github.com/aeternity/aeproject"
edit_uri: ""
extra:
version:
provider: mike
theme:
favicon: images/favicon.png
name: material
language: en
palette:
- scheme: default
primary: pink
accent: pink
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: pink
accent: pink
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.magiclink
- pymdownx.highlight
- pymdownx.superfences
nav:
- index.md
- cli/init.md
- cli/env.md
- cli/test.md
- lib.md
- migration-from-3.x.x-to-4.x.x.md
- migration-from-4.x.x-to-5.x.x.md
- next-support.md