mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Merge branch 'master' into feature/github-repo-contents
This commit is contained in:
commit
a36e73163c
@ -2,7 +2,7 @@ module.exports = {
|
|||||||
siteTitle: 'Ocean Protocol Documentation',
|
siteTitle: 'Ocean Protocol Documentation',
|
||||||
siteShortTitle: 'Docs',
|
siteShortTitle: 'Docs',
|
||||||
siteDescription:
|
siteDescription:
|
||||||
'Learn everything you need to know to develop with Ocean Protocol. This should be a bit longer cause it is also the meta description so why not write some more.',
|
'Learn about the components of the Ocean Protocol software stack, and how to run or use the components relevant to you.',
|
||||||
siteUrl: process.env.SITE_URL || 'https://docs.oceanprotocol.com',
|
siteUrl: process.env.SITE_URL || 'https://docs.oceanprotocol.com',
|
||||||
siteIcon: 'src/images/profile.png',
|
siteIcon: 'src/images/profile.png',
|
||||||
siteCompany: 'Ocean Protocol Foundation Ltd.',
|
siteCompany: 'Ocean Protocol Foundation Ltd.',
|
||||||
|
@ -41,6 +41,8 @@ An example marketplace front-end for consumers to explore, download, and publish
|
|||||||
|
|
||||||
Client libraries used by applications (such as Pleuston or Jupyter notebooks) to interact with Ocean components, including Keepers, Aquarius nodes, Brizo nodes, etc.
|
Client libraries used by applications (such as Pleuston or Jupyter notebooks) to interact with Ocean components, including Keepers, Aquarius nodes, Brizo nodes, etc.
|
||||||
|
|
||||||
|
![How Squid is Used](images/Squid_role_diagram.jpg)
|
||||||
|
|
||||||
<repo name="squid-js"></repo>
|
<repo name="squid-js"></repo>
|
||||||
<repo name="squid-py"></repo>
|
<repo name="squid-py"></repo>
|
||||||
<repo name="squid-java"></repo>
|
<repo name="squid-java"></repo>
|
||||||
|
BIN
content/concepts/images/Squid_role_diagram.jpg
Normal file
BIN
content/concepts/images/Squid_role_diagram.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 204 KiB |
0
content/tutorials/get-use-compute-service.md
Normal file
0
content/tutorials/get-use-compute-service.md
Normal file
0
content/tutorials/get-use-data-set.md
Normal file
0
content/tutorials/get-use-data-set.md
Normal file
16
content/tutorials/introduction.md
Normal file
16
content/tutorials/introduction.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
title: Overview of the Tutorials
|
||||||
|
description: What you can expect to find in these Ocean Protocol tutorials.
|
||||||
|
---
|
||||||
|
|
||||||
|
These tutorials give examples of how to use Pleuston (a demo marketplace app) and Python to:
|
||||||
|
|
||||||
|
- publish a data set
|
||||||
|
- publish a compute service
|
||||||
|
- get and use a data set
|
||||||
|
- get and use a compute service
|
||||||
|
|
||||||
|
The Python tutorials use [Jupyter notebooks](http://jupyter.org/).
|
||||||
|
For now, check out [the Mantaray repository](https://github.com/oceanprotocol/mantaray). In the future, we hope to have live online Jupyter notebooks.
|
||||||
|
|
||||||
|
<repo name="mantaray"></repo>
|
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
title: Use Jupyter Notebooks to interact with the Ocean network
|
|
||||||
---
|
|
||||||
|
|
||||||
For now, check out [the Mantaray repository](https://github.com/oceanprotocol/mantaray). In the future, we hope to have live online Jupyter notebooks.
|
|
||||||
|
|
||||||
<repo name="mantaray"></repo>
|
|
0
content/tutorials/publish-compute-service.md
Normal file
0
content/tutorials/publish-compute-service.md
Normal file
0
content/tutorials/publish-data-set.md
Normal file
0
content/tutorials/publish-data-set.md
Normal file
@ -10,5 +10,5 @@
|
|||||||
|
|
||||||
- title: Tutorials
|
- title: Tutorials
|
||||||
description: Browse tutorials for most common setup and development use-cases.
|
description: Browse tutorials for most common setup and development use-cases.
|
||||||
link: /tutorials/jupyter/
|
link: /tutorials/introduction/
|
||||||
color: orange
|
color: orange
|
||||||
|
@ -1,4 +1,18 @@
|
|||||||
- group: Data Science
|
- group: Overview
|
||||||
items:
|
items:
|
||||||
- title: Jupyter Notebooks
|
- title: Introduction
|
||||||
link: /tutorials/jupyter/
|
link: /tutorials/introduction/
|
||||||
|
|
||||||
|
- group: Publish
|
||||||
|
items:
|
||||||
|
- title: Publish a Data Set
|
||||||
|
link: /tutorials/publish-data-set/
|
||||||
|
- title: Publish a Compute Service
|
||||||
|
link: /tutorials/publish-compute-service/
|
||||||
|
|
||||||
|
- group: Consume
|
||||||
|
items:
|
||||||
|
- title: Get & Use a Data Set
|
||||||
|
link: /tutorials/get-use-data-set/
|
||||||
|
- title: Get & Use a Compute Service
|
||||||
|
link: /tutorials/get-use-compute-service/
|
||||||
|
Loading…
Reference in New Issue
Block a user