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
|
- group: Drivers
|
||||||
items:
|
items:
|
||||||
- name: ocean.js
|
- name: ocean.js
|
||||||
- name: ocean.py
|
- name: ocean.py
|
||||||
- name: react
|
- name: react
|
||||||
|
|
||||||
- group: Smart Contracts
|
- group: Smart Contracts
|
||||||
items:
|
items:
|
||||||
- name: contracts
|
- name: contracts
|
||||||
@ -22,11 +20,10 @@
|
|||||||
- name: API reference
|
- name: API reference
|
||||||
url: /references/aquarius/
|
url: /references/aquarius/
|
||||||
- name: provider
|
- name: provider
|
||||||
|
|
||||||
- group: Compute-to-Data
|
- group: Compute-to-Data
|
||||||
items:
|
items:
|
||||||
- name: operator-service
|
- name: operator-service
|
||||||
- name: operator-engine
|
- name: operator-engine
|
||||||
- name: pod-configuration
|
- name: pod-configuration
|
||||||
- name: pod-publishing
|
- name: pod-publishing
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
color: purple
|
color: purple
|
||||||
|
|
||||||
- title: Tutorials
|
- title: Tutorials
|
||||||
description: Build an Ocean-powered React app, and more.
|
description: Build an Ocean-powered React app, and more.
|
||||||
link: /tutorials/introduction/
|
link: /tutorials/introduction/
|
||||||
color: orange
|
color: orange
|
||||||
|
|
||||||
|
@ -20,7 +20,9 @@ const QuickRun = () => (
|
|||||||
<header className={styles.header}>
|
<header className={styles.header}>
|
||||||
<h1 className={styles.tldr}>Quickstart</h1>
|
<h1 className={styles.tldr}>Quickstart</h1>
|
||||||
<strong>
|
<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>
|
</strong>
|
||||||
</header>
|
</header>
|
||||||
</aside>
|
</aside>
|
||||||
|
@ -59,7 +59,6 @@ const IndexPage = ({ data, location }) => (
|
|||||||
|
|
||||||
<Layout location={location} header={<HeaderHome />}>
|
<Layout location={location} header={<HeaderHome />}>
|
||||||
<Content>
|
<Content>
|
||||||
|
|
||||||
<ul className={styles.sections}>
|
<ul className={styles.sections}>
|
||||||
{data.allSectionsYaml.edges.map(({ node }) => (
|
{data.allSectionsYaml.edges.map(({ node }) => (
|
||||||
<li key={node.title} className={styles.section}>
|
<li key={node.title} className={styles.section}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user