Repository for all Unification project documentation.
The documentation repository is structured such that docs can be written in Markdown. Docs are compiled and published using Vuepress, meaning that it is also possible to include Vue components. See Vuepress docs for more details.
Yarn is the preferred package manager to use. Node v16.16+ is required.
Install the dependencies:
yarn install
While writing docs, the vuepress
development server can be used to view changes.
Run in development mode:
yarn run dev
Output can be viewed on http://localhost:8080/
Build docs for distribution:
yarn run build