This repository is public to enable all users to fix and expand the documentation.
The main branch gets automatically deployed on velius.dev
- Clone the master branch of this repository
- Use
npm install
to install all dependencies - Use
npm run dev
to run local development server
-
go into guide directory
-
add your page as a
.md
-file -
add the name of the file you added without .md-Extension to /.vuepress/config.js
themeConfig: { ..., sidebar: { '/guide/': [ { ..., children: [ ..., 'example-page', <- Add this line