From 9cc52413f105bbb640df51f11545d62568f627fb Mon Sep 17 00:00:00 2001 From: ElPaisano <113373882+ElPaisano@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:00:39 -0800 Subject: [PATCH 1/6] Initial commit --- docs/.vuepress/config.js | 28 ++-------- docs/.vuepress/redirects | 1 + docs/community/README.md | 108 +++++++++++++++++++++++++++++++++------ 3 files changed, 98 insertions(+), 39 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 9c6e196ae..3f8b24a17 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -263,24 +263,9 @@ module.exports = { title: 'Join the community', sidebarDepth: 2, collapsable: true, - children: [ - [ - 'https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230', - 'IPFS newsletter' - ], - '/community/contribute/ways-to-contribute', - ['https://discuss.ipfs.tech/', 'IPFS forums'], - '/community/chat', - ['https://proto.school/events', 'ProtoSchool workshops'], - ['https://www.meetup.com/members/249142444/', 'Meetups'], - '/community/social-media', - ['https://awesome.ipfs.tech', 'Awesome IPFS'], - [ - 'https://www.youtube.com/channel/UCdjsUXJ3QawK4O5L1kqqsew', - 'YouTube' - ] - ] + children: 'auto' }, + '/community/contribute/ways-to-contribute', { title: 'Write the docs', sidebarDepth: 1, @@ -296,10 +281,8 @@ module.exports = { '/project/repository-guide', '/project/related-projects', '/project/implementation-status', - ['https://github.com/ipfs/roadmap', 'Roadmap'], ['https://github.com/ipfs/specs', 'Specifications'], - ['https://github.com/ipfs/research', 'Research'], - ['https://github.com/ipfs/team-mgmt', 'Team org planning'], + ['https://github.com/ipfs/notes', 'Research'], [ 'https://github.com/ipfs/community/blob/master/code-of-conduct.md', 'Code of conduct' @@ -307,6 +290,7 @@ module.exports = { ], '/project/' : [ ['/community/', 'Join the community'], + '/community/contribute/ways-to-contribute', { title: 'Write the docs', sidebarDepth: 1, @@ -322,10 +306,8 @@ module.exports = { '/project/repository-guide', '/project/related-projects', '/project/implementation-status', - ['https://github.com/ipfs/roadmap', 'Roadmap'], ['https://github.com/ipfs/specs', 'Specifications'], - ['https://github.com/ipfs/research', 'Research'], - ['https://github.com/ipfs/team-mgmt', 'Team org planning'], + ['https://github.com/ipfs/notes', 'Research'], [ 'https://github.com/ipfs/community/blob/master/code-of-conduct.md', 'Code of conduct' diff --git a/docs/.vuepress/redirects b/docs/.vuepress/redirects index 09ca05e6c..f25a9d7ad 100644 --- a/docs/.vuepress/redirects +++ b/docs/.vuepress/redirects @@ -3,6 +3,7 @@ /basics/go/command-line-quick-start /how-to/command-line-quick-start /basics/js/js-ipfs /install/js-ipfs /basics/ipfs-implementations /concepts/ipfs-implementations +/community/chat /community /community/contribute/ /project/contribute /community/contribute/how-to-help/ /project/contribute /concepts/privacy /concepts/privacy-and-encryption diff --git a/docs/community/README.md b/docs/community/README.md index 96efb6164..23ff84312 100644 --- a/docs/community/README.md +++ b/docs/community/README.md @@ -1,52 +1,128 @@ --- title: Community description: Become part of the IPFS community! Learn how here. +sidebarDepth: 3 --- # Community IPFS is home to a vibrant, diverse community of thousands of contributors and participants from all over the globe! Here's how to get help, support, or just hang out with other folks who are helping to build the distributed web. -## IPFS newsletter +- Developing on IPFS and looking for expert advice and assitance? [Get technical support and help in the IPFS forum](#get-technical-support-and-help). +- Get involved with the community through [apps like Discord and Slack](#chat), regularly occurring [community events such as demos and triage sessions](#community-events-calendar), and [the IPFS forum](#ipfs-forums). +- Stay informed and up to date on the latest developments in the IPFS ecosystem with [social media](#social-media) and [the IPFS newsletter](#ipfs-newsletter). +- Navigate the IPFS ecosystem using [the ecosystem directory](#ecosystem-directory) and [Awesome IPFS](#awesome-ipfs). -Sign up for the IPFS Weekly newsletter to get project updates, community news, event details, and more. In your inbox every Tuesday. [Subscribe now!](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230) +## Get technical support and help -## Ways to contribute +Are you developing with IPFS implementations and tools, and looking for technical support from IPFS experts? For the fastest possible assistance and resolution of your support needs, do the following: -No matter your area of specialty or level of expertise, there are many [ways to contribute](contribute/ways-to-contribute.md) to IPFS and make a real difference in the IPFS community at large. +1. [Check to see if the problem / issue you've encountered has already been discussed](#_1-check-to-see-if-the-issue-you-ve-encountered-has-already-been-discussed). +2. If the your problem / issue has not been discussed or solved in the forum, [follow the general guidelines for getting useful answers to your questions](#_2-follow-the-guidelines-for-getting-useful-answers-to-your-questions). +3. [Create a forum post in the Help section](#_3-create-a-forum-post-in-the-help-section). + +:::tip +To post in the IPFS forum, you'll need a (free) IPFS forum account if you don't already have one. To create an account, click the **Sign Up** button in the top right corner of the forum website. +::: + +### 1. Check to see if the issue you've encountered has already been discussed + +1. Navigate to [the Help category of the IPFS forum](https://discuss.ipfs.tech/c/help/13). +1. In the upper right hand corner, click the search icon (a blue magnifying glass). The forum search bar opens. +1. In the search bar, type a term related to the issue you are trying to solve. Options to either search the Help category or search all forum topics and posts display. +1. Below the search bar, click the option to search for the term in the Help channel. Alternatively, you can search across all topics and posts. A list of forum posts related to your search displays. +1. Search through the list of posts returned. If you don't find the answer or help you're looking for, [follow the general guidelines for getting useful answers to your questions](#2-follow-the-guidelines-for-getting-useful-answers-to-your-questions). + +### 2. Follow the guidelines for getting useful answers to your questions + +Please following these general guidelines when asking for help: -## IPFS forums +- Before creating a forum post, summarize the issue / problem you are encountering. Example phrasings: + - _Here's what I'm trying to do..._ + - _I did X and expected Y to happen..._ + - _Could this be because...?_ + - _This seems impossible because..._ + - _I've tried A, B and C to fix X, but..._ +- When asking for help with one of the IPFS libraries, include the name of the exact package and version of the package/library. +- When sharing bits of code, [use markdown](community/contribute/grammar-formatting-and-style.md#style) to format code blocks so that they are easier to read. +- Ensure that you've read the forum [FAQ](https://discuss.ipfs.tech/faq) and [Terms of Service](https://discuss.ipfs.tech/tos). +- Screenshots of errors are often helpful. -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. +### 3. Create a forum post in the Help section -## Chat +Keeping in mind [the general guidelines above](#_2-follow-the-guidelines-for-getting-useful-answers-to-your-questions), do the following: -Casual chat fan? Here are [all our channels](chat.md). There's getting-started advice for you here, too. +1. In [the Help category of the forum](https://discuss.ipfs.tech/c/help/13), hover over the large blue circle with a `+` symbol in the center. The text **New Topic** displays. +1. Click **New Topic**. The **Create a new Topic** modal opens. +1. In the title field, describe what the discussion is one brief sentence. +1. Add any optional tags that help describe what subcategory the issue is in. Samples options include `go-ipfs` and `js-ipfs`. +1. Following the guidelines above, describe your issue / problem in the main text field. You can use Markdown, BBCode or HTML for formatting, and include images. +1. Click **Create Topic**. Your topic is has been created in the forum! -## Community Calendar +The forum moderators will attempt to address your post as quickly as possible. + +## Get involved + +### IPFS forums + +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 support, technical questions, project brainstorming, IPFS use cases, and more. + +### Community Events Calendar If you're an IPFS implementer, application developer, or user, you are welcome to join the community meetings we host regularly. Stay up-to-date by subscribing to the [**IPFS Community Calendar**](https://ipfs.fyi/calendar) and joining community meetings such as triage sessions, the IPFS implementers sync, and the IPLD sync. -## ProtoSchool workshops +### Chat + +Casual chat fan? You can engage with the IPFS community in one of the channels listed below: + +:::callout +In general, public IPFS Discord channels are bridged to Matrix and Slack. As a result, you can usually use your preferred chat application to engage with the community. IPFS channels/rooms are usually prefixed with "#ipfs-". +::: + +- **Discord**: Join the [IPFS Discord server](https://discord.gg/ipfs) for synchronous chat! [Server documentation can be found on Notion](https://pl-strflt.notion.site/IPFS-Discord-Server-Documentation-85bbc451303a473bbf6846b01610e3c1). -ProtoSchool isn't just home to interactive tutorials on the decentralized web — it's also a vibrant community of makers and doers around the globe! Community groups worldwide host [ProtoSchool workshops](https://proto.school/events) regularly, offering you the opportunity to complete our interactive tutorials with the support of local mentors. +- **Matrix**: Join the [Matrix space](https://matrix.to/#/#ipfs-space:ipfs.io). [Home server documentation is available on Notion](https://pl-strflt.notion.site/IPFS-Matrix-Homeserver-Documentation-31481e76843547b7ab5160a87eed2b9f). -## Meetups +- **Slack**: Join [Filecoin slack](https://filecoin.io/slack) and join the bridged #ipfs channels. The [Filecoin Slack workspace user guide is available on Notion](https://pl-strflt.notion.site/Filecoin-Slack-User-Guide-29072679986b4ccb8ad7b091097dd770). + +### Meetups IPFS meetups are also all over the world. [Find one close to you](https://www.meetup.com/members/249142444/) ... or [contact IPFS Community on Meetup.com](https://secure.meetup.com/messages/?new_convo=true&member_id=249142444&name=IPFS+Community) to start your own in your area! -## Social media +### Contribute + +No matter your area of specialty or level of expertise, there are many [ways to contribute](contribute/ways-to-contribute.md) to IPFS and make a real difference in the IPFS community at large. + + +## Stay informed + +### Social media We're in a lot of places. Here's [how to find them all](social-media.md) for your favorite platforms. -## Ecosystem directory +### IPFS newsletter + +Sign up for the IPFS Weekly newsletter to get project updates, community news, event details, and more. In your inbox every Tuesday. [Subscribe now!](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230) + +### IPFS Blog + +The latest updates and info on IPFS in one place, from blog posts and release notes to videos, tutorials, news coverage, and events. +[Read the blog here](https://blog.ipfs.io/). + +### YouTube + +Learn more about IPFS in [the official IPFS YouTube channel](https://www.youtube.com/channel/UCdjsUXJ3QawK4O5L1kqqsew). It has lots of great educational material around IPFS. + +## Navigate the IPFS ecosystem + +### Ecosystem directory Explore the world of projects and products built on IPFS in the [Ecosystem directory](https://ecosystem.ipfs.io/) – an interactive showcase filterable by industry, tooling, and more. If you want to add a new project to the IPFS ecosystem directory, use [this form](https://airtable.com/shrjwvk9pAeAk0Ci7). -## Awesome IPFS +### Awesome IPFS -Get inspired by [Awesome IPFS](https://awesome.ipfs.tech/), a catalog of community-built open-source projects using IPFS for everything from image sharing to decentralized archiving. Have a project of your own to add to Awesome IPFS? Make a PR [in the repo!](https://github.com/ipfs/awesome-ipfs). +Get inspired by [Awesome IPFS](https://awesome.ipfs.tech/), a catalog of community-built open-source projects using IPFS for everything from image sharing to decentralized archiving. Have a project of your own to add to Awesome IPFS? Make a PR [in the repo!](https://github.com/ipfs/awesome-ipfs). \ No newline at end of file From a1710654bf22fdad9e2e04423b5abd81ef236d56 Mon Sep 17 00:00:00 2001 From: ElPaisano <113373882+ElPaisano@users.noreply.github.com> Date: Wed, 1 Feb 2023 13:19:34 -0800 Subject: [PATCH 2/6] Maybe fix build failure, link to chat section --- docs/.vuepress/config.js | 7 +------ docs/how-to/command-line-quick-start.md | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3f8b24a17..87f9c955b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -259,12 +259,7 @@ module.exports = { ], '/community/': [ - { - title: 'Join the community', - sidebarDepth: 2, - collapsable: true, - children: 'auto' - }, + ['/community/', 'Join the community'], '/community/contribute/ways-to-contribute', { title: 'Write the docs', diff --git a/docs/how-to/command-line-quick-start.md b/docs/how-to/command-line-quick-start.md index e5346408e..070e0706b 100644 --- a/docs/how-to/command-line-quick-start.md +++ b/docs/how-to/command-line-quick-start.md @@ -265,4 +265,4 @@ You need to install and set up FUSE in order to mount the file system. For more ### Further help -The IPFS community is friendly and able to help! Get support from other IPFS developers in the official [IPFS forums](https://discuss.ipfs.tech/), or join [community chat channels](../community/chat.md). +The IPFS community is friendly and able to help! [Get support from other IPFS developers in the IPFS forum](../community/README.md#get-technical-support-and-help), or join [community chat channels](../community/README.md#chat). From 02177f1a41a6abfd08d94dabdd8147ea34d6372e Mon Sep 17 00:00:00 2001 From: ElPaisano <113373882+ElPaisano@users.noreply.github.com> Date: Wed, 1 Feb 2023 14:28:22 -0800 Subject: [PATCH 3/6] More --- docs/.vuepress/config.js | 8 -------- docs/community/README.md | 7 ++++++- .../community/contribute/ways-to-contribute.md | 4 ++++ docs/project/README.md | 18 +++++++++--------- 4 files changed, 19 insertions(+), 18 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 87f9c955b..a18c79ed5 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -278,10 +278,6 @@ module.exports = { '/project/implementation-status', ['https://github.com/ipfs/specs', 'Specifications'], ['https://github.com/ipfs/notes', 'Research'], - [ - 'https://github.com/ipfs/community/blob/master/code-of-conduct.md', - 'Code of conduct' - ], ], '/project/' : [ ['/community/', 'Join the community'], @@ -303,10 +299,6 @@ module.exports = { '/project/implementation-status', ['https://github.com/ipfs/specs', 'Specifications'], ['https://github.com/ipfs/notes', 'Research'], - [ - 'https://github.com/ipfs/community/blob/master/code-of-conduct.md', - 'Code of conduct' - ] ], '/case-studies/' : [ { diff --git a/docs/community/README.md b/docs/community/README.md index 23ff84312..35bc7d2cb 100644 --- a/docs/community/README.md +++ b/docs/community/README.md @@ -8,7 +8,12 @@ sidebarDepth: 3 IPFS is home to a vibrant, diverse community of thousands of contributors and participants from all over the globe! Here's how to get help, support, or just hang out with other folks who are helping to build the distributed web. -- Developing on IPFS and looking for expert advice and assitance? [Get technical support and help in the IPFS forum](#get-technical-support-and-help). + +:::callout +The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). Please contact [abuse@ipfs.io](mailto:abuse@ipfs.io) if you need to report a problem or address a grievance related to an abuse report. +::: + +- [Get technical support and help in the IPFS forum](#get-technical-support-and-help) as you develop on IPFS. - Get involved with the community through [apps like Discord and Slack](#chat), regularly occurring [community events such as demos and triage sessions](#community-events-calendar), and [the IPFS forum](#ipfs-forums). - Stay informed and up to date on the latest developments in the IPFS ecosystem with [social media](#social-media) and [the IPFS newsletter](#ipfs-newsletter). - Navigate the IPFS ecosystem using [the ecosystem directory](#ecosystem-directory) and [Awesome IPFS](#awesome-ipfs). diff --git a/docs/community/contribute/ways-to-contribute.md b/docs/community/contribute/ways-to-contribute.md index 28300d3af..d4eb1871a 100644 --- a/docs/community/contribute/ways-to-contribute.md +++ b/docs/community/contribute/ways-to-contribute.md @@ -7,6 +7,10 @@ description: Learn about how to contribute to IPFS, the InterPlanetary File Syst So you want to contribute to IPFS and the ecosystem? Here is a quick listing of things we need help with and how you can get started. Even if what you want to do is not listed here, we probably accept contributions for it! If you're unsure, please open an issue. +:::callout +The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). Please contact [abuse@ipfs.io](mailto:abuse@ipfs.io) if you need to report a problem or address a grievance related to an abuse report. +::: + ## Code IPFS and its sister-projects are big, with lots of code written in multiple languages. We always need help writing and maintaining code, but it can be daunting to just jump in. We use the label _Help Wanted_ on features or bug fixes that people can help out with. They are an excellent place for you to start contributing code. diff --git a/docs/project/README.md b/docs/project/README.md index bf03a4d3a..c5dfad25b 100644 --- a/docs/project/README.md +++ b/docs/project/README.md @@ -5,7 +5,15 @@ description: Learn about the history, roadmap, current status and more for IPFS, # The IPFS project -Curious about how it all got started, or where we're headed? Learn about the history, current state, and future trajectory of the IPFS project here. +Looking to get further involved with the vibrant IPFS community and ecosystem? Curious about how it all got started, or where we're headed? Learn how to get involved, the project history, and more. + +## IPFS community and ecosystem + +:::callout +The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). Please contact [abuse@ipfs.io](mailto:abuse@ipfs.io) if you need to report a problem or address a grievance related to an abuse report. +::: + +The community and ecosystem around the IPFS project is large, diverse, and abounds with opportunities for involvement. Learn more in the [Community section](../community/README.md). ## History of IPFS @@ -15,10 +23,6 @@ Want to know how it all began? Learn the [history of the IPFS project](history.m IPFS is a big project, which means there are a lot of GitHub repos. If you're new to IPFS or just want a sense of what to check out first, use this quick guide to the most important and most frequently used [IPFS repositories](repository-guide.md). -## Roadmap - -See the overall roadmap of [IPFS project requirements](https://github.com/ipfs/roadmap) from current state to maturity. - ## Implementation status Want to know the current state of your favorite IPFS feature? See the [current implementation status](implementation-status.md) for Kubo and js-ipfs, listed by commands and endpoints. @@ -38,7 +42,3 @@ IPFS is a highly modular project that is itself made out of many different proto ## Contribute to IPFS Thousands of people contribute to IPFS from all over the world — and that can include you! No matter your areas of interest or expertise, there are a number of ways that you can make an impact on the future of the Internet by [contributing to IPFS](../community/contribute/ways-to-contribute.md). - -## Code of conduct - -The IPFS community believes that our mission is best served in an environment that is friendly, safe, and accepting, and free from intimidation or harassment. To that end, we ask that everyone involved in IPFS read and respect our [code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). From 4b097d438ee3b11a32109184c6da161e2a009a2e Mon Sep 17 00:00:00 2001 From: ElPaisano <113373882+ElPaisano@users.noreply.github.com> Date: Wed, 1 Feb 2023 14:38:26 -0800 Subject: [PATCH 4/6] link fix --- docs/community/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/README.md b/docs/community/README.md index 35bc7d2cb..47e40766d 100644 --- a/docs/community/README.md +++ b/docs/community/README.md @@ -49,7 +49,7 @@ Please following these general guidelines when asking for help: - _This seems impossible because..._ - _I've tried A, B and C to fix X, but..._ - When asking for help with one of the IPFS libraries, include the name of the exact package and version of the package/library. -- When sharing bits of code, [use markdown](community/contribute/grammar-formatting-and-style.md#style) to format code blocks so that they are easier to read. +- When sharing bits of code, [use markdown](../community/contribute/grammar-formatting-and-style.md#style) to format code blocks so that they are easier to read. - Ensure that you've read the forum [FAQ](https://discuss.ipfs.tech/faq) and [Terms of Service](https://discuss.ipfs.tech/tos). - Screenshots of errors are often helpful. From 6feb0d8302e00c527f30b9130922c400292e9803 Mon Sep 17 00:00:00 2001 From: ElPaisano <113373882+ElPaisano@users.noreply.github.com> Date: Thu, 2 Feb 2023 09:03:25 -0700 Subject: [PATCH 5/6] Typo Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com> --- docs/community/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/README.md b/docs/community/README.md index 47e40766d..1dd4f9b16 100644 --- a/docs/community/README.md +++ b/docs/community/README.md @@ -23,7 +23,7 @@ The IPFS community believes that our mission is best served in an environment th Are you developing with IPFS implementations and tools, and looking for technical support from IPFS experts? For the fastest possible assistance and resolution of your support needs, do the following: 1. [Check to see if the problem / issue you've encountered has already been discussed](#_1-check-to-see-if-the-issue-you-ve-encountered-has-already-been-discussed). -2. If the your problem / issue has not been discussed or solved in the forum, [follow the general guidelines for getting useful answers to your questions](#_2-follow-the-guidelines-for-getting-useful-answers-to-your-questions). +2. If your problem / issue has not been discussed or solved in the forum, [follow the general guidelines for getting useful answers to your questions](#_2-follow-the-guidelines-for-getting-useful-answers-to-your-questions). 3. [Create a forum post in the Help section](#_3-create-a-forum-post-in-the-help-section). :::tip From 809e722eecaf6c6a5d49f6c6f947b1a68567f554 Mon Sep 17 00:00:00 2001 From: ElPaisano <113373882+ElPaisano@users.noreply.github.com> Date: Thu, 2 Feb 2023 08:15:33 -0800 Subject: [PATCH 6/6] Remove notions, add code o conduct, Research links to Academic papers --- docs/.vuepress/config.js | 12 ++++++++++-- docs/community/README.md | 6 +++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a18c79ed5..2e00df4fd 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -277,7 +277,11 @@ module.exports = { '/project/related-projects', '/project/implementation-status', ['https://github.com/ipfs/specs', 'Specifications'], - ['https://github.com/ipfs/notes', 'Research'], + ['/concepts/further-reading/academic-papers', 'Research'], + [ + 'https://github.com/ipfs/community/blob/master/code-of-conduct.md', + 'Code of conduct' + ], ], '/project/' : [ ['/community/', 'Join the community'], @@ -298,7 +302,11 @@ module.exports = { '/project/related-projects', '/project/implementation-status', ['https://github.com/ipfs/specs', 'Specifications'], - ['https://github.com/ipfs/notes', 'Research'], + ['/concepts/further-reading/academic-papers', 'Research'], + [ + 'https://github.com/ipfs/community/blob/master/code-of-conduct.md', + 'Code of conduct' + ], ], '/case-studies/' : [ { diff --git a/docs/community/README.md b/docs/community/README.md index 1dd4f9b16..3a308f079 100644 --- a/docs/community/README.md +++ b/docs/community/README.md @@ -86,11 +86,11 @@ Casual chat fan? You can engage with the IPFS community in one of the channels l In general, public IPFS Discord channels are bridged to Matrix and Slack. As a result, you can usually use your preferred chat application to engage with the community. IPFS channels/rooms are usually prefixed with "#ipfs-". ::: -- **Discord**: Join the [IPFS Discord server](https://discord.gg/ipfs) for synchronous chat! [Server documentation can be found on Notion](https://pl-strflt.notion.site/IPFS-Discord-Server-Documentation-85bbc451303a473bbf6846b01610e3c1). +- **Discord**: Join the [IPFS Discord server](https://discord.gg/ipfs) for synchronous chat. -- **Matrix**: Join the [Matrix space](https://matrix.to/#/#ipfs-space:ipfs.io). [Home server documentation is available on Notion](https://pl-strflt.notion.site/IPFS-Matrix-Homeserver-Documentation-31481e76843547b7ab5160a87eed2b9f). +- **Matrix**: Join the [Matrix space](https://matrix.to/#/#ipfs-space:ipfs.io). -- **Slack**: Join [Filecoin slack](https://filecoin.io/slack) and join the bridged #ipfs channels. The [Filecoin Slack workspace user guide is available on Notion](https://pl-strflt.notion.site/Filecoin-Slack-User-Guide-29072679986b4ccb8ad7b091097dd770). +- **Slack**: Join [Filecoin slack](https://filecoin.io/slack) and join the bridged #ipfs channels. ### Meetups