This repository contains the documentation website for Navi.
You can view the documentation online at Frontend Armory -- this repository is primarily intended for use by contributors.
Fork and clone the repository, then install with yarn and start the documentation server.
yarn install
yarn start
The site's pages are specified in <src/pages/index.html>. You can add, remove or edit content from here.
This repository is based on create-react-app, but eject
was run in order to enable two features:
__filename
support, which is used to add the Edit this page on GitHub links on each page..mdx
support, which makes it possible to mount the entire site within Frontend Armory.
If it becomes possible to use these features without ejecting, the documentation will be moved back to an unejected create-react-app.