Official docs for codefloe.com
https://docs.codefloe.com
| .crow | ||
| .gitsv | ||
| docs | ||
| overrides | ||
| .commitlintrc.json | ||
| .editorconfig | ||
| .editorconfig-checker.json | ||
| .gitignore | ||
| .markdownlint.yaml | ||
| .pre-commit-config.yaml | ||
| .prettierignore | ||
| .prettierrc.json | ||
| .yamllint.yaml | ||
| hooks.py | ||
| Justfile | ||
| README.md | ||
| renovate.json | ||
| statichost.yml | ||
CodeFloe Documentation
This repository contains the CodeFloe documentation in multiple formats.
Astro Starlight
Astro Starlight with the Nova theme.
Install required dependencies:
just deps # or cd docs && bun install
# Serve Starlight docs
just preview
# Build Starlight docs
just starlight-build