@@ -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
105102redeploying 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
10281025Since the project is in a pre-release stage (version ` 0.x.y` ), we follow the
10291026standard conventions for initial development:
10301027
1031- # ## Pre-1.0.0 Versioning
1028+ # ## Pre-1.0.0 Versioning <!-- omit in toc -->
10321029
10331030While the major version is ` 0` , the public API should be considered unstable.
10341031The 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
10431040Once 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