
# mdx-docs

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

## Getting Started

```sh
npm install
```

### Run in development mode

```sh
npm start
```

### Export static site

```sh
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`](pages/_app.js) component.

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

## Customizing

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

- [Theming Docs][docs-theming]
- [Components Docs][docs-components]

Built with [mdx-docs][]

[mdx-docs]: https://github.com/jxnblk/mdx-docs
[Next.js]: https://github.com/zeit/next.js/
[docs-components]: https://github.com/jxnblk/mdx-docs/blob/master/docs/components.md
[docs-theming]: https://github.com/jxnblk/mdx-docs/blob/master/docs/theming.md
