- 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
27 lines
523 B
TOML
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"
|