This repository is the official documentation of OfficeLife, a tool used to take the pulse of your company.
This documentation is powered by VuePress, a static site generator based on Vue.
git clone git@github.com:officelifehq/docs.git
cd docs
yarn
As VuePress generates static sites, we need to compile the content before being able to read it.
yarn serve
To deploy: accept the PR, merge it to main
and it will be auto-deployed within minutes to Netlify.
This documentation is hosted on Netlify. The page is automatically build after each commit in the Github repository. Also, for each commit, the documentation is generated automatically by Github Action and pushed back to the commit, so you don't have to think of it before creating and pushing your PR.
Netlify takes care of minifying all assets upon deployment.
If you need to change the navigation, update the sidebar, etc..., edit the config.js
file.