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:
parent
022ea0211d
commit
143553a0db
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
- group: Drivers
|
||||
items:
|
||||
- name: ocean.js
|
||||
@ -29,4 +27,3 @@
|
||||
- name: operator-engine
|
||||
- name: pod-configuration
|
||||
- name: pod-publishing
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user