fetch_ml/docs/hugo.toml
Jeremie Fraeys 5144d291cb
docs: comprehensive documentation updates
- Add architecture, CI/CD, CLI reference documentation
- Update installation, operations, and quick-start guides
- Add Jupyter workflow and queue documentation
- New landing page and research runner plan
2026-02-12 12:05:27 -05:00

27 lines
523 B
TOML

baseURL = "/"
languageCode = "en-us"
title = "Fetch ML Documentation"
# Reuse existing docs tree as Hugo content
contentDir = "src"
# Generated site output (published by CI)
publishDir = "_site"
enableGitInfo = true
disableKinds = ["taxonomy"]
[module]
[[module.imports]]
path = "github.com/alex-shpak/hugo-book"
[params]
BookTheme = "auto"
BookToC = true
BookSearch = true
BookMermaid = true
BookSection = "*"
BookRepo = "https://github.com/jfraeys/fetch_ml"
BookEditPath = "edit/main/docs/src"