README
This guide covers how you can quickly get started using various tools to access Cloudforest's API Documentation which auto-generated from API's Protobuffs
This repository can be deployed
- as Github Pages
- as Docker Image
- as Kubernetes Pod using Helm Chart
- as Hugo Server
Fork this repository and execute
[PUSH] Deploy Hugo to GitHub Pages
Github Actions to deploy as Github Pages.
Execute following command to run as Docker Image
- 1.Run Docker Imagedocker run -p 1313:1313 cloudforet/api-doc:{version}
Execute following command to run as Kubernetes Pod using Helm Chart
- 1.Add Helm Repositoryhelm repo add cloudforet https://cloudforet-io.github.io/api-doc/deploy/helm
- 2.Create Namespacekubectl create namespace api-docs
- 3.Install Helm Charthelm install api-docs cloudforet/cloudforet-api-docs
Execute following command to run as Hugo Server
- 1.Clone this repositorygit clone https://cloudforet-io.github.io/api-doc.git
- 2.Update Submodulegit submodule update --init --recursive
- 3.Run Hugo Serverhugo server --gc --minify --theme hugo-book --baseUrl="http://localhost:1313"
Last modified 9d ago