Skip to content

unification-com/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unification Documentation

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.

Setup

Yarn is the preferred package manager to use. Node v16.16+ is required.

Install the dependencies:

yarn install

Developing

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

Build docs for distribution:

yarn run build