This repo contains the contents for our docs deployed here.
The website is built using Docusaurus 2.
The Developers Portal is an ecosystem tool, we welcome everybody to collaborate and improve it!
Node.js version 14.13 or higher.
$ yarn install
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
- Docs are located in the docs directory.
- Landing pages are located in the src/pages directory.
- The left side-bar of the page is controlled by sidebars.js.
- Docusaurus complete documentation can be found here.
- TBD