Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit a2c4e70

Browse files
authored
feat (#1)
2 parents 60c212f + 87b240e commit a2c4e70

18 files changed

+31
-181
lines changed

docs/acknowledgements.md

-17
This file was deleted.

docs/assets/favicon.png

21.6 KB
Loading

docs/assets/logo.png

63.5 KB
Loading

docs/assets/logo.svg

-3
This file was deleted.

docs/bridge/cli.md

-10
This file was deleted.

docs/build-strata/deploying-programs.md

-7
This file was deleted.

docs/build-strata/developer-resources.md

-44
This file was deleted.

docs/build-strata/troubleshooting.md

-7
This file was deleted.

docs/getting-started.md

-6
This file was deleted.

docs/research/snarknado.md

-1
This file was deleted.

docs/run-strata/connecting-wallet.md

-7
This file was deleted.

docs/run-strata/hardware.md

-11
This file was deleted.

docs/run-strata/operator-guide.md

-10
This file was deleted.

docs/security.md

-18
This file was deleted.

docs/security.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Contact: https://github.com/alpenlabs/strata/issues
2+
Expires: 2026-01-01T04:59:00.000Z
3+
Preferred-Languages: en

docs/stylesheets/extra.css

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
:root {
2+
--md-accent-fg-color: #bc512f;
3+
--md-accent-fg-color--light: #bc512f;
4+
--md-accent-fg-color--dark: #bc512f;
5+
--md-accent-bg-color: #bc512f;
6+
--md-accent-bg-color--light: #bc512f;
7+
--md-accent-bg-color--dark: #bc512f;
8+
}
9+
110
.red {
211
color: red;
312
}

mkdocs.yml

+19-40
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,32 @@
11
# 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
75
plugins:
86
- search
97
theme:
108
name: material
11-
logo: assets/logo.svg
9+
logo: assets/logo.png
1210
icon:
1311
repo: fontawesome/brands/github
14-
favicon: assets/logo.svg
12+
favicon: assets/favicon.png
1513
palette:
1614
- scheme: default
17-
primary: indigo
18-
accent: indigo
15+
primary: white
16+
accent: custom
1917
toggle:
2018
icon: material/brightness-7
2119
name: Switch to dark mode
2220
- scheme: slate
23-
primary: indigo
24-
accent: indigo
21+
primary: black
22+
accent: custom
2523
toggle:
2624
icon: material/brightness-4
2725
name: Switch to light mode
2826
font:
29-
text: Roboto
27+
text: Inter
3028
code: Roboto Mono
3129
features:
32-
- navigation.tabs
3330
- navigation.instant
3431
- navigation.footer
3532
- search.suggest
@@ -39,19 +36,12 @@ theme:
3936
- content.code.copy
4037
- content.code.annotate
4138
extra:
42-
homepage: https://alpenlabs.io
39+
homepage: https://stratabtc.org
4340
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-
link: mailto:[email protected]
5341
markdown_extensions:
5442
- tables
43+
- toc:
44+
permalink: true
5545
- attr_list
5646
- md_in_html
5747
- footnotes
@@ -82,27 +72,16 @@ extra_css:
8272

8373
nav:
8474
- 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
9975
- How Strata Works:
10076
- Specifications: technical/specs.md
10177
- System Architecture: technical/architecture.md
10278
- Transaction Lifecycle: technical/transaction-lifecycle.md
10379
- Transaction Fees: technical/transaction-fees.md
10480
- Bitcoin Bridge: technical/bitcoin-bridge.md
10581
- 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

Comments
 (0)