mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
point to driver quickstarts
This commit is contained in:
parent
84eb8da608
commit
44f6320487
@ -19,23 +19,11 @@ const QuickRun = () => (
|
|||||||
render={(data) => (
|
render={(data) => (
|
||||||
<aside className={styles.quickrun}>
|
<aside className={styles.quickrun}>
|
||||||
<header className={styles.header}>
|
<header className={styles.header}>
|
||||||
<h1 className={styles.tldr}>TL;DR</h1>
|
<h1 className={styles.tldr}>Quickstart</h1>
|
||||||
<strong>
|
<strong>
|
||||||
Wanna quickly get an Ocean network with all{' '}
|
The <Link to="/references/ocean.js">ocean.js</Link> and <Link to="/references/python.js">ocean.py</Link> repos have quickstarts. Have fun!
|
||||||
<Link to="/concepts/components/">core components</Link> running on
|
|
||||||
your machine?
|
|
||||||
</strong>
|
</strong>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div className={styles.docker}>
|
|
||||||
<div
|
|
||||||
dangerouslySetInnerHTML={{
|
|
||||||
__html: data.allMarkdownRemark.edges[0].node.html
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<Repository name="barge" />
|
|
||||||
</div>
|
|
||||||
</aside>
|
</aside>
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user