-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
57 lines (56 loc) · 2.05 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
site_name: "Documentation | Dank"
site_author: dank.ooo
site_description: Dank is a collection of Open Internet Service on the Internet Computer.
site_url: https://docs.dank.ooo/
copyright: '© 2021 Built by Dank'
repo_name: psychedelic/dank-docs
repo_url: https://github.com/psychedelic/dank-docs
theme:
name: material
custom_dir: overrides
favicon: './imgs/fav-dank.ico'
logo: './imgs/dank-w.png'
font:
text: 'Open Sans'
extra_css:
- 'stylesheets/extra.css'
markdown_extensions:
- codehilite
- admonition
- attr_list
- meta
- toc:
permalink: true
nav:
- Welcome to Dank 👋: index.md
- <b>Cycles Token (XTC)</b> 🌀: "#"
- Overview: xtc/overview.md
- Getting Started: xtc/getting-started.md
- Ledger Operations: xtc/getting-started/#ledger-operations
- Create & Manage Canisters: xtc/canister-development.md
- Set as Default DFX Wallet: xtc/canister-development/#set-cycles-token-xtc-as-your-default-wallet-in-dfx
- <b>Wrapped ICP (WICP)</b> ♾️: "#"
- Getting Started: wicp/getting-started.md
- Update Calls: wicp/getting-started/#update-calls
- Query Calls: wicp/getting-started/#query-calls
- <b>Repositories</b> 🧰: "#"
- Main Dank Repository: "https://github.com/Psychedelic/dank"
- Cycles Token (XTC): "https://github.com/Psychedelic/dank/tree/main/xtc"
- Wrapped ICP (WICP): "https://github.com/Psychedelic/wicp/"
- <b>Resources </b>💡:
- Resource Library: resources/library.md
- Common Terms : resources/common-terms.md
- Our App Ecosystem: resources/apps-with-dank.md
- Dank's Blog: "https://medium.com/dank-ois"
- Terms / Disclaimer: resources/disclaimer
- Privacy Policy: resources/privacy
- Security Policy: "https://github.com/Psychedelic/dank/security/policy"
- Trademark: resources/trademark
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/psychedelic/dank-canister
- icon: fontawesome/brands/twitter
link: https://twitter.com/dank_ois
- icon: fontawesome/brands/discord
link: https://discord.gg/yVEcEzmrgm