From 0ede6ff14cb792677447ab0f341ba165a536ff46 Mon Sep 17 00:00:00 2001 From: NoahMaizels Date: Sun, 19 Apr 2026 15:13:39 +0700 Subject: [PATCH 1/2] fix: add URL examples and explanation for accessing websites via Swarm hash - Show how to access website through local Bee node and public gateway - Include full example URLs with actual hash format - Add example hash to ignore list since it's just for documentation --- .link-checker-ignore | 7 +++++++ docs/desktop/publish-a-website.md | 16 +++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .link-checker-ignore diff --git a/.link-checker-ignore b/.link-checker-ignore new file mode 100644 index 00000000..240f5efe --- /dev/null +++ b/.link-checker-ignore @@ -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/ diff --git a/docs/desktop/publish-a-website.md b/docs/desktop/publish-a-website.md index c850aef9..d39287e8 100644 --- a/docs/desktop/publish-a-website.md +++ b/docs/desktop/publish-a-website.md @@ -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 From f53d51804ada31a3455915fba5c5f9615d614a1c Mon Sep 17 00:00:00 2001 From: NoahMaizels Date: Sun, 19 Apr 2026 15:13:43 +0700 Subject: [PATCH 2/2] chore: update awesome-swarm submodule with dead link fixes --- tools/docusaurus-link-checker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docusaurus-link-checker b/tools/docusaurus-link-checker index 10bfa621..f54e99eb 160000 --- a/tools/docusaurus-link-checker +++ b/tools/docusaurus-link-checker @@ -1 +1 @@ -Subproject commit 10bfa6217b68c54d1c9e115064bb1621e039bd1d +Subproject commit f54e99eb3f839e2432c7c34473f9dad518916c5d