Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .link-checker-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# URLs to ignore in link checker
# One URL pattern per line (substring matching, case-sensitive).
# These URLs are still checked and reported separately, but don't block the check.
# Lines starting with # are comments.

# Example hash from desktop/publish-a-website.md — just an example of URL format
https://api.gateway.ethswarm.org/bzz/6843d3be17364ea0620011430e4db2a26ff781da478493a02d6eb5aae886b8ae/
16 changes: 15 additions & 1 deletion docs/desktop/publish-a-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,21 @@ To publish your website on Swarm, follow these steps:

![](/img/upload-a-website2.gif)

[https://api.gateway.ethswarm.org/bzz/6843d3be17364ea0620011430e4db2a26ff781da478493a02d6eb5aae886b8ae/](https://api.gateway.ethswarm.org/bzz/6843d3be17364ea0620011430e4db2a26ff781da478493a02d6eb5aae886b8ae/)
Once uploaded, your website can be accessed through its Swarm hash via your local Bee node or through a public gateway. Sharing the hash is a convenient way to distribute your content to users who aren't running their own Bee node—they can access it directly through any Swarm gateway.

Your website is now accessible via:

**Local Bee node:**
```
http://localhost:1633/bzz/6843d3be17364ea0620011430e4db2a26ff781da478493a02d6eb5aae886b8ae/
```

**Public gateway:**
```
https://api.gateway.ethswarm.org/bzz/6843d3be17364ea0620011430e4db2a26ff781da478493a02d6eb5aae886b8ae/
```

Replace the hash with your actual website hash.

### Connecting an ENS Domain to Your Website

Expand Down
2 changes: 1 addition & 1 deletion tools/docusaurus-link-checker
Loading