We will be using Prettier to format document changes.
- root level
index.mdis where the wiki will open to. positionproperty indexes start at 1.- File names are in kebab-case.
titleproperty are sentence case versions of that file name. - Put markdown files within their respective
categorydirectory. - 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 installyarn devThis will create the dist/ directory for publishing to static hosting:
yarn generateTo preview the static generated app, run yarn start
For detailed explanation on how things work, checkout nuxt/content and @nuxt/content theme docs.