Skip to content

unikubehq/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.