Skip to content

kairos-io/kairos-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

01f0063 Β· Apr 28, 2025
Jun 13, 2023
Apr 9, 2025
Apr 28, 2025
Apr 16, 2025
Mar 4, 2025
Apr 1, 2025
Mar 7, 2024
Apr 25, 2023
Nov 5, 2024
Apr 25, 2023
Oct 31, 2023
Apr 10, 2024
Feb 21, 2025
Feb 21, 2025
Apr 16, 2025
Mar 7, 2024
Mar 4, 2025
Mar 4, 2025
Feb 7, 2024

Repository files navigation

πŸ“– Kairos documentation

The Kairos documentation uses docsy.

Prerequisites

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

  • Hugo v0.115.0 (make sure to use the extended version!)
  • nodeJs v16+

Test your changes

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

$> git clone https://github.com/kairos-io/kairos-docs
$> cd kairos-docs
$> make serve

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.