docs: add site for hosting docs on github pages (#204)

Adds a static site generation using Hugo, and deployed to GitHub pages
(googleapis.github.io/genai-toolbox).
This commit is contained in:
Kurtis Van Gent
2025-01-13 15:37:31 -07:00
committed by GitHub
parent 61627803db
commit 141cae7702
23 changed files with 1476 additions and 0 deletions

10
docs/en/_index.md Normal file
View File

@@ -0,0 +1,10 @@
---
title: "Documentation"
type: docs
notoc: false
weight: 1
description: >
All of Toolbox's documentation.
---
Placeholder for top-level directory.

View File

@@ -0,0 +1,6 @@
---
title: "Concepts"
type: docs
weight: 2
description: Some core concepts in Toolbox
---

View File

@@ -0,0 +1,6 @@
---
title: "Architecture"
type: docs
weight: 2
description: An overview of Toolbox's architecture
---

View File

@@ -0,0 +1,6 @@
---
title: "Development"
type: docs
weight: 4
description: A list of resources related to development of Toolbox
---

View File

@@ -0,0 +1,7 @@
---
title: "Contributing"
type: docs
weight: 2
description: How to participate in Toolbox Development
---

View File

@@ -0,0 +1,7 @@
---
title: "Getting Started"
type: docs
weight: 1
description: >
How to get started with Toolbox
---

View File

@@ -0,0 +1,10 @@
---
title: "Introduction"
type: docs
weight: 1
description: An introduction to Toolbox
---
# Introduction
This is a placeholder for the introduction.

View File

@@ -0,0 +1,6 @@
---
title: "Resources"
type: docs
weight: 3
description: List of reference documentation for resources in Toolbox
---