Skip to content

Commit 9abfd87

Browse files
committed
Chore: Drop tools.gptscript.ai
Signed-off-by: Craig Jellick <[email protected]>
1 parent ce3b726 commit 9abfd87

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

Diff for: docs/docs/03-tools/02-authoring.md

-12
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,3 @@ Here are the supported languages and examples of tools written in those language
9090
| `Python` | [Image Generation](https://github.com/gptscript-ai/dalle-image-generation) - Generate images based on a prompt |
9191
| `Node.js` | [Vision](https://github.com/gptscript-ai/gpt4-v-vision) - Analyze and interpret images |
9292
| `Golang` | [Search](https://github.com/gptscript-ai/search) - Use various providers to search the internet |
93-
94-
95-
## Automatic Documentation
96-
97-
Each GPTScript tool is self-documented using the `tool.gpt` file.
98-
You can automatically generate documentation for your tools by visiting `https://tools.gptscript.ai/<github repo url>`.
99-
This documentation site allows others to easily search and explore the tools that have been created.
100-
101-
You can add more information about how to use your tool by adding an `examples` directory to your repository and adding a collection of `.gpt` files that demonstrate how to use your tool.
102-
These examples will be automatically included in the documentation.
103-
104-
For more information and to explore existing tools, visit [tools.gptscript.ai](https://tools.gptscript.ai).

Diff for: docs/docusaurus.config.js

-5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ const config = {
7070
label: "Contact Us",
7171
position: "right",
7272
},
73-
{
74-
href: "https://tools.gptscript.ai/",
75-
label: "Tool Search",
76-
position: "right",
77-
},
7873
],
7974
},
8075
footer: {

0 commit comments

Comments
 (0)