This is currently a work in progress, please see developer.helium.com for current docs.
Documentation for the Helium network.
$ yarn
$ yarn start
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
Documentation is managed by Helium, but supported by the community.
Please see CONTRIBUTING.md for more instructions.
Use the style guide found here to learn what markdown syntax is available.
For more advanced content consider using JSX.
When adding images, use the method shown below.
---
id: my-doc
title: My Doc
---
// Add to the top of the file below the front matter.
import useBaseUrl from '@docusaurus/useBaseUrl';
...
<img alt="Image Description" src={useBaseUrl('img/image.svg')} />
Create a new *.mdx extension file following the existing naming conventions.
This website is built using Docusaurus 2, a modern static website generator.