Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 610 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 610 Bytes

Unikube Docs

Unikube documentation, cloud native knowledgebase.

Local Development

First, run npm install. To then start the local dev server, run npm run dev.

Statics

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.