Next.js based static documentation site for Natsuneko Laboratory.
- Framework: Next.js
- Deployment: Vercel
- Content: MDX
- Styling: Tailwind CSS
- Create a new markdown with
.mdx
extension indocs
directory. - Run
yarn run dev
in terminal. - Open
http://localhost:3000/
in browser. - Write your documentation.
The file-system structure under contents
is used as is for the documentation routing.
All Markdown documents must meet one of the following conditions:
- front-matter has a
lang
key. - a language-key at the end of the file name, such as
en-US
,ja-JP
.
If the document has multiple languages, write the language name at the end of the filename, otherwise; give front-matter the lang key.
- Run
yarn run dev
in terminal. - Open
http://localhost:3000/
in browser. - Write your component.
- The documentation is licensed under the CC-BY-SA 4.0.
- The source code is licensed under the MIT License.