mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-09 23:48:04 -05:00
Adds a static site generation using Hugo, and deployed to GitHub pages (googleapis.github.io/genai-toolbox).
43 lines
983 B
TOML
43 lines
983 B
TOML
title = 'Gen AI Toolbox'
|
|
relativeURLs = true
|
|
|
|
languageCode = 'en-us'
|
|
contentDir = "../docs/en"
|
|
defaultContentLanguage = "en"
|
|
defaultContentLanguageInSubdir = false
|
|
|
|
enableGitInfo = true
|
|
enableRobotsTXT = true
|
|
|
|
[languages]
|
|
[languages.en]
|
|
languageName ="English"
|
|
weight = 1
|
|
|
|
[module]
|
|
proxy = "direct"
|
|
[module.hugoVersion]
|
|
extended = true
|
|
min = "0.73.0"
|
|
[[module.imports]]
|
|
path = "github.com/google/docsy"
|
|
disable = false
|
|
|
|
[params]
|
|
copyright = "Google LLC"
|
|
github_repo = "https://github.com/googleapis/genai-toolbox"
|
|
github_project_repo = "https://github.com/googleapis/genai-toolbox"
|
|
github_subdir = "docs"
|
|
offlineSearch = true
|
|
[params.ui]
|
|
ul_show = 100
|
|
showLightDarkModeMenu = true
|
|
breadcrumb_disable = true
|
|
sidebar_menu_foldable = true
|
|
sidebar_menu_compact = false
|
|
|
|
[[menu.main]]
|
|
name = "GitHub"
|
|
weight = 50
|
|
url = "https://github.com/googleapis/genai-toolbox"
|
|
pre = "<i class='fa-brands fa-github'></i>" |