@@ -23,23 +23,23 @@ export const guidesSidebar: DefaultTheme.SidebarItem[] = [
2323 items : [
2424 {
2525 text : "Creating a Page" ,
26- link : "/guides/components/ page" ,
26+ link : "/guides/page" ,
2727 } ,
2828 {
2929 text : "Creating a Command" ,
30- link : "/guides/components/ command" ,
30+ link : "/guides/command" ,
3131 } ,
3232 {
3333 text : "Customizing Context Menus" ,
34- link : "/guides/components/ menu" ,
34+ link : "/guides/menu" ,
3535 } ,
3636 {
3737 text : "Storing Frontend Data" ,
38- link : "/guides/components/ frontend_storage" ,
38+ link : "/guides/frontend_storage" ,
3939 } ,
4040 {
4141 text : "Using the Component Library" ,
42- link : "/guides/components/ styling" ,
42+ link : "/guides/styling" ,
4343 } ,
4444 ] ,
4545 } ,
@@ -48,43 +48,43 @@ export const guidesSidebar: DefaultTheme.SidebarItem[] = [
4848 items : [
4949 {
5050 text : "Creating and Calling a Custom Function" ,
51- link : "/guides/components/ rpc" ,
51+ link : "/guides/rpc" ,
5252 } ,
5353 {
5454 text : "Handling Backend Events" ,
55- link : "/guides/components/ backend_events" ,
55+ link : "/guides/backend_events" ,
5656 } ,
5757 {
5858 text : "Fetching Proxied Requests" ,
59- link : "/guides/components/ querying_requests" ,
59+ link : "/guides/querying_requests" ,
6060 } ,
6161 {
6262 text : "Sending HTTP Requests" ,
63- link : "/guides/components/ request" ,
63+ link : "/guides/request" ,
6464 } ,
6565 {
6666 text : "Sending a Fetch Request" ,
67- link : "/guides/components/ fetch" ,
67+ link : "/guides/fetch" ,
6868 } ,
6969 {
7070 text : "Sending Events to the Frontend" ,
71- link : "/guides/components/ events" ,
71+ link : "/guides/events" ,
7272 } ,
7373 {
7474 text : "Spawning a Process" ,
75- link : "/guides/components/ spawning_process" ,
75+ link : "/guides/spawning_process" ,
7676 } ,
7777 {
7878 text : "Storing Data in SQLite" ,
79- link : "/guides/components/ sqlite" ,
79+ link : "/guides/sqlite" ,
8080 } ,
8181 {
8282 text : "Using Findings" ,
83- link : "/guides/components/ findings" ,
83+ link : "/guides/findings" ,
8484 } ,
8585 {
8686 text : "Using Invalid UTF-8" ,
87- link : "/guides/components/ utf" ,
87+ link : "/guides/utf" ,
8888 } ,
8989 ] ,
9090 } ,
@@ -93,11 +93,11 @@ export const guidesSidebar: DefaultTheme.SidebarItem[] = [
9393 items : [
9494 {
9595 text : "Adding Files" ,
96- link : "/guides/components/ files" ,
96+ link : "/guides/files" ,
9797 } ,
9898 {
9999 text : "Using Environment Variables" ,
100- link : "/guides/components/ env" ,
100+ link : "/guides/env" ,
101101 } ,
102102 ] ,
103103 } ,
@@ -106,11 +106,11 @@ export const guidesSidebar: DefaultTheme.SidebarItem[] = [
106106 items : [
107107 {
108108 text : "Setting Up Your Repository" ,
109- link : "/guides/distribution/ repository" ,
109+ link : "/guides/repository" ,
110110 } ,
111111 {
112112 text : "Submitting to the Store" ,
113- link : "/guides/distribution/ store" ,
113+ link : "/guides/store" ,
114114 } ,
115115 ] ,
116116 } ,
@@ -119,7 +119,7 @@ export const guidesSidebar: DefaultTheme.SidebarItem[] = [
119119 items : [
120120 {
121121 text : "Documentation" ,
122- link : "/guides/contributions/ documentation" ,
122+ link : "/guides/documentation" ,
123123 } ,
124124 ] ,
125125 } ,
0 commit comments