Skip to content

Commit 89d0436

Browse files
committed
remove step numbers, remove example apps, add direct links to getting tokens in quickstart page
1 parent beb1be3 commit 89d0436

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

docs/bee/installation/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ A "light" node can download and upload data from Swarm but does not share its di
1616
- [Node.js (v18 or higher)](https://nodejs.org/)
1717
- [npm (Node Package Manager)](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
1818
- [`curl`](https://curl.se/) or [`wget`](https://www.gnu.org/software/wget/) (Check with `curl --version` or `wget --version`)
19-
- [~0.20 xBZZ on Gnosis Chain](/docs/bee/installation/fund-your-node)
20-
- [~0.01 xDAI on Gnosis Chain](/docs/bee/installation/fund-your-node)
19+
- [~0.20 xBZZ on Gnosis Chain](/docs/bee/installation/fund-your-node#how-to-get-xbzz)
20+
- [~0.01 xDAI on Gnosis Chain](/docs/bee/installation/fund-your-node#how-to-get-xdai)
2121

2222
:::info
2323
Although `BZZ` is the official symbol of the token on both Ethereum and Gnosis Chain, the term `xBZZ` is widely used by the Swarm community and in documentation to indicate that it is BZZ on Gnosis Chain (not Ethereum).

docs/develop/introduction.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,37 +19,24 @@ pagination_next: null
1919

2020
<div class="container">
2121
<ul class="hub-grid">
22-
2322
<li class="hub-card">
2423
<a class="hub-card__link" href="/docs/bee/installation/quick-start">
25-
<h3 class="hub-card__title">Step One: Install Bee</h3>
24+
<h3 class="hub-card__title">Install Bee</h3>
2625
<p class="hub-card__desc">
2726
Install and run a Bee node — the entry point to the Swarm network.
2827
</p>
2928
<span class="hub-card__cta">Get started</span>
3029
</a>
3130
</li>
32-
3331
<li class="hub-card">
3432
<a class="hub-card__link" href="/docs/develop/tools-and-features/bee-js">
35-
<h3 class="hub-card__title">Step Two: Connecting your dApp with Swarm</h3>
33+
<h3 class="hub-card__title">Connect Your App</h3>
3634
<p class="hub-card__desc">
3735
Use the official <code>bee-js</code> SDK to integrate storage, feeds, and more into your app.
3836
</p>
3937
<span class="hub-card__cta">Connect dApp</span>
4038
</a>
4139
</li>
42-
43-
<li class="hub-card">
44-
<a class="hub-card__link" href="/docs/develop/access-the-swarm/host-your-website">
45-
<h3 class="hub-card__title">Step Three: Explore Example dApps</h3>
46-
<p class="hub-card__desc">
47-
Try ready-made templates and example projects that showcase how to build on Swarm.
48-
</p>
49-
<span class="hub-card__cta">See examples</span>
50-
</a>
51-
</li>
52-
5340
</ul>
5441
</div>
5542

0 commit comments

Comments
 (0)