Skip to content

fuseio/fuse-docs

Repository files navigation

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