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

just did 'npm run format'

This commit is contained in:
trentmc 2020-10-27 10:20:26 +01:00
parent 022ea0211d
commit 143553a0db
4 changed files with 6 additions and 8 deletions

View File

@ -1,11 +1,9 @@
- group: Drivers
items:
- name: ocean.js
- name: ocean.py
- name: react
- group: Smart Contracts
items:
- name: contracts
@ -22,11 +20,10 @@
- name: API reference
url: /references/aquarius/
- name: provider
- group: Compute-to-Data
items:
- name: operator-service
- name: operator-engine
- name: pod-configuration
- name: pod-publishing

View File

@ -9,7 +9,7 @@
color: purple
- title: Tutorials
description: Build an Ocean-powered React app, and more.
description: Build an Ocean-powered React app, and more.
link: /tutorials/introduction/
color: orange

View File

@ -20,7 +20,9 @@ const QuickRun = () => (
<header className={styles.header}>
<h1 className={styles.tldr}>Quickstart</h1>
<strong>
The <Link to=".">ocean.js</Link>, <Link to=".">ocean.py</Link>, and <Link to=".">Ocean React</Link> repos have quickstarts. Pick your favorite and have fun!
The <Link to=".">ocean.js</Link>, <Link to=".">ocean.py</Link>, and{' '}
<Link to=".">Ocean React</Link> repos have quickstarts. Pick your
favorite and have fun!
</strong>
</header>
</aside>

View File

@ -59,7 +59,6 @@ const IndexPage = ({ data, location }) => (
<Layout location={location} header={<HeaderHome />}>
<Content>
<ul className={styles.sections}>
{data.allSectionsYaml.edges.map(({ node }) => (
<li key={node.title} className={styles.section}>