We will be using Prettier to format document changes.
- root level
index.md
is where the wiki will open to. position
property indexes start at 1.- File names are in kebab-case.
title
property are sentence case versions of that file name. - Put markdown files within their respective
category
directory. - Category titles should be descriptive. Consider adding a new file to an existing category before creating a new one.
- WIP: Where to put images.
Install dependencies:
yarn install
yarn dev
This will create the dist/
directory for publishing to static hosting:
yarn generate
To preview the static generated app, run yarn start
For detailed explanation on how things work, checkout nuxt/content and @nuxt/content theme docs.