-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
130 lines (122 loc) · 4.37 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
site_name: Stratos Documentation
site_url: https://docs.thestratos.org
theme:
name: material
custom_dir: overrides
font:
text: Roboto
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- search.suggest
- search.share
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: slate
primary: teal
accent: teal
nav:
- Home: index.md
- Introduction:
- About Stratos: docs-about/about-stratos.md
- STOS Token Economy: docs-about/stratos-token-economy.md
- Updates: docs-about/changes.md
- Stratos Chain:
- HOWTOs:
- Full-Chain Node: docs-stratos-chain/setup-and-run-a-stratos-chain-full-node.md
- Become a Validator: docs-stratos-chain/how-to-become-a-validator.md
- Use of State Sync: docs-stratos-chain/how-to-start-with-state-sync.md
- Full-Chain as REST/gRPC: docs-stratos-chain/how-to-setup-rest-grpc-full-chain.md
- Mainnet Bridge: docs-stratos-chain/mainnet-bridge.md
- Mainnet Staking: docs-stratos-chain/mainnet-staking.md
- Operating:
- stchaind Commands Part 1: docs-stratos-chain/stchaind-commands-part-1.md
- stchaind Commands Part 2: docs-stratos-chain/stchaind-commands-part-2.md
- gRPC Queries: docs-stratos-chain/stratos-chain-grpc-queries.md
- REST APIs: docs-stratos-chain/stratos-chain-rest-apis.md
- Network: docs-stratos-chain/network.md
- EVM:
- Node config: docs-evm/node-config.md
- Deploying on Stratos:
- Using Hardhat: docs-evm/deploy-smart-contracts/hardhat.md
- Using Truffle: docs-evm/deploy-smart-contracts/truffle.md
- Wallets:
- Hello MetaMask: docs-evm/wallets/metamask/hello.md
- Configure Stratos on MetaMask: docs-evm/wallets/metamask/configure-on-metamask.md
- Multiple Accounts: docs-evm/wallets/metamask/multiple-accounts.md
- STOS Gas token: docs-evm/wallets/metamask/gas-token.md
- Available dapps: docs-evm/available-dapps.md
- Decentralized Storage:
- HOWTOs:
- SDS Resource Node: docs-resource-node/setup-and-run-a-sds-resource-node.md
- SDS Update to v12: docs-resource-node/sds-update-v12.md
- Migrate IPFS: docs-resource-node/sds-ipfs-handbook.md
- Video Streaming: docs-resource-node/sds-video-streaming-handbook.md
- Operating:
- ppd Commands: docs-resource-node/ppd-terminal-subcommands.md
- File Operations RPC API: docs-resource-node/sds-rpc-for-file-operation.md
- Node Monitor WebSocket API: docs-resource-node/node-monitor-websocket-api.md
- Examples:
- RPC Client: docs-resource-node/rpc-client.md
plugins:
- search
- social
extra:
social:
- icon: fontawesome/brands/chrome
link: https://thestratos.org
- icon: fontawesome/brands/telegram
link: https://t.me/StratosOfficial
- icon: fontawesome/brands/discord
link: https://discord.com/invite/tpQGpC2nMh
- icon: fontawesome/brands/twitter
link: https://twitter.com/Stratos_Network
- icon: fontawesome/brands/medium
link: https://stratos-network.medium.com/
- icon: fontawesome/brands/github
link: https://github.com/stratosnet
markdown_extensions:
- toc:
permalink: "🔗︎"
title: On this page
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- meta
- tables
- md_in_html
- pymdownx.arithmatex:
generic: true
extra_css:
- css/extra.css
extra_javascript:
- js/extra.js
- js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
validation:
unrecognized_links: ignore
copyright: <p> © 2021-<script>document.write(new Date().getFullYear())</script> Stratos Network</p>