Update README.md (#65146)
Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
This commit is contained in:
@@ -141,14 +141,14 @@ const config = {
|
||||
],
|
||||
},
|
||||
],
|
||||
// This plugin controls Airbyte Developer Tools docs, which are not versioned
|
||||
// This plugin controls AI Agent Tools docs, which are not versioned
|
||||
[
|
||||
"@docusaurus/plugin-content-docs",
|
||||
{
|
||||
id: "developer-tools",
|
||||
path: "../docs/developer-tools",
|
||||
routeBasePath: "/developer-tools",
|
||||
sidebarPath: "./sidebar-developer-tools.js",
|
||||
id: "ai-agents",
|
||||
path: "../docs/ai-agents",
|
||||
routeBasePath: "/ai-agents",
|
||||
sidebarPath: "./sidebar-ai-agents.js",
|
||||
editUrl: "https://github.com/airbytehq/airbyte/blob/master/docs",
|
||||
remarkPlugins: [
|
||||
docsHeaderDecoration,
|
||||
@@ -297,9 +297,9 @@ const config = {
|
||||
{
|
||||
type: "docSidebar",
|
||||
position: "left",
|
||||
docsPluginId: "developer-tools",
|
||||
sidebarId: "developer-tools",
|
||||
label: "Developer Tools",
|
||||
docsPluginId: "ai-agents",
|
||||
sidebarId: "ai-agents",
|
||||
label: "AI Agents",
|
||||
},
|
||||
{
|
||||
href: "https://support.airbyte.com/",
|
||||
|
||||
@@ -3,24 +3,20 @@
|
||||
"message": "Next",
|
||||
"description": "The label for version current"
|
||||
},
|
||||
"sidebar.developer-tools.category.Developer Tools": {
|
||||
"message": "Developer Tools",
|
||||
"description": "The label for category Developer Tools in sidebar developer-tools"
|
||||
"sidebar.ai-agents.category.AI Agents": {
|
||||
"message": "AI Agents",
|
||||
"description": "The label for category AI Agents in sidebar ai-agents"
|
||||
},
|
||||
"sidebar.developer-tools.category.Embedded": {
|
||||
"sidebar.ai-agents.category.Embedded": {
|
||||
"message": "Embedded",
|
||||
"description": "The label for category Embedded in sidebar developer-tools"
|
||||
"description": "The label for category Embedded in sidebar ai-agents"
|
||||
},
|
||||
"sidebar.developer-tools.category.Widget": {
|
||||
"sidebar.ai-agents.category.Widget": {
|
||||
"message": "Widget",
|
||||
"description": "The label for category Widget in sidebar developer-tools"
|
||||
"description": "The label for category Widget in sidebar ai-agents"
|
||||
},
|
||||
"sidebar.developer-tools.category.API": {
|
||||
"sidebar.ai-agents.category.API": {
|
||||
"message": "API",
|
||||
"description": "The label for category API in sidebar developer-tools"
|
||||
},
|
||||
"sidebar.developer-tools.doc.PyAirbyte MCP": {
|
||||
"message": "PyAirbyte MCP",
|
||||
"description": "The label for the doc item PyAirbyte MCP in sidebar developer-tools, linking to the doc pyairbyte-mcp/README"
|
||||
"description": "The label for category API in sidebar ai-agents"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
export default {
|
||||
"developer-tools": [
|
||||
{
|
||||
"ai-agents": [
|
||||
{
|
||||
type: "category",
|
||||
collapsible: false,
|
||||
label: "Developer Tools",
|
||||
label: "AI Agents",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "README",
|
||||
Reference in New Issue
Block a user