1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

OK quickstart content now

This commit is contained in:
trentmc 2020-10-25 18:00:46 +01:00
parent e280e1b824
commit 2c7cea62d6
3 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1,10 @@
---
title: Quickstart
description:
---
These Ocean drivers each have their own quickstart. Pick your favorite and have fun!
- [ocean.js](/references/ocean.js/)
- [ocean.py](/references/ocean.py/)
- [Ocean React](/references/react/)

View File

@ -1,6 +1,6 @@
- title: Quickstart - title: Quickstart
description: Try out ocean.js, ocean.py or React drivers. description: Try out ocean.js, ocean.py or React drivers.
link: /concepts/introduction/ link: /concepts/quickstart/
color: blue color: blue
- title: Core Concepts - title: Core Concepts
@ -16,4 +16,4 @@
- title: API References - title: API References
description: Interfaces for libraries and services. description: Interfaces for libraries and services.
link: /references/introduction/ link: /references/introduction/
color: green color: blue

View File

@ -1,5 +1,7 @@
- group: Basics - group: Basics
items: items:
- title: Quickstart
link: /concepts/quickstart/
- title: Introduction - title: Introduction
link: /concepts/introduction/ link: /concepts/introduction/
- title: Architecture Overview - title: Architecture Overview