1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00

content updates, move some stuff from ocean repo

This commit is contained in:
Matthias Kretschmann 2018-11-09 19:08:36 +01:00
parent 97b003bd74
commit fe621e527c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
8 changed files with 78 additions and 10 deletions

View File

@ -0,0 +1,50 @@
---
title: Contributor Code of Conduct
description: Be excellent to each other.
---
As contributors and maintainers of this project, and in the interest of
fostering an open and welcoming community, we pledge to respect all people who
contribute to the project.
We are committed to making participation in this project a harassment-free
experience for everyone, regardless of level of experience, gender, gender
identity and expression, sexual orientation, disability, personal appearance,
body size, race, ethnicity, age, religion, nationality, or species.
Examples of unacceptable behavior by participants include:
- The use of sexualized language or imagery
- Personal attacks
- Trolling or insulting/derogatory comments
- Public or private harassment
- Publishing other's private information, such as physical or electronic
addresses, without explicit permission
- Deliberate intimidation
- Other unethical or unprofessional conduct
Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.
By adopting this Code of Conduct, project maintainers commit themselves to
fairly and consistently applying these principles to every aspect of managing
this project. Project maintainers who do not follow or enforce the Code of
Conduct may be permanently removed from the project team.
This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community.
Instances of abusive, harassing, or otherwise unacceptable behavior directed at yourself or another community member may be reported by contacting a project maintainer at [conduct@oceanprotocol.com](mailto:conduct@oceanprotocol.com). All
complaints will be reviewed and investigated and will result in a response that
is appropriate to the circumstances. Maintainers are obligated to maintain confidentiality with regard to the reporter of an incident.
---
<small>This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 1.3.0, available at [contributor-covenant.org/version/1/3/0/][version]</small>
[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/3/0/

View File

@ -1,8 +1,9 @@
---
title: Contributing
description: If you would like to contribute to Ocean Protocol, you have different possibilities.
---
If you would like to contribute, you have different alternatives:
All contributions to Ocean Protocol are governed by our [Code of Conduct](code-of-conduct/).
## Report a Bug

View File

@ -1,11 +1,19 @@
---
title: Development & Governance
description:
description: Learn about the engineering process behind Ocean Protocol and how you can influence its further development.
---
## Collective Code Construction Contract (C4)
Ocean Protocol uses [C4 Standard process](https://github.com/unprotocols/rfc/blob/master/1/README.md) to manage changes in the source code. Find more details in the respective [OEP-01](https://github.com/oceanprotocol/OEPs/tree/master/1).
- [🐙 Ocean Protocol Enhancement Proposals (OEPs)](https://github.com/oceanprotocol/OEPs)
## Project management
We use GitHub as a means for maintaining and tracking issues, roadmap and source code development.
- [🐙 Ocean Protocol Enhancement Proposals (OEPs)](https://github.com/oceanprotocol/OEPs)
- [Ocean Protocol on GitHub](https://github.com/oceanprotocol)
- [Business Board (Ocean Roadmap)](https://github.com/oceanprotocol/ocean/projects/1)
- [Milestones](https://github.com/oceanprotocol/ocean/milestones?direction=asc&sort=due_date&state=open)
- [🕶 dev-ocean](https://github.com/oceanprotocol/dev-ocean): Ocean Engineering Pages with documentation about Development, DevOps, QA, Security, etc.

View File

@ -1,6 +1,6 @@
---
title: Introduction
description: Get up to speed with Ocean Protocol
description: Get up to speed with Ocean Protocol.
---
## What is Ocean Protocol?
@ -15,6 +15,8 @@ Through blockchain technology and tokens, Ocean Protocol connects data providers
By bringing together decentralized blockchain technology, a data sharing framework, and an ecosystem for data and related services, Ocean Protocol is committed to kick-starting a new Data Economy that touches every single person, company and device, giving power back to data owners, enabling people to reap value from data to better our world.
## Papers
There are more details on the
[Ocean Protocol home page](https://oceanprotocol.com/),
and in the whitepapers:
@ -22,3 +24,7 @@ and in the whitepapers:
- [Technical Whitepaper](https://oceanprotocol.com/tech-whitepaper.pdf)
- [Business Whitepaper](https://oceanprotocol.com/business-whitepaper.pdf)
- [Reference Marketplace Framework](https://oceanprotocol.com/marketplace-framework.pdf)
## More information
- [Mission & Values for Ocean Protocol](https://blog.oceanprotocol.com/mission-values-for-ocean-protocol-aba998e95b8)

View File

@ -9,7 +9,7 @@
url: https://github.com/oceanprotocol/keeper-contracts/tree/develop/doc
- name: aquarius
description: '🐋 Provides an off-chain database store for metadata about data assets.'
description: '🐋 Off-chain database store for data assets metadata.'
links:
- name: GitHub
url: https://github.com/oceanprotocol/aquarius

View File

@ -19,9 +19,11 @@
- title: Reporting vulnerabilities
link: /concepts/vulnerabilities/
- group: Development
- group: Roadmap
items:
- title: Overview
- title: Development & Governance
link: /concepts/development/
- title: Contributing
link: /concepts/contributing/
- title: Code of Conduct
link: /concepts/code-of-conduct/

View File

@ -177,7 +177,7 @@ picture {
}
hr {
margin: $spacer * $line-height 0;
margin: $spacer 0;
border: 0;
border-bottom: .1rem solid $brand-grey-lighter;
}
@ -288,5 +288,5 @@ pre {
/////////////////////////////////////
.anchor {
margin-top: .8rem;
margin-top: .6rem;
}

View File

@ -9,6 +9,7 @@
.sidebar {
flex: 0 0 30%;
padding-right: $spacer * 2;
margin-top: $spacer / 2;
+ .main {
flex: 0 0 70%;
@ -22,7 +23,7 @@
}
.header {
margin-top: $spacer;
margin-top: $spacer * $line-height;
margin-bottom: $spacer * $line-height;
}