1
1
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
2
- site_name : Alpen Labs Documentation
3
- site_url : https://alpenlabs.github.io/docs/
4
- repo_name : alpenlabs/docs
5
- repo_url : https://github.com/alpenlabs/docs
6
- copyright : Copyright © 2024 Alpen Labs, Inc.
2
+ site_name : Strata Documentation
3
+ site_url : https://docs.stratabtc.org
4
+ repo_url : https://github.com/alpenlabs/strata
7
5
plugins :
8
6
- search
9
7
theme :
10
8
name : material
11
- logo : assets/logo.svg
9
+ logo : assets/logo.png
12
10
icon :
13
11
repo : fontawesome/brands/github
14
- favicon : assets/logo.svg
12
+ favicon : assets/favicon.png
15
13
palette :
16
14
- scheme : default
17
- primary : indigo
18
- accent : indigo
15
+ primary : white
16
+ accent : custom
19
17
toggle :
20
18
icon : material/brightness-7
21
19
name : Switch to dark mode
22
20
- scheme : slate
23
- primary : indigo
24
- accent : indigo
21
+ primary : black
22
+ accent : custom
25
23
toggle :
26
24
icon : material/brightness-4
27
25
name : Switch to light mode
28
26
font :
29
- text : Roboto
27
+ text : Inter
30
28
code : Roboto Mono
31
29
features :
32
- - navigation.tabs
33
30
- navigation.instant
34
31
- navigation.footer
35
32
- search.suggest
@@ -39,19 +36,12 @@ theme:
39
36
- content.code.copy
40
37
- content.code.annotate
41
38
extra :
42
- homepage : https://alpenlabs.io
39
+ homepage : https://stratabtc.org
43
40
generator : false
44
- social :
45
- - icon : fontawesome/solid/globe
46
- link : https://alpenlabs.io
47
- - icon : fontawesome/brands/twitter
48
- link : https://x.com/alpenlabs
49
- - icon : fontawesome/brands/github
50
- link : https://github.com/alpenlabs
51
- - icon : fontawesome/solid/paper-plane
52
-
53
41
markdown_extensions :
54
42
- tables
43
+ - toc :
44
+ permalink : true
55
45
- attr_list
56
46
- md_in_html
57
47
- footnotes
@@ -82,27 +72,16 @@ extra_css:
82
72
83
73
nav :
84
74
- Introduction to Strata : index.md
85
- - Welcome :
86
- - Getting Started : getting-started.md
87
- - Acknowledgements : acknowledgements.md
88
- - Build Strata Apps :
89
- - Developing Strata Programs : build-strata/deploying-programs.md
90
- - Comparing Strata and Ethereum : build-strata/comparing-ethereum.md
91
- - Developer Resources : build-strata/developer-resources.md
92
- - Troubleshooting : build-strata/troubleshooting.md
93
- - Run a Strata Node :
94
- - Hardware Requirements : run-strata/hardware.md
95
- - Operator Guide : run-strata/operator-guide.md
96
- - Connecting you Wallet : run-strata/connecting-wallet.md
97
- - Bridge to Strata :
98
- - Bridge CLI : bridge/cli.md
99
75
- How Strata Works :
100
76
- Specifications : technical/specs.md
101
77
- System Architecture : technical/architecture.md
102
78
- Transaction Lifecycle : technical/transaction-lifecycle.md
103
79
- Transaction Fees : technical/transaction-fees.md
104
80
- Bitcoin Bridge : technical/bitcoin-bridge.md
105
81
- Node Types : technical/node-types.md
106
- - Research :
107
- - SNARKnado-based bridge : research/snarknado.md
108
- - Security : security.md
82
+ - Comparing Strata and Ethereum : technical/comparing-ethereum.md
83
+ - Community :
84
+ - Website : https://stratabtc.org
85
+ - GitHub : https://github.com/alpenlabs/strata
86
+ - Telegram : https://t.me/Strata_Community
87
+ - Twitter : https://twitter.com/Strata_BTC
0 commit comments