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"