Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 959 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 959 Bytes

mdx-docs

This project was built with mdx-docs and Next.js

Getting Started

npm install

Run in development mode

npm start

Export static site

npm run build

Adding Routes & Navigation

Each file in the pages/ directory will create a route for your application. To edit the navigation in the sidebar, change the routes array in the pages/_app.js component.

For more information on how Next.js works, see the Next.js Docs.

Customizing

To customize the look at feel of your application see the docs for mdx-docs:

Built with mdx-docs