Skip to content

chore: hide ipfs-update #1130

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 1 commit into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title = "IPFS Distributions"
taxonomies = {}

[params]
hiddenDists = ['go-ipfs', 'gx', 'gx-go', 'libp2p-relay-daemon', 'ipfs-ds-convert']
hiddenDists = ['go-ipfs', 'gx', 'gx-go', 'libp2p-relay-daemon', 'ipfs-ds-convert', 'ipfs-updater']
newGoIpfsName = 'kubo'

[params.targetMap]
Expand Down
9 changes: 3 additions & 6 deletions site/layouts/partials/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ packages here. Every distribution has a section on this page with ...

The `All Versions` link on each distribution shows directory listings for all
the available versions, and a `versions` file
([example](http://dist.ipfs.tech/kubo/versions)). This file can be used by
tools, such as [ipfs-update](#ipfs-update), to find all the available versions
and download the latest.
([example](http://dist.ipfs.tech/kubo/versions)).

The directory listing of each version
([example](http://dist.ipfs.tech/kubo/v0.14.0)) has all the platform archives
([example](http://dist.ipfs.tech/kubo/v0.33.2)) has all the platform archives
(`.zip` or `.tar.gz`), a `README.md` and a `dist.json` which describe the
release for humans and machines. It is meant to be easily consumed and used by
tools.
release for humans and machines. Prebuilt binary files for Apple MacOS are signed and notarized.
Loading