This site provides documentation for the Ubuntu Store.
sudo apt-add-repository ppa:wesmason/nodejs-backport
sudo apt-get install nodejs npm
npm install
make build
Snapcraft docs live in the official ubuntu-core snapcraft repository, but can be fetched and annotated with the appropriate yaml frontmatter using:
make fetch_snapcraft_docs
The following task will watch source files and rebuild the site for you:
make watch
Draft documents with the YAML frontmatter draft key set to true will not be rendered when the site is built, e.g.
---
title: My Draft Document
draft: true
---
# My Draft Document