Vuepress StarterVuepress Starter
Getting Started
Getting Started
  • Getting Started

Getting Started

vuepress-starter repository is marked on GitHub as Template. In order to use it, create a new repository and choose harbur/vuepress-starter repo as your template. This will clone the code to the new repository.

Below we'll describe the steps needed to be performed after the clone.

Update Chart

Chart defines how the documentation is deployed.

Update the charts/vuepress/Chart.yaml following lines with the name of the project:

description: Chart to deploy Vuepress
name: vuepress

Update the charts/vuepress/values.yaml field image.repository value with the name of the project:

image:
  repository: ghcr.io/harbur/vuepress-starter

Rename charts/vuepress folder to the name of your project.

Update kubernetic-apps to deploy

Go to kubernetic-apps and add your documentation project there so it can be deployed.