Skip to content

Commit

Permalink
Docs: remove stale troubleshooting link, add links to source & issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasos Bitsios committed Jan 14, 2025
1 parent bd6091a commit 8887dd4
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,23 @@ export default defineConfig({
label: "Guides",
autogenerate: { directory: "guides" },
},
{
label: "Troubleshooting",
link: "/troubleshooting",
},
{
label: "Command Reference",
collapsed: true,
autogenerate: { directory: "reference" },
},
{
label: "Source Code",
link: "https://github.com/algorandfoundation/nodekit/",
},
{
label: "Issue Tracker",
link: "https://github.com/algorandfoundation/nodekit/issues",
},
{
label: "Report an issue",
link: "https://github.com/algorandfoundation/nodekit/issues/new/choose",
}
],
components: {
ThemeProvider: "./src/components/CustomThemeProvider.astro",
Expand Down

0 comments on commit 8887dd4

Please sign in to comment.