README

Quickstart Guide of Cloudforet API Documentation

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


Prerequisites

This repository can be deployed

  • as Github Pages

  • as Docker Image

  • as Kubernetes Pod using Helm Chart

  • as Hugo Server


Deploying as Github Pages

Fork this repository and execute [PUSH] Deploy Hugo to GitHub Pages Github Actions to deploy as Github Pages.


Deploying as Docker Image

Execute following command to run as Docker Image

  1. Run Docker Image


Deploying as Kubernetes Pod using Helm Chart(Not yet supported)

Execute following command to run as Kubernetes Pod using Helm Chart

  1. Add Helm Repository

  2. Create Namespace

  3. Install Helm Chart


Deploying as Hugo Server

Execute following command to run as Hugo Server

  1. Clone this repository

  2. Update Submodule

  3. Run Hugo Server

Last updated