Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leon3s/nxtmdoc

Next Markdown Documentation
https://github.com/leon3s/nxtmdoc

documentation generator markdown nextjs

Last synced: about 1 month ago
JSON representation

Next Markdown Documentation

Awesome Lists containing this project

README

        



Next Markdown Documentation



Tags


documentation, summary

## Motivation

Where `docusaurus` is a thing today and mostly used.
I wanted to experience to make my own.
It's follow better markdown compatibility with `Github`.
So documentation can be both readable in `Github` and on the `Website`.

## How to use it ?

```bash
npm install && npm run dev ./test_doc
```

See the `Dockerfile` for production

You can have an example of configuration on this [repository](https://github.com/nxthat/documentation)
And an example of a deployed version on this url [docs.next-hat.com](https://docs.next-hat.com)