Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 429 Bytes

Fuse Docs

This repo runs docs.fuse.io.

Source can be viewed in docs directory.

Running Locally

  1. yarn install
  2. yarn start
  3. Open http://localhost:3000/

Adding a New Page

  1. Create a new file in docs/
  2. Configure sidebars.js to create the sidebar link.

Editing a Page

  1. Open the file in docs/

Customize Settings & Theme

  1. Open docusaurus.config.js