km-tr / navi-website

The documentation website for Navi

Home Page:https://frontarm.com/navi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

navi-docs

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.

Getting Started

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.

Changes from vanilla create-react-app

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.

About

The documentation website for Navi

https://frontarm.com/navi/


Languages

Language:JavaScript 83.0%Language:CSS 16.5%Language:HTML 0.5%