Skip to content

Overhaul IPFS Troubleshooting guides with new content and structure #2046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 30 commits into from
Jun 16, 2025
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
4554f6f
docs: refine gateway troubleshooting page
2color May 22, 2025
f9e7a19
fix: use IPFS Check for troubleshooting
2color May 22, 2025
72479d3
docs: add new sidebar section for troubleshooting
2color Jun 2, 2025
28b5631
rework gateway specifci troubleshooting into general guide
2color Jun 2, 2025
69fd91e
move the notes to a comment
2color Jun 2, 2025
4cce594
docs: refine troubleshooting guide
2color Jun 3, 2025
0290311
docs: add ipfs check to public utilities page
2color Jun 4, 2025
802594f
docs: add Helia identify to diagnostic tools
2color Jun 4, 2025
59e49cc
docs: add explanations for IPFS check output
2color Jun 4, 2025
4d71e26
fix: typos
2color Jun 6, 2025
8929e8e
docs: add mention of reproviding on lifecycle page
2color Jun 6, 2025
ba015fc
docs: refine troubleshooting page
2color Jun 6, 2025
ba12f1f
fix: path to screenshot
2color Jun 6, 2025
93389b3
Update docs/how-to/troubleshooting-kubo.md
2color Jun 10, 2025
1da566a
Update docs/how-to/troubleshooting.md
2color Jun 10, 2025
42ddbd8
chore: updated ignored words list
2color Jun 10, 2025
05ee5e6
docs: update intro header
2color Jun 10, 2025
296cacd
docs: refine and clean up comments
2color Jun 10, 2025
950c4d6
fix: typo
2color Jun 10, 2025
e37a4d2
address comment about reproviding
2color Jun 12, 2025
24ab3a5
note about self hosting ipfs-check with public ip
2color Jun 12, 2025
841c8f8
address comment on ipfs check
2color Jun 12, 2025
ce9f36e
Apply suggestions from code review
2color Jun 12, 2025
09ff6b8
fix kubo description
2color Jun 16, 2025
472c1b1
fix: image paths
2color Jun 16, 2025
4852a5c
Apply suggestions from code review
2color Jun 16, 2025
993665c
address comment on delegated routing example
2color Jun 16, 2025
ae96a6d
move ipfs check video higer up
2color Jun 16, 2025
b6c50d3
use block get in kubo retrieval troubleshooting and consolidate
2color Jun 16, 2025
7c3e756
add link to troubleshooting guide from docs landing page
2color Jun 16, 2025
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
12 changes: 11 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,21 @@ module.exports = {
'/how-to/nat-configuration',
'/how-to/kubo-rpc-tls-auth',
'/how-to/kubo-garbage-collection',
'/how-to/troubleshooting',
'/how-to/troubleshooting-kubo',
'/how-to/webtransport',
'/install/run-ipfs-inside-docker',
]
},
{
title: 'Troubleshooting',
sidebarDepth: 1,
collapsable: true,
children: [
'/how-to/troubleshooting',
'/how-to/troubleshooting-kubo',
'/reference/diagnostic-tools',
]
},
{
title: 'Manage files',
sidebarDepth: 1,
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
/how-to/run-ipfs-inside-docker /install/run-ipfs-inside-docker
/how-to/ipfs-updater /install/command-line
/how-to/websites-on-ipfs/link-a-domain /how-to/websites-on-ipfs/custom-domains
/how-to/gateway-troubleshooting /how-to/troubleshooting
/install/command-line-quick-start/ /how-to/command-line-quick-start
/install/js-ipfs/ https://github.com/ipfs/helia/wiki
/introduction/ /concepts
Expand Down
144 changes: 0 additions & 144 deletions docs/how-to/gateway-troubleshooting.md

This file was deleted.

Loading
Loading