We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb13ab commit 6839bd7Copy full SHA for 6839bd7
.vitepress/config.mts
@@ -32,16 +32,6 @@ export default defineConfig({
32
sidebar: {
33
"/posts/": generateSidebar("posts", "/posts"),
34
"/projects/": generateSidebar("projects", "/projects"),
35
-
36
- "/": [
37
- {
38
- text: "Examples",
39
- items: [
40
- { text: "Markdown Examples", link: "/markdown-examples" },
41
- { text: "Runtime API Examples", link: "/api-examples" },
42
- ],
43
- },
44
45
},
46
47
socialLinks: [{ icon: "github", link: "https://github.com/toothlessdev" }],
0 commit comments