Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
6 changes: 1 addition & 5 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,10 @@ module.exports = {
'/how-to/modify-bootstrap-list',
'/how-to/nat-configuration',
'/how-to/kubo-rpc-tls-auth',
'/how-to/ipfs-updater',
[
'https://github.com/ipfs-examples/js-ipfs-examples/tree/master/examples/custom-ipfs-repo',
'Customize an IPFS repo'
],
'/how-to/kubo-garbage-collection',
'/how-to/troubleshooting',
'/how-to/webtransport',
'/install/run-ipfs-inside-docker',
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion docs/.vuepress/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@
/how-to/browser-tools-frameworks /how-to/ipfs-on-the-web
/how-to/troubleshoot-file-transfers /how-to/troubleshooting
/how-to/run-ipfs-inside-docker /install/run-ipfs-inside-docker
/how-to/ipfs-updater /install/command-line
/install/command-line-quick-start/ /how-to/command-line-quick-start
/install/js-ipfs/ https://github.com/ipfs/helia/wiki
/introduction/ /concepts
/introduction/faq/ /concepts/faq
/introduction/how-ipfs-works/ /concepts/how-ipfs-works
/introduction/overview/ /concepts/what-is-ipfs
/introduction/usage/ /how-to/command-line-quick-start
/install/ipfs-updater /how-to/ipfs-updater
/install/ipfs-updater /how-to/ipfs-updater/
/install/recent-releases/ https://github.com/ipfs/kubo/releases
/install/recent-releases/go-ipfs-0-5/ https://github.com/ipfs/kubo/releases
/install/recent-releases/go-ipfs-0-5/features/ https://github.com/ipfs/kubo/releases
Expand Down
266 changes: 0 additions & 266 deletions docs/how-to/ipfs-updater.md

This file was deleted.

Loading