Skip to content

Commit 8ac887e

Browse files
committed
chore: hide ipfs-update
hiding from website since we also remove it from docs: ipfs/ipfs-docs#1996
1 parent a7f23bb commit 8ac887e

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

site/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title = "IPFS Distributions"
77
taxonomies = {}
88

99
[params]
10-
hiddenDists = ['go-ipfs', 'gx', 'gx-go', 'libp2p-relay-daemon', 'ipfs-ds-convert']
10+
hiddenDists = ['go-ipfs', 'gx', 'gx-go', 'libp2p-relay-daemon', 'ipfs-ds-convert', 'ipfs-updater']
1111
newGoIpfsName = 'kubo'
1212

1313
[params.targetMap]

site/layouts/partials/about.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ packages here. Every distribution has a section on this page with ...
1414

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

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

0 commit comments

Comments
 (0)