Skip to content

Commit 87dff05

Browse files
committed
update review changes
1 parent b450a3f commit 87dff05

File tree

3 files changed

+5
-110
lines changed

3 files changed

+5
-110
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
<script src='{{ "js/w3.js" | relURL }}'></script>
2-
<script src='{{ "js/migration-banner.js" | relURL }}' defer></script>
1+
<script src='{{ .Site.BaseURL }}js/w3.js' type="application/x-javascript"></script>

.hugo/static/js/migration-banner.js

Lines changed: 0 additions & 101 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ documentation](https://googleapis.github.io/genai-toolbox/).
2626
> added MCP compatibility.
2727
2828
<!-- TOC ignore:true -->
29-
## Table of Contents
29+
## Table of Contents <!-- omit in toc -->
3030

3131
<!-- TOC -->
3232

3333
- [MCP Toolbox for Databases](#mcp-toolbox-for-databases)
34-
- [Table of Contents](#table-of-contents)
3534
- [Why Toolbox?](#why-toolbox)
3635
- [General Architecture](#general-architecture)
3736
- [Getting Started](#getting-started)
@@ -46,8 +45,6 @@ documentation](https://googleapis.github.io/genai-toolbox/).
4645
- [Toolsets](#toolsets)
4746
- [Prompts](#prompts)
4847
- [Versioning](#versioning)
49-
- [Pre-1.0.0 Versioning](#pre-100-versioning)
50-
- [Post-1.0.0 Versioning](#post-100-versioning)
5148
- [Contributing](#contributing)
5249
- [Community](#community)
5350

@@ -105,7 +102,7 @@ between agents and applications and update those tools without necessarily
105102
redeploying your application.
106103

107104
<p align="center">
108-
<img src=".docs/en/user-guide/introduction/architecture.png" alt="architecture" width="50%"/>
105+
<img src="docs/en/user-guide/introduction/architecture.png" alt="architecture" width="50%"/>
109106
</p>
110107

111108
## Getting Started
@@ -1028,7 +1025,7 @@ This project uses [semantic versioning](https://semver.org/) (`MAJOR.MINOR.PATCH
10281025
Since the project is in a pre-release stage (version `0.x.y`), we follow the
10291026
standard conventions for initial development:
10301027
1031-
### Pre-1.0.0 Versioning
1028+
### Pre-1.0.0 Versioning <!-- omit in toc -->
10321029
10331030
While the major version is `0`, the public API should be considered unstable.
10341031
The version will be incremented as follows:
@@ -1038,7 +1035,7 @@ The version will be incremented as follows:
10381035
- **`0.MINOR.PATCH`**: The **PATCH** version is incremented for
10391036
backward-compatible bug fixes.
10401037
1041-
### Post-1.0.0 Versioning
1038+
### Post-1.0.0 Versioning <!-- omit in toc -->
10421039
10431040
Once the project reaches a stable `1.0.0` release, the version number
10441041
**`MAJOR.MINOR.PATCH`** will follow the more common convention:

0 commit comments

Comments
 (0)