Skip to content

Commit

Permalink
Merge pull request #65 from planetlabs/docs-update
Browse files Browse the repository at this point in the history
Links and contributing doc
  • Loading branch information
tschaub authored Feb 9, 2023
2 parents 7792083 + 3f02c9c commit 60e4f21
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions site/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ function MyApp() {
<div set:html={source} />
<section>
<h4>💿 Installation</h4>
The library requires React and OpenLayers. You can install them all with
<a href="https://nodejs.org/">npm</a>:
The library requires React and OpenLayers. You can install all the dependencies
with <a href="https://nodejs.org/">npm</a>:
<code><pre>npm install @planet/layers ol react react-dom</pre></code>
</section>
<section>
Expand Down Expand Up @@ -72,4 +72,17 @@ function MyApp() {
</li>
</ul>
</section>
<section>
<h4>🙏 Contributing</h4>
<p>
Notice a bug or have an idea? Please
<a href="https://github.com/planetlabs/maps/issues/new">create an issue</a
>
on the <a href="https://github.com/planetlabs/maps">GitHub repository</a>.
</p>
<p>
The @planet/maps library is an open source project from
<a href="https://www.planet.com/">Planet</a>.
</p>
</section>
</BaseLayout>

0 comments on commit 60e4f21

Please sign in to comment.