File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,13 @@ Provide data to the IPFS network with IPFS Desktop or a pinning service:
29
29
- [ Install IPFS Desktop which bundles an IPFS node (Kubo) and a UI to manage files, peers, and explore content on IPFS] ( ./install/ipfs-desktop.md ) .
30
30
- [ Publish content to the IPFS network with IPFS Desktop] ( ./how-to/desktop-app.md ) .
31
31
32
- ### Deploy static sites to the IPFS network
32
+ ### Deploy static sites and dapps to the IPFS network
33
+
34
+ IPFS is a great fit for deploying static sites and dapps, check out the following guides to get started:
33
35
34
36
- [ Deploy static sites to the IPFS network with a GitHub Action] ( ./how-to/websites-on-ipfs/deploy-github-action.md ) .
37
+ - [ Set up a DNSLink gateway to serve your site via a custom domain] ( ./how-to/websites-on-ipfs/dnslink-gateway.md ) .
38
+ - [ Configure static site generators for publishing to IPFS] ( ./how-to/websites-on-ipfs/static-site-generators.md ) .
35
39
36
40
### Build
37
41
You can’t perform that action at this time.
0 commit comments