Skip to content

Commit a03ca44

Browse files
authored
Update GraphQL Agent documentation (#668)
* Update GraphQL Agent documentation - Comprehensive GraphQL Agent documentation with technical architecture - Free tier integration in Network App with rate limiting - Paid MCP service announcement (coming soon) * fix deploy-staging.yml * fix per comment * remove sidebar for graphql agent * remove sidebar for graphql agent
1 parent 3309a8f commit a03ca44

26 files changed

Lines changed: 258 additions & 1469 deletions

docs/.vuepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
7070
link: "/indexer/welcome.md",
7171
},
7272
{
73-
text: "SubQuery AI Apps Framework",
74-
link: "/ai/welcome.md",
73+
text: "SubQuery GraphQL Agent",
74+
link: "/ai/graphql_agent.md",
7575
},
7676
{
7777
text: "SubQuery Network",

docs/.vuepress/sidebar.ts

Lines changed: 4 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -745,45 +745,10 @@ export const getSidebar = (locale: string) =>
745745
`${locale}/subquery_network/glossary.md`,
746746
],
747747
"/ai/": [
748-
{
749-
text: "Welcome",
750-
link: `${locale}/ai/welcome.md`,
751-
},
752-
{
753-
text: "Guides",
754-
link: `${locale}/ai/guides/fancy-greeter.md`,
755-
children: [
756-
`${locale}/ai/guides/fancy-greeter.md`,
757-
`${locale}/ai/guides/subquery-docs-rag.md`,
758-
`${locale}/ai/guides/delegation-helper.md`,
759-
],
760-
},
761-
{
762-
text: "Build",
763-
link: `${locale}/ai/build/app.md`,
764-
children: [
765-
`${locale}/ai/build/app.md`,
766-
`${locale}/ai/build/function_tools.md`,
767-
`${locale}/ai/build/rag.md`,
768-
],
769-
},
770-
{
771-
text: "Run",
772-
link: `${locale}/ai/run/local.md`,
773-
children: [
774-
`${locale}/ai/run/local.md`,
775-
`${locale}/ai/run/cli.md`,
776-
`${locale}/ai/run/docker.md`,
777-
],
778-
},
779-
{
780-
text: "API",
781-
link: `${locale}/ai/api/api.md`,
782-
},
783-
{
784-
text: "Publish",
785-
link: `${locale}/ai/publish/publish.md`,
786-
},
748+
// {
749+
// text: "SubQuery GraphQL Agent",
750+
// link: `${locale}/ai/graphql_agent.md`,
751+
// },
787752
],
788753
"/miscellaneous/": [
789754
`${locale}/miscellaneous/contributing.md`,

docs/ai/ai-app-framework.md

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

docs/ai/api/api.md

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

docs/ai/build/app.md

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

docs/ai/build/function_tools.md

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

docs/ai/build/other.md

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

0 commit comments

Comments
 (0)