Skip to content

Commit

Permalink
Remove courses
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Oct 22, 2024
1 parent 2697d36 commit 611ad5c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ export const getSidebar = (locale: string) =>
`${locale}/indexer/run_publish/references.md`,
],
},
/*
{
text: "Courses",
link: `${locale}/indexer/academy/academy.md`,
Expand Down Expand Up @@ -575,6 +576,20 @@ export const getSidebar = (locale: string) =>
`${locale}/indexer/academy/subquery101/subquery101.md`,
],
},
*/
{
text: "Tutorials & Examples",
collapsible: true,
children: [
`${locale}/indexer/academy/tutorials_examples/block-height.md`,
`${locale}/indexer/academy/tutorials_examples/batch-size.md`,
`${locale}/indexer/academy/tutorials_examples/run-indexer.md`,
`${locale}/indexer/academy/tutorials_examples/dictionary.md`,
`${locale}/indexer/academy/tutorials_examples/debug-projects.md`,
`${locale}/indexer/academy/tutorials_examples/delete-projects.md`,
`${locale}/indexer/academy/tutorials_examples/terminology.md`,
],
},
{
text: "Miscellaneous",
link: `${locale}/indexer/miscellaneous/faq.md`,
Expand Down

0 comments on commit 611ad5c

Please sign in to comment.