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,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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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