Skip to content

Commit 5e57dc3

Browse files
committed
Merge remote-tracking branch 'origin/main' into snapshot
* origin/main: Update hugo instruction Add youtube talk about IPFS cluster Revert rename from server infrastructure fix blog url Rename server infrastructure page to ipfs cluster Use more seo friendly titles on the page Update forum links to ipfs.tech Remove references to Openbazaar seo: add cid to the content addressing page title Removes releases page and adds redirect to Kubo repo.
2 parents 0cf777a + ebe95d9 commit 5e57dc3

28 files changed

+72
-101
lines changed

.github/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ newIssueWelcomeComment: >
1515
- "Status" labels will show if this is ready to be worked on, blocked, or in progress.
1616
- "Need" labels will indicate if additional input or analysis is required.
1717
18-
Finally, remember to use https://discuss.ipfs.io if you just need general support.
18+
Finally, remember to use https://discuss.ipfs.tech if you just need general support.
1919
2020
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
2121
# Comment to be posted to on PRs from first time contributors in your repository

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You can learn more about [pull requests on GitHub](https://help.github.com/en/gi
115115

116116
### Discuss
117117

118-
You can also contribute to the project without specifically writing content for the site. Many discussions are happening all around the project. Protocol Labs, and by extension, IPFS, is a collaborative company that relies heavily on the community. We need your opinions and input! If you have an idea about a topic or want to weigh in on a discussion, feel free to have your say either on [GitHub](https://github.com/ipfs/ipfs-docs/issues) or on the [IPFS forums](https://discuss.ipfs.io/).
118+
You can also contribute to the project without specifically writing content for the site. Many discussions are happening all around the project. Protocol Labs, and by extension, IPFS, is a collaborative company that relies heavily on the community. We need your opinions and input! If you have an idea about a topic or want to weigh in on a discussion, feel free to have your say either on [GitHub](https://github.com/ipfs/ipfs-docs/issues) or on the [IPFS forums](https://discuss.ipfs.tech/).
119119

120120
## Tools
121121

@@ -143,4 +143,4 @@ This app helps to simplify your writing. It's easy to ramble on while writing, w
143143

144144
## Just Ask
145145

146-
After all that, if you're still not sure how to contribute to this project just post a question on the [IPFS forum](https://discuss.ipfs.io/), or join us on IRC at `#ipfs`.
146+
After all that, if you're still not sure how to contribute to this project just post a question on the [IPFS forum](https://discuss.ipfs.tech/), or join us on IRC at `#ipfs`.

docs/.vuepress/config.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ module.exports = {
7777
'install/ipfs-companion',
7878
'install/command-line',
7979
['install/ipfs-updater', 'Updater'],
80-
'install/server-infrastructure',
81-
'install/recent-releases'
80+
'install/server-infrastructure'
8281
]
8382
},
8483
{
@@ -285,12 +284,12 @@ module.exports = {
285284
'IPFS newsletter'
286285
],
287286
'/community/contribute/ways-to-contribute',
288-
['https://discuss.ipfs.io/', 'IPFS forums'],
287+
['https://discuss.ipfs.tech/', 'IPFS forums'],
289288
'/community/chat',
290289
['https://proto.school/events', 'ProtoSchool workshops'],
291290
['https://www.meetup.com/members/249142444/', 'Meetups'],
292291
'/community/social-media',
293-
['https://awesome.ipfs.io', 'Awesome IPFS'],
292+
['https://awesome.ipfs.tech', 'Awesome IPFS'],
294293
[
295294
'https://www.youtube.com/channel/UCdjsUXJ3QawK4O5L1kqqsew',
296295
'YouTube'

docs/.vuepress/redirects

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
/introduction/how-ipfs-works/ /concepts/how-ipfs-works
3636
/introduction/overview/ /concepts/what-is-ipfs
3737
/introduction/usage/ /how-to/command-line-quick-start
38-
/recent-releases/ /install/recent-releases
39-
/recent-releases/go-ipfs-0-5/ /install/recent-releases
40-
/recent-releases/go-ipfs-0-5/features/ /install/recent-releases
41-
/recent-releases/go-ipfs-0-5/fixes/ /install/recent-releases
42-
/recent-releases/go-ipfs-0-5/install/ /install/recent-releases
43-
/recent-releases/go-ipfs-0-5/troubleshooting/ /install/recent-releases
44-
/recent-releases/go-ipfs-0-5/update-procedure/ /install/recent-releases
45-
/recent-releases/go-ipfs-0-6/ /install/recent-releases
46-
/recent-releases/go-ipfs-0-6/features/ /install/recent-releases
47-
/recent-releases/go-ipfs-0-6/install/ /install/recent-releases
48-
/recent-releases/go-ipfs-0-6/update-procedure/ /install/recent-releases
49-
/recent-releases/go-ipfs-0-7/ /install/recent-releases
50-
/recent-releases/go-ipfs-0-7/features/ /install/recent-releases
51-
/recent-releases/go-ipfs-0-7/install/ /install/recent-releases
52-
/recent-releases/go-ipfs-0-7/update-procedure/ /install/recent-releases
38+
/install/recent-releases/ https://github.com/ipfs/kubo/releases
39+
/install/recent-releases/go-ipfs-0-5/ https://github.com/ipfs/kubo/releases
40+
/install/recent-releases/go-ipfs-0-5/features/ https://github.com/ipfs/kubo/releases
41+
/install/recent-releases/go-ipfs-0-5/fixes/ https://github.com/ipfs/kubo/releases
42+
/install/recent-releases/go-ipfs-0-5/install/ https://github.com/ipfs/kubo/releases
43+
/install/recent-releases/go-ipfs-0-5/troubleshooting/ https://github.com/ipfs/kubo/releases
44+
/install/recent-releases/go-ipfs-0-5/update-procedure/ https://github.com/ipfs/kubo/releases
45+
/install/recent-releases/go-ipfs-0-6/ https://github.com/ipfs/kubo/releases
46+
/install/recent-releases/go-ipfs-0-6/features/ https://github.com/ipfs/kubo/releases
47+
/install/recent-releases/go-ipfs-0-6/install/ https://github.com/ipfs/kubo/releases
48+
/install/recent-releases/go-ipfs-0-6/update-procedure/ https://github.com/ipfs/kubo/releases
49+
/install/recent-releases/go-ipfs-0-7/ https://github.com/ipfs/kubo/releases
50+
/install/recent-releases/go-ipfs-0-7/features/ https://github.com/ipfs/kubo/releases
51+
/install/recent-releases/go-ipfs-0-7/install/ https://github.com/ipfs/kubo/releases
52+
/install/recent-releases/go-ipfs-0-7/update-procedure/ https://github.com/ipfs/kubo/releases
5353
/reference/api/ /reference
5454
/reference/api/cli/ /reference/kubo/cli
5555
/reference/cli/ /reference/kubo/cli

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ Are you looking for inspiration? You can find a huge collection of awesome commu
5959

6060
## Be part of the IPFS community
6161

62-
IPFS has a bustling community of designers, developers, writers, and activists who are all helping to improve the project. You can join in by attending a local meetup, helping out at a conference, chatting online through [Discord](https://discord.com/invite/KKucsCpZmY), or joining a discussion in [the IPFS forum](https://discuss.ipfs.io/).
62+
IPFS has a bustling community of designers, developers, writers, and activists who are all helping to improve the project. You can join in by attending a local meetup, helping out at a conference, chatting online through [Discord](https://discord.com/invite/KKucsCpZmY), or joining a discussion in [the IPFS forum](https://discuss.ipfs.tech/).
6363

6464
[Find out more in the Community section →](community/README.md)

docs/community/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ No matter your area of specialty or level of expertise, there are many [ways to
1717

1818
## IPFS forums
1919

20-
The official [IPFS forums](https://discuss.ipfs.io/) are the primary home of IPFS-related discussion. Join the conversation on [https://discuss.ipfs.io](https://discuss.ipfs.io) for everything from technical questions, project brainstorming, talk on IPFS use cases, and more.
20+
The official [IPFS forums](https://discuss.ipfs.tech/) are the primary home of IPFS-related discussion. Join the conversation on [https://discuss.ipfs.tech](https://discuss.ipfs.tech) for everything from technical questions, project brainstorming, talk on IPFS use cases, and more.
2121

2222
## Chat
2323

docs/community/chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Join [Filecoin slack](https://filecoin.io/slack) and join the bridged #ipfs chan
2121

2222
## Forums
2323

24-
For longer-lived discussions and for support, please use the discussion forums at [https://discuss.ipfs.io](https://discuss.ipfs.io) instead! It’s easy for complex discussions to get lost in a sea of new messages on chat, and posting longer discussions and support requests on the forums help future visitors, too.
24+
For longer-lived discussions and for support, please use the discussion forums at [https://discuss.ipfs.tech](https://discuss.ipfs.tech) instead! It’s easy for complex discussions to get lost in a sea of new messages on chat, and posting longer discussions and support requests on the forums help future visitors, too.

docs/community/contribute/ways-to-contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you have never contributed to an open-source project before or just need a re
4141

4242
IPFS already has lots of users and curious people experimenting and using IPFS in their applications. These users sometimes get stuck or have questions that need answering. If you've contributed something with code or documentation, the chances are that you can probably help a lot of people with their questions.
4343

44-
The [IPFS forum](https://discuss.ipfs.io/) is the best place to go if you're looking for support.
44+
The [IPFS forum](https://discuss.ipfs.tech/) is the best place to go if you're looking for support.
4545

4646
## Testing
4747

@@ -74,7 +74,7 @@ Get started by looking at our awesome-ipfs list. Build anything you think is mis
7474
- [ipfs/awesome-ipfs](https://github.com/ipfs/awesome-ipfs)
7575
- [ipfs/notes](https://github.com/ipfs/notes)
7676
- [ipfs/apps](https://github.com/ipfs/apps)
77-
- [IPFS forum](https://discuss.ipfs.io/)
77+
- [IPFS forum](https://discuss.ipfs.tech/)
7878

7979
## Protocol Design
8080

docs/concepts/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Get inspired by usage ideas, explore examples of IPFS implemented in the wild, a
4646
- [Case study: Fleek](case-study-fleek.md)
4747
- [Case study: LikeCoin](case-study-likecoin.md)
4848
- [Case study: Morpheus.Network](case-study-morpheus.md)
49-
- [Case study: OpenBazaar](case-study-openbazaar.md)
5049
- [Case study: Snapshot](case-study-snapshot.md)
5150

5251
## Content-addressed storage
@@ -83,4 +82,4 @@ Want a more in-depth look into the decentralized web? Here are a few papers that
8382

8483
## Don't see what you're looking for?
8584

86-
We're adding more documentation all the time and making ongoing revisions to existing docs, but if you don't see what you need, please [file an issue](https://github.com/ipfs/ipfs-docs/issues/new?assignees=&labels=OKR+3%3A+Content+Improvement%2C+docs-ipfs&template=content-request.md&title=%5BCONTENT+REQUEST%5D+%28add+your+title+here%21%29) to let us know! We also recommend visiting the [IPFS forums](https://discuss.ipfs.io/) for support and discussion with IPFS enthusiasts and experts worldwide.
85+
We're adding more documentation all the time and making ongoing revisions to existing docs, but if you don't see what you need, please [file an issue](https://github.com/ipfs/ipfs-docs/issues/new?assignees=&labels=OKR+3%3A+Content+Improvement%2C+docs-ipfs&template=content-request.md&title=%5BCONTENT+REQUEST%5D+%28add+your+title+here%21%29) to let us know! We also recommend visiting the [IPFS forums](https://discuss.ipfs.tech/) for support and discussion with IPFS enthusiasts and experts worldwide.

docs/concepts/case-study-audius.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Users control their own Ethereum private keys, which permission control of their
5656

5757
One other key ingredient in Audius' decision to initially adopt IPFS was its separation from Filecoin. The Audius team was able to get started using IPFS and hosting on a network of community-operated nodes, without concern for hosting costs. Over time, they are looking forward to having Filecoin-supported nodes so that they can separate their core content business from the hosting aspects of the business. Meanwhile, their current storage network of community-operated creator nodes does offer a high level of flexibility in terms of customization. "The node itself is very customizable," Nagaraj says. "We’ve taken advantage of that. I think we’ve used the node in every way possible."
5858

59-
As a large user of the IPFS network, Audius has taken advantage of the [official IPFS forums](https://discuss.ipfs.io), as well as support provided directly from the core IPFS development team. They are particularly impressed with the level of support and third-party tools that are available on IPFS.
59+
As a large user of the IPFS network, Audius has taken advantage of the [official IPFS forums](https://discuss.ipfs.tech), as well as support provided directly from the core IPFS development team. They are particularly impressed with the level of support and third-party tools that are available on IPFS.
6060

6161
"We think about the IPFS and Filecoin community as a great role model for what we are doing with the community around Audius, in terms of activity and robustness," says Nagaraj. "There are a lot of developers who are constantly contributing to IPFS. A few post on websites like [simpleaswater.com](http://www.simpleaswater.com) with tons of examples of what you can do with IPFS, how to actually implement it, breaking down all the details. We would aim for something like that. It would be incredible for us if we could reach that level of community participation." Nagaraj also calls out as particularly helpful blog posts and other content created by third-party contributors to the codebase, as well as the ecosystem that is developing around IPFS collaborators such as [Textile](http://textile.io/) and [Pinata](https://pinata.cloud/). Having such an active community around an open-source project adds to the momentum and progress of IPFS as a whole.
6262

0 commit comments

Comments
 (0)