-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
102 lines (98 loc) · 3.88 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
site_name: GOSH
nav:
- GOSH:
- Overview: index.md
- Interacting with GOSH:
- GOSH Web:
- Account: working-with-gosh/gosh-web/account.md
- DAO:
- Create DAO: working-with-gosh/gosh-web/create-dao.md
- DAO Overview: working-with-gosh/gosh-web/dao-overview.md
- Proposals and voting in SMV: working-with-gosh/gosh-web/proposals-and-voting-in-smv.md
- Working with tokens and Karma: working-with-gosh/gosh-web/working-with-tokens-and-karma.md
- Repository: working-with-gosh/gosh-web/repository.md
- Members: working-with-gosh/gosh-web/members.md
- Tasks: working-with-gosh/gosh-web/task.md
- Settings: working-with-gosh/gosh-web/dao-set-up.md
- Docker Extension: working-with-gosh/docker-extension.md
- GOSH GitHub Sync: working-with-gosh/sync.md
- Git Remote Helper: working-with-gosh/git-remote-helper.md
- Tools:
- Hacks & Grants:
- Overview: hacks-and-grants/overview.md
- User Guide: hacks-and-grants/user-guide.md
- AnyTree:
#- AnyTreeAll: anytree-all.md
#- Working with AnyTree: working-with-gosh/anytree.md
#- Working with AnyTree without GOSH: anytree/anytree-without-gosh.md
- AnyTree: working-with-gosh/anytree.md
- AnyTree Firewall for Telepresence: working-with-gosh/anytree-firewall-for-telepresence.md
- Integrity Credits:
- Overview: integrity-credits/overview.md
- User Guide: integrity-credits/user-guide.md
- GOSH Ethereum L2:
- Overview: ethereum-L2/overview.md
- User Guide: ethereum-L2/user-guide.md
#- GOSH AI: working-with-gosh/gosh-ai.md
#- Acki Nacki:
# - Overview: acki-nacki/overview.md
- For developers:
- On-chain Architecture:
- GOSH Wallet: on-chain-architecture/gosh-wallet.md
- Organizations - GOSH DAO and SMV: on-chain-architecture/organizations-gosh-dao-and-smv.md
- GOSH smart contracts: on-chain-architecture/gosh-smart-contracts.md
- Set up Git Remote Helper: working-with-gosh/gosh-web/grh-config.md
#- Acki Nacki:
#- Connection to network:
#- General information: acki-nacki/info.md
#- Create wallet: acki-nacki/connection-to-network/create-wallet.md
#- Quick start for TVM CLI: acki-nacki/connection-to-network/quick-start-tvm-cli.md
#- Quick start for TVM SDK: acki-nacki/connection-to-network/quick-start-tvm-sdk.md
#- Quick start for TVM SDK JavaScript: acki-nacki/connection-to-network/quick-start-tvm-sdk-JavaScript.md
#- Create and compile contract: acki-nacki/connection-to-network/create-and-compile-contract.md
#- Deploy network: acki-nacki/deploy-network.md
- GOSH Ethereum L2: integrations/l2.md
# - contracts: integrations/contracts.md
- Links: links.md
#- Build and Sign Images: working-with-gosh/build-and-sign-images.md
#- Verify Images in Docker Extension: working-with-gosh/verify-images-in-docker-extension.md
markdown_extensions:
- admonition
- abbr
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- tables
theme:
logo: images/gosh2.svg
favicon: images/gosh2.svg
# name: readthedocs
name: material
language: en
features:
# - navigation.sections
- navigation.tabs
- navigation.tabs.sticky
# - navigation.expand
- content.code.copy
- content.tooltips
palette:
scheme: default
primary: white
accent: light blue
icon:
annotation: material/arrow-right-circle
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js