@@ -71,17 +71,18 @@ export default defineConfig({
71
71
} ,
72
72
{
73
73
text : "openapi-react-query" ,
74
+ base : "/openapi-react-query" ,
74
75
items : [
75
- { text : "Getting Started" , link : "/openapi-react-query/ " } ,
76
- { text : "useQuery" , link : "/openapi-react-query/ use-query" } ,
77
- { text : "useMutation" , link : "/openapi-react-query/ use-mutation" } ,
76
+ { text : "Getting Started" , link : "/" } ,
77
+ { text : "useQuery" , link : "/use-query" } ,
78
+ { text : "useMutation" , link : "/use-mutation" } ,
78
79
{
79
80
text : "useSuspenseQuery" ,
80
- link : "/openapi-react-query/ use-suspense-query" ,
81
+ link : "/use-suspense-query" ,
81
82
} ,
82
83
{
83
84
text : "queryOptions" ,
84
- link : "/openapi-react-query/ query-options" ,
85
+ link : "/query-options" ,
85
86
} ,
86
87
{ text : "About" , link : "/openapi-react-query/about" } ,
87
88
] ,
@@ -101,14 +102,15 @@ export default defineConfig({
101
102
} ,
102
103
{
103
104
text : "openapi-metadata" ,
105
+ base : "/openapi-metadata" ,
104
106
items : [
105
- { text : "Getting Started" , link : "/openapi-metadata/ " } ,
106
- { text : "Decorators" , link : "/openapi-metadata/ decorators" } ,
107
- { text : "Metadata" , link : "/openapi-metadata/ metadata" } ,
108
- { text : "Type loader" , link : "/openapi-metadata/ type-loader" } ,
109
- { text : "UI Integrations" , link : "/openapi-metadata/ ui" } ,
110
- { text : "Examples" , link : "/openapi-metadata/ examples" } ,
111
- { text : "About" , link : "/openapi-metadata/ about" } ,
107
+ { text : "Getting Started" , link : "/" } ,
108
+ { text : "Decorators" , link : "/decorators" } ,
109
+ { text : "Metadata" , link : "/metadata" } ,
110
+ { text : "Type loader" , link : "/type-loader" } ,
111
+ { text : "UI Integrations" , link : "/ui" } ,
112
+ { text : "Examples" , link : "/examples" } ,
113
+ { text : "About" , link : "/about" } ,
112
114
] ,
113
115
} ,
114
116
] ,
0 commit comments