2018-11-07 11:25:05 +01:00
|
|
|
[![banner](https://raw.githubusercontent.com/oceanprotocol/art/master/github/repo-banner%402x.png)](https://oceanprotocol.com)
|
|
|
|
|
|
|
|
<h1 align="center">docs</h1>
|
|
|
|
|
2018-11-07 16:13:20 +01:00
|
|
|
> 🐍 Ocean Protocol's official documentation.
|
2018-11-07 11:25:05 +01:00
|
|
|
|
2018-11-07 16:13:20 +01:00
|
|
|
[![Build Status](https://travis-ci.com/oceanprotocol/docs.svg?token=3psqw6c8KMDqfdGQ2x6d&branch=master)](https://travis-ci.com/oceanprotocol/docs)
|
2018-11-07 12:24:53 +01:00
|
|
|
[![js oceanprotocol](https://img.shields.io/badge/js-oceanprotocol-7b1173.svg)](https://github.com/oceanprotocol/eslint-config-oceanprotocol)
|
|
|
|
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-7b1173.svg?style=flat-square)](https://github.com/prettier/prettier)
|
2018-11-07 13:05:13 +01:00
|
|
|
[![Greenkeeper badge](https://badges.greenkeeper.io/oceanprotocol/docs.svg?token=2757ede2de02f4679c4dfc6597a331a26f2f206fed53bfeb708c64cbe3d5f55f&ts=1541590505792)](https://greenkeeper.io/)
|
2018-11-07 12:24:53 +01:00
|
|
|
|
2018-11-07 16:13:20 +01:00
|
|
|
---
|
|
|
|
|
2018-11-07 11:25:05 +01:00
|
|
|
- [Content](#content)
|
|
|
|
- [Editing docs](#editing-docs)
|
|
|
|
- [Adding docs](#adding-docs)
|
|
|
|
- [Development](#development)
|
|
|
|
- [Authors](#authors)
|
|
|
|
- [License](#license)
|
|
|
|
|
2018-11-07 16:13:20 +01:00
|
|
|
---
|
|
|
|
|
2018-11-07 11:25:05 +01:00
|
|
|
## Content
|
|
|
|
|
|
|
|
...documentation concept...
|
|
|
|
|
2018-11-07 12:24:53 +01:00
|
|
|
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
|
|
|
|
|
2018-11-07 11:25:05 +01:00
|
|
|
### Editing docs
|
|
|
|
|
|
|
|
### Adding docs
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
2018-11-07 12:24:53 +01:00
|
|
|
The site is a React app built with [Gatsby](https://www.gatsbyjs.org), pulling its content from various sources.
|
|
|
|
|
|
|
|
To start development, clone this repo, install all dependencies, and start the development server:
|
|
|
|
|
2018-11-07 11:25:05 +01:00
|
|
|
```bash
|
2018-11-07 12:24:53 +01:00
|
|
|
git clone git@github.com:oceanprotocol/docs.git
|
|
|
|
cd docs/
|
|
|
|
|
2018-11-07 11:25:05 +01:00
|
|
|
npm i
|
|
|
|
npm start
|
|
|
|
```
|
|
|
|
|
2018-11-07 12:24:53 +01:00
|
|
|
This will start a hot-reloading local server exposed under [localhost:8000](http://localhost:8000).
|
|
|
|
|
2018-11-07 11:25:05 +01:00
|
|
|
## Authors
|
|
|
|
|
2018-11-07 12:24:53 +01:00
|
|
|
- Troy McConaghy ([@ttmc](https://github.com/ttmc)) - [Ocean Protocol](https://oceanprotocol.com)
|
|
|
|
- Matthias Kretschmann ([@kremalicious](https://github.com/kremalicious)) - [Ocean Protocol](https://oceanprotocol.com)
|
2018-11-07 11:25:05 +01:00
|
|
|
|
|
|
|
## 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.
|
2018-11-07 12:24:53 +01:00
|
|
|
```
|