1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00
🐍 Ocean Protocol's official documentation https://docs.oceanprotocol.com
Go to file
2018-11-09 13:12:52 +01:00
content test syntax highlighting 2018-11-09 12:35:54 +01:00
data more content styling 2018-11-08 22:52:42 +01:00
plugins/gatsby-remark-relative-linker more internal link tests 2018-11-08 16:03:16 +01:00
src cleanup 2018-11-09 13:02:20 +01:00
.editorconfig proof of concept for nav sidebar 2018-11-08 10:44:46 +01:00
.eslintrc drop da base 🍾 2018-11-07 12:33:32 +01:00
.gitignore drop da base 🍾 2018-11-07 12:33:32 +01:00
.prettierrc drop da base 🍾 2018-11-07 12:33:32 +01:00
.travis.yml drop da base 🍾 2018-11-07 12:33:32 +01:00
gatsby-browser.js add test page, add syntax highlighting 2018-11-08 17:33:56 +01:00
gatsby-config.js style front page 2018-11-09 12:20:29 +01:00
gatsby-node.js more internal link tests 2018-11-08 16:03:16 +01:00
gatsby-ssr.js drop da base 🍾 2018-11-07 12:33:32 +01:00
LICENSE Initial commit 2018-11-07 11:01:48 +01:00
package.json more nav tweaks, test content images 2018-11-08 13:21:39 +01:00
README.md add note about docs viewing 2018-11-09 12:46:43 +01:00

banner

docs

🐍 Ocean Protocol's official documentation.

Build Status js oceanprotocol code style: prettier Greenkeeper badge


These docs are meant to be viewed on docs.oceanprotocol.com. You can still browse them here but links or images might not work in some places.


Content

...documentation concept...

The documentation is split in multiple parts whose content lives in this repo:

  • Core concepts: high-level explanation of concepts, assumptions, and components
  • Setup: getting started for various stakeholders and use cases
  • Tutorials: detailed tutorials

Additionally, these docs live in their respective repos and are pulled into this site on build time:

  • API reference
  • Component docs

Editing docs

Adding docs

Development

The site is a React app built with Gatsby, pulling its content from various sources.

To start development, clone this repo, install all dependencies, and start the development server:

git clone git@github.com:oceanprotocol/docs.git
cd docs/

npm i
npm start

This will start a hot-reloading local server exposed under localhost:8000.

Authors

License

Copyright 2018 Ocean Protocol Foundation Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.