Skip to content

Provides Gemini with up-to-date information about TiDB. The documentation content is sourced from llms.txt

Notifications You must be signed in to change notification settings

hawkingrei/tidb-docs-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TiDB Docs Extension for Gemini CLI

This extension provides documentation support for using the TiDB database system within the Gemini CLI environment.

Extension Installation into Gemini CLI

The easiest way to install this extension is with this command:

gemini extension install https://github.com/hawkingrei/tidb-docs-ext

The command will respond with:

Extension "tidb-docs-ext" installed successfully and enabled.

Alternatively, you can clone this repo directly into your extensions folder.

For global installation:

mkdir -p ~/.gemini/extensions
git clone https://github.com/hawkingrei/tidb-docs-ext.git ~/.gemini/extensions/tidb-docs-ext

For workspace-level installation:

mkdir -p ./.gemini/extensions
git clone https://github.com/hawkingrei/tidb-docs-ext.git ./.gemini/extensions/tidb-docs-ext

Gemini CLI will automatically load the extension on startup and will then use the relevant tools to answer any questions relating to TiDB.

About

Provides Gemini with up-to-date information about TiDB. The documentation content is sourced from llms.txt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published