Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.08 KB

File metadata and controls

47 lines (33 loc) · 1.08 KB

knowledgebase

This website is built using Docusaurus 2, a modern static website generator.

Contribute

How to add knowledge?

Work on a separate branch and create a pull request.

How to add a new topic?

  1. Create a new file in docs/<category>/<topic>.md
  2. Add a header
---
id: <id>
title: <topic title>
---

## About
  1. Add to /table-of-contents.js
  2. Add to /docs/introduction/introduction.md

Installation

yarn install

Local Development

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.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.