Unikube documentation, cloud native knowledgebase.
First, run npm install
. To then start the local dev server, run npm run dev
.
Vuepress will serve content from src/.vuepress/public
under the base url (https://unikube.io/docs/
in this case).
To reference files in Markdown, using a path like /docs/img/image.png
will serve src/.vuepress/public/img/image.png
.
🖼️ Images are located at src/.vuepress/public/img
.