diff --git a/content/concepts/quickstart.md b/content/concepts/quickstart.md new file mode 100644 index 00000000..b0846143 --- /dev/null +++ b/content/concepts/quickstart.md @@ -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/) diff --git a/data/sections.yml b/data/sections.yml index 09130ece..0fbedd4e 100644 --- a/data/sections.yml +++ b/data/sections.yml @@ -1,6 +1,6 @@ - title: Quickstart description: Try out ocean.js, ocean.py or React drivers. - link: /concepts/introduction/ + link: /concepts/quickstart/ color: blue - title: Core Concepts @@ -16,4 +16,4 @@ - title: API References description: Interfaces for libraries and services. link: /references/introduction/ - color: green + color: blue diff --git a/data/sidebars/concepts.yml b/data/sidebars/concepts.yml index 8039ac59..792b6b2c 100644 --- a/data/sidebars/concepts.yml +++ b/data/sidebars/concepts.yml @@ -1,5 +1,7 @@ - group: Basics items: + - title: Quickstart + link: /concepts/quickstart/ - title: Introduction link: /concepts/introduction/ - title: Architecture Overview