mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-12 08:05:06 -05:00
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:
10
docs/en/_index.md
Normal file
10
docs/en/_index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "Documentation"
|
||||
type: docs
|
||||
notoc: false
|
||||
weight: 1
|
||||
description: >
|
||||
All of Toolbox's documentation.
|
||||
---
|
||||
|
||||
Placeholder for top-level directory.
|
||||
6
docs/en/concepts/_index.md
Normal file
6
docs/en/concepts/_index.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Concepts"
|
||||
type: docs
|
||||
weight: 2
|
||||
description: Some core concepts in Toolbox
|
||||
---
|
||||
6
docs/en/concepts/overview.md
Normal file
6
docs/en/concepts/overview.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Architecture"
|
||||
type: docs
|
||||
weight: 2
|
||||
description: An overview of Toolbox's architecture
|
||||
---
|
||||
6
docs/en/development/_index.md
Normal file
6
docs/en/development/_index.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Development"
|
||||
type: docs
|
||||
weight: 4
|
||||
description: A list of resources related to development of Toolbox
|
||||
---
|
||||
7
docs/en/development/contributing.md
Normal file
7
docs/en/development/contributing.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Contributing"
|
||||
type: docs
|
||||
weight: 2
|
||||
description: How to participate in Toolbox Development
|
||||
---
|
||||
|
||||
7
docs/en/getting-started/_index.md
Normal file
7
docs/en/getting-started/_index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Getting Started"
|
||||
type: docs
|
||||
weight: 1
|
||||
description: >
|
||||
How to get started with Toolbox
|
||||
---
|
||||
10
docs/en/getting-started/introduction.md
Normal file
10
docs/en/getting-started/introduction.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "Introduction"
|
||||
type: docs
|
||||
weight: 1
|
||||
description: An introduction to Toolbox
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
||||
This is a placeholder for the introduction.
|
||||
6
docs/en/resources/_index.md
Normal file
6
docs/en/resources/_index.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Resources"
|
||||
type: docs
|
||||
weight: 3
|
||||
description: List of reference documentation for resources in Toolbox
|
||||
---
|
||||
Reference in New Issue
Block a user