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 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