forked from FleekHQ/fleek-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (55 loc) · 1.68 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: "Documentation"
site_author: fleek.co
site_url: https://docs.fleek.co/
copyright: '© 2020 Fleek'
repo_name: fleekhq/fleek-docs
repo_url: https://github.com/fleekhq/fleek-docs
theme:
name: material
favicon: './imgs/favicon.ico'
logo: './imgs/logo.png'
font:
text: 'Open Sans'
extra_css:
- 'stylesheets/extra.css'
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
nav:
- Introduction: index.md
- Hosting:
- Overview: hosting/overview.md
- Site Deployment: hosting/site-deployment.md
- Domain Management: hosting/domain-management.md
- Troubleshooting: hosting/troubleshooting.md
- Storage:
- Overview: storage/overview.md
- Storage App: storage/storage-app.md
- Fleek Storage JS: storage/fleek-storage-js.md
- Storage AWS S3 Integration: storage/storage-aws-s3-integration.md
- Space Daemon:
- Overview: space-daemon/overview.md
- Getting Started: space-daemon/getting-started.md
- Examples: space-daemon/examples.md
- Tutorials:
- Hosting: tutorials/hosting.md
- Storage: tutorials/storage.md
- Daemon: tutorials/daemon.md
- Examples:
- Hosting: examples/hosting.md
- Storage: examples/storage.md
- Daemon: examples/daemon.md
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/FleekHQ
- icon: fontawesome/brands/twitter
link: https://twitter.com/FleekHQ
- icon: fontawesome/brands/slack
link: https://app.slack.com/client/TT3NZ3XDY
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/fleekhq/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCBzlwYM0JjZpjDZ52-SLUmw