Skip to content

Commit a21e573

Browse files
committed
move guide to guides
1 parent 856ae50 commit a21e573

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = {
105105
sidebarDepth: 1,
106106
collapsable: false,
107107
children: [
108-
['/quickstart/publish_cli', 'Publish with IPFS (command line)' ],
108+
['/how-to/websites-on-ipfs/deploy-github-action', 'Deploy to IPFS with GitHub Actions' ],
109109
['/quickstart/retrieve','Retrieve with IPFS'],
110110
]
111111
},

docs/install/deploy-github-action.md renamed to docs/how-to/websites-on-ipfs/deploy-github-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The IPFS Deploy Action makes no assumptions about your build process. Whether yo
3333
Before you begin, make sure you have:
3434

3535
1. A GitHub repository with your static web application
36-
2. A [Storacha](https://storacha.network) account or an IPFS Node (Kubo or IPFS Cluster) with the RPC endpoint publicly reachable (see [this guide](../how-to/kubo-rpc-tls-auth.md) for instructions on how to secure the Kubo RPC endpoint with TLS and authentication)
36+
2. A [Storacha](https://storacha.network) account or an IPFS Node (Kubo or IPFS Cluster) with the RPC endpoint publicly reachable (see [this guide](../kubo-rpc-tls-auth.md) for instructions on how to secure the Kubo RPC endpoint with TLS and authentication)
3737

3838
This guide will use Storacha for simplicity. If you have an IPFS Node, you can skip the Storacha setup and use your own node instead.
3939

@@ -268,7 +268,7 @@ Your site will be accessible through:
268268
2. Set up proper caching for your dependencies to speed up builds
269269
3. Consider using multiple IPFS providers for redundancy
270270
4. Use environment-specific configurations when needed
271-
271+
272272

273273
## Getting Help
274274

0 commit comments

Comments
 (0)