Add gh/download links & Update roadmap (#109)

* adds homepage (wip)

* fix footer links

* update nomenclature link on blog post

* small fixes and markdown format

* link fix

* make all docs links relative

* fix vtxo links

* fix errors with Safari

* improves arm detection

* fix bottom color

* update roadmap

* adds faucet instructions

* change ark-cli instructions to accomodate PR 117

* instructions fixes to accomodate onboarding; ui improvements
This commit is contained in:
João Bordalo
2024-03-05 13:06:31 +00:00
committed by GitHub
parent fb64bd35d8
commit a8f3039e69
9 changed files with 317 additions and 34 deletions

View File

@@ -29,7 +29,7 @@ Should the digital bank cease to exist, **users can still retrieve their digital
### 🔨 How Does it Work?
Start by exploring the [Nomenclature](/docs/learn/nomenclature.md) to familiarize yourself with key concepts and terminology. Then, learn how to [Board the Ark](/docs/learn/boarding.md), [Send Payments](/docs/learn/payments.md), and eventually [Leave the Ark](/docs/learn/leaving.md) to withdraw your funds back to the Bitcoin blockchain in case of server unresponsiveness.
Start by exploring the [Nomenclature](./learn/nomenclature.md) to familiarize yourself with key concepts and terminology. Then, learn how to [Board the Ark](./learn/boarding.md), [Send Payments](./learn/payments.md), and eventually [Leave the Ark](./learn/leaving.md) to withdraw your funds back to the Bitcoin blockchain in case of server unresponsiveness.
### 🏃‍♀️ Running Ark
@@ -40,8 +40,8 @@ The Ark reference implementation is currently under development. Please check ba
You can join an existing Ark service provider or run your own.
- [Join an Ark as User](/user/intro.md)
- [Operate an Ark as Liquidity Provider](/provider/intro.md)
- [Join an Ark as User](./user/intro.md)
- [Operate an Ark as Liquidity Provider](./provider/intro.md)
### 👩‍💻 Integrate Ark
@@ -50,7 +50,7 @@ You can join an existing Ark service provider or run your own.
The Ark libraries and developer tools are currently under development. Please check back soon for updates.
:::
You can [integrate Ark](/docs/developers/get-started.md) into your wallet or application to enable your users to send and receive Bitcoin payments off-chain.
You can [integrate Ark](./developers/get-started.md) into your wallet or application to enable your users to send and receive Bitcoin payments off-chain.
### ⌨️ Contributing