From 937afc24939d9f3120d680321557bc0d03485e9f Mon Sep 17 00:00:00 2001 From: Manan Patel Date: Mon, 22 Jun 2020 16:51:24 +0530 Subject: [PATCH 1/2] removed gitter + added port --- config.js | 2 +- content/concepts/contributing.md | 2 +- content/concepts/legal-reqs.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index d8293e8f..58ecf34d 100644 --- a/config.js +++ b/config.js @@ -12,7 +12,7 @@ module.exports = { Blog: 'https://blog.oceanprotocol.com', GitHub: 'https://github.com/oceanprotocol', Twitter: 'https://twitter.com/oceanprotocol', - Gitter: 'https://gitter.im/oceanprotocol/Lobby', + Port: 'https://port.oceanprotocol.com', Telegram: 'https://t.me/OceanProtocol_Community' }, githubContentPath: diff --git a/content/concepts/contributing.md b/content/concepts/contributing.md index b8caff74..f7607d65 100644 --- a/content/concepts/contributing.md +++ b/content/concepts/contributing.md @@ -10,7 +10,7 @@ Code development follows the [Ocean Engineering Principles](/concepts/principles - Read and understand the [legal requirements when contributing code](/concepts/legal-reqs/). - Look through the [dev-ocean repository on GitHub](https://github.com/oceanprotocol/dev-ocean). It summarizes Ocean Protocol software development practices and policies. -- Ask technical questions in the [Ocean Protocol chatroom on Gitter](https://gitter.im/oceanprotocol/Lobby). +- Ask technical questions in the [Ocean Protocol chatroom on Discord](https://discord.gg/TnXjkR5). - Find repository-specific development notes in each repository (usually in the root `README.md` file). ## Report a Vulnerability diff --git a/content/concepts/legal-reqs.md b/content/concepts/legal-reqs.md index 26aeb690..7c078446 100644 --- a/content/concepts/legal-reqs.md +++ b/content/concepts/legal-reqs.md @@ -30,7 +30,7 @@ Otherwise you are an "external contributor" and you must do the following: - Make sure you're using the correct syntax for comments (which varies from language to language). The example shown above is for a Python file. 1. Read the [Developer Certificate of Origin, Version 1.1](https://developercertificate.org/). -1. You will be asked to include a Signed-off-by line in all your commit messages. (Instructions are given in the next step.) Make sure you understand that including a Signed-off-by line in your commits certifies that you can make the statements in the Developer Certificate of Origin. If you have questions about this, then please [ask on Gitter](https://gitter.im/oceanprotocol/Lobby) or elsewhere. Do not continue until you fully understand. +1. You will be asked to include a Signed-off-by line in all your commit messages. (Instructions are given in the next step.) Make sure you understand that including a Signed-off-by line in your commits certifies that you can make the statements in the Developer Certificate of Origin. If you have questions about this, then please [ask on Discord](https://discord.gg/TnXjkR5) or elsewhere. Do not continue until you fully understand. 1. Make sure that all your commit messages include a Signed-off-by line of the form: ```text From 44ff1846e4441edb437a6b41a0d24868b308553d Mon Sep 17 00:00:00 2001 From: Manan Patel Date: Mon, 22 Jun 2020 17:08:30 +0530 Subject: [PATCH 2/2] added discord reference to social --- config.js | 1 + src/components/DocFooter.jsx | 2 +- src/components/Footer.jsx | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 58ecf34d..e7c9578e 100644 --- a/config.js +++ b/config.js @@ -12,6 +12,7 @@ module.exports = { Blog: 'https://blog.oceanprotocol.com', GitHub: 'https://github.com/oceanprotocol', Twitter: 'https://twitter.com/oceanprotocol', + Discord: 'https://discord.gg/TnXjkR5', Port: 'https://port.oceanprotocol.com', Telegram: 'https://t.me/OceanProtocol_Community' }, diff --git a/src/components/DocFooter.jsx b/src/components/DocFooter.jsx index 893881a9..996b05cb 100644 --- a/src/components/DocFooter.jsx +++ b/src/components/DocFooter.jsx @@ -24,7 +24,7 @@ export default function DocFooter({ post, url, externalName }) { return (