forked from Psychedelic/plug-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
62 lines (62 loc) · 2.53 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
site_name: "Documentation | Plug"
site_author: plugwallet.ooo
site_description: Plug is a browser crypto wallet extension that allows you to access your ICP, Cycles, and other tokens as well as log into IC apps with one click.
site_url: https://docs.plugwallet.ooo/
copyright: '© 2021 Built by Fleek'
repo_name: psychedelic/plug
repo_url: https://github.com/psychedelic/plug
theme:
name: material
custom_dir: overrides
favicon: './imgs/favicon.ico'
logo: './imgs/logo.png'
font:
text: 'Open Sans'
extra_css:
- 'stylesheets/extra.css'
- 'stylesheets/codehilite-theme.css'
markdown_extensions:
- codehilite
- admonition
- attr_list
- meta
- toc:
permalink: true
nav:
- Welcome to Plug 👋: index.md
- <b>Developer Guides</b> 🧰: "#"
- Getting Started: getting-started/connect-to-plug/#browser-extension
- Connect apps to Plug: getting-started/connect-to-plug/#requestconnectrequestconnectparams
- Using the Agent/Actor: getting-started/connect-to-plug/#making-calls-to-canisters-with-plug
- Querying Balances: getting-started/connect-to-plug/#requestbalance
- Triggering Transfers: getting-started/connect-to-plug/#requesttransferrequesttransferparams
- Authentication Button: getting-started/plug-button.md
- <b>Custom Assets in Plug</b> 🎨: "#"
- Custom Tokens (EXT): getting-started/custom-tokens.md
- Non-fungible Tokens (NFTs): getting-started/nfts.md
- <b>Build an App Examples</b> 💡: "#"
- Buy me a Coffee: build-an-app-examples/build-app-buy-me-a-coffee.md
- Plugged (E2E): build-an-app-examples/build-app-plugged.md
- NNS Stats: build-an-app-examples/plug-auth-nns.md
- Coinflip: "https://2ji5m-raaaa-aaaah-aanoa-cai.raw.ic0.app"
- <b>Resources & FAQs </b> 📚:
- FAQs: resources/faq.md
- Resource Library: resources/library.md
- Common Terms: common-terms/plug-dictionary.md
- Disclaimer: resources/disclaimer.md
- Trademark: resources/trademark.md
- Privacy: resources/privacy.md
- <b>Troubleshooting</b> ❓:
- Troubleshooting Guides: resources/troubleshooting.md
- Recovering Sub-accounts: resources/multiple-accounts.md
- Migrating Curves: resources/migrating-curve.md
- Depositing Cycles: resources/buying-cycles.md
- App Trust & Security: resources/app-trust-and-security.md
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/psychedelic/plug/
- icon: fontawesome/brands/twitter
link: https://twitter.com/plug_wallet
- icon: fontawesome/brands/discord
link: https://discord.gg/yVEcEzmrgm