This open-source project is currently under construction and is subject to frequent changes and updates. For more information about our alpha release, see our Alpha Disclaimer
Welcome to the docs! This repo is used to build the decisive MDAI Cluster docs site. More to come in our first beta release!
- This site is built using mdBook. You can install the
mdbook
utility by following these instructions.
cargo install mdbook mdbook-toc mdbook-catppuccin
-
Additionally, we are using the catppuccin theme. If you would like to install the assets from source and modify. Follow install instructions.
-
If on a Mac, you can install mdBook using Homebrew:
brew install mdbook
Use mdbook serve
to spin up a local development server, at http://localhost:3000 by default. Make edits and reload the page to see updated content.
Use mdbook build
to build the static documentation site at ./book
, which can be deployed to a static site host.