Build efficient, cross-platform user interfaces
This repository contains the documentation for Kryon, built using mdBook.
-
Install Rust if you haven't already:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
Install mdBook:
cargo install mdbook
-
Clone the repository:
git clone https://github.com/kryonlabs/kryon-docs.git cd kryon-docs
-
Serve the book locally with live reload:
mdbook serve
-
Open your browser to
http://localhost:3000
To build the static website:
mdbook build
The generated site will be in the book/
directory.
This repository uses GitHub Actions to automatically build and deploy the documentation to GitHub Pages when changes are pushed to the main branch.
- Edit the markdown files in the
src/
directory - Test your changes locally with
mdbook serve
- Submit a pull request
src/
- Source markdown filesbook.toml
- mdBook configurationassets/
- Custom CSS and other assetsbook/
- Generated static site (auto-generated)