Merge pull request #360 from oceanprotocol/remove/gitter

removed gitter + added port
This commit is contained in:
Matthias Kretschmann 2020-06-22 14:27:33 +02:00 committed by GitHub
commit 40e160c4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 5 deletions

View File

@ -12,7 +12,8 @@ module.exports = {
Blog: 'https://blog.oceanprotocol.com',
GitHub: 'https://github.com/oceanprotocol',
Twitter: 'https://twitter.com/oceanprotocol',
Gitter: 'https://gitter.im/oceanprotocol/Lobby',
Discord: 'https://discord.gg/TnXjkR5',
Port: 'https://port.oceanprotocol.com',
Telegram: 'https://t.me/OceanProtocol_Community'
},
githubContentPath:

View File

@ -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

View File

@ -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

View File

@ -24,7 +24,7 @@ export default function DocFooter({ post, url, externalName }) {
return (
<footer className={styles.footer}>
<a href={social.Gitter}> Ask a question on Gitter</a>
<a href={social.Discord}> Ask a question on Discord</a>
<a href={url} className={post && !post.html ? styles.active : null}>
<Pencil /> Edit this page on GitHub
{externalName && (

View File

@ -14,7 +14,8 @@ const query = graphql`
Blog
GitHub
Twitter
Gitter
Discord
Port
Telegram
}
}