Skip to content

Commit bd08e86

Browse files
committed
update hermes subnet
1 parent 14bba7b commit bd08e86

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/.vuepress/sidebar.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -745,10 +745,14 @@ export const getSidebar = (locale: string) =>
745745
`${locale}/subquery_network/glossary.md`,
746746
],
747747
"/ai/": [
748-
// {
749-
// text: "SubQuery GraphQL Agent",
750-
// link: `${locale}/ai/graphql_agent.md`,
751-
// },
748+
{
749+
text: "GraphQL Agent",
750+
link: `${locale}/ai/graphql_agent.md`,
751+
},
752+
{
753+
text: "Hermes (Coming)",
754+
link: `${locale}/ai/hermes.md`,
755+
},
752756
],
753757
"/miscellaneous/": [
754758
`${locale}/miscellaneous/contributing.md`,

docs/ai/hermes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## Coming Soon

0 commit comments

Comments
 (0)