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,5 +1,3 @@
- group: Drivers
items:
- name: ocean.js
@ -29,4 +27,3 @@
- name: operator-engine
- name: pod-configuration
- name: pod-publishing

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}>