We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bba7b commit bd08e86Copy full SHA for bd08e86
docs/.vuepress/sidebar.ts
@@ -745,10 +745,14 @@ export const getSidebar = (locale: string) =>
745
`${locale}/subquery_network/glossary.md`,
746
],
747
"/ai/": [
748
- // {
749
- // text: "SubQuery GraphQL Agent",
750
- // link: `${locale}/ai/graphql_agent.md`,
751
- // },
+ {
+ text: "GraphQL Agent",
+ link: `${locale}/ai/graphql_agent.md`,
+ },
752
753
+ text: "Hermes (Coming)",
754
+ link: `${locale}/ai/hermes.md`,
755
756
757
"/miscellaneous/": [
758
`${locale}/miscellaneous/contributing.md`,
docs/ai/hermes.md
@@ -0,0 +1 @@
1
+## Coming Soon
0 commit comments