-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
81 lines (73 loc) · 2.27 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: Allfeat Documentation
site_url: https://docs.allfeat.com
site_description: A comprehensive guide for using and contributing to Allfeat.
site_author: Allfeat labs.
theme:
name: material
logo: assets/logos/allfeat-light.svg
font: false
favicon: https://www.allfeat.com/favicon.ico
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: Allfeat
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: Allfeat-dark
primary: custom
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
language: en
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.allfeat.com/
name: Allfeat on Discord
- icon: fontawesome/brands/github
link: https://github.com/Allfeat/
name: Allfeat Github
- icon: fontawesome/brands/linkedin
link: https://fr.linkedin.com/company/allfeatlab
name: Allfeat labs
generator: false
copyright: Copyright © 2023 - 2024 Allfeat
docs_dir: docs
nav:
- Introduction:
- Overview: "index.md"
- Architecture: "intro/architecture.md"
- Consensus: "intro/consensus.md"
- Specific Features:
- Overview: "features/overview.md"
- MIDDS:
- Overview: "features/midds/midds.md"
- Proof-Of-Metadata: "features/midds/certification.md"
- Networks:
- Harmonie Testnet (deprecated): "networks/harmonie.md"
- Technical Prerequisites: "prerequisites.md"
- Installation and Configuration:
- Docker: "installation/docker.md"
- From Source:
- Overview: "installation/from-source.md"
- Linux: "installation/linux.md"
- macOS: "installation/macos.md"
- Building: "installation/build-allfeat.md"
- Running a Local Node:
- With Docker: "running-a-node/docker.md"
- Without Docker: "running-a-node/without-docker.md"
- Compatible Wallets: "wallets.md"
- FAQ: "faq.md"
- Additional Resources: "additional-resources.md"
- Contributing to Allfeat: "contributing.md"
plugins:
- search
- minify:
minify_html: true