davidthewatson / kairos-docs

:book: Kairos documentation

Home Page:https://kairos.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

đź“– Kairos documentation

The Kairos documentation uses docsy.

Prerequisites

The following software is needed to preview the documentation changes locally.

Test your changes

After cloning the repo (with submodules), just run make serve to test the website locally.

$> git clone --recurse-submodule https://github.com/kairos-io/kairos-docs
$> cd kairos-docs
$> npm run prepare
$> make serve

If you have a local copy already checked out, sync the submodules:

$> git submodule update --init --recursive --depth 1

To run the website locally in other platforms, e.g. MacOS:

$> HUGO_PLATFORM=macOS-64bit make serve

Note: If the make serve command does not work for you, try to start hugo directly with the command hugo server -D.

About

:book: Kairos documentation

https://kairos.io/

License:Apache License 2.0


Languages

Language:SCSS 41.1%Language:JavaScript 40.5%Language:HTML 13.8%Language:Shell 2.4%Language:Earthly 1.7%Language:Makefile 0.5%