Skip to content

Commit 0043d97

Browse files
committed
fix
1 parent edee215 commit 0043d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export default defineConfig({
128128
base: "/config/providers",
129129
collapsed: true,
130130
items: [
131+
{ text: "NewAPI", link: "/newapi" },
131132
{ text: "PPIO 派欧云", link: "/ppio" },
132133
{ text: "硅基流动", link: "/siliconflow" },
133134
{ text: "小马算力", link: "/tokenpony" },
@@ -137,7 +138,6 @@ export default defineConfig({
137138
{ text: "阿里云百炼应用", link: "/dashscope" },
138139
{ text: "Ollama", link: "/provider-ollama" },
139140
{ text: "LMStudio", link: "/provider-lmstudio" },
140-
{ text: "OneAPI", link: "/oneapi" },
141141
],
142142
},
143143
{
@@ -335,6 +335,7 @@ export default defineConfig({
335335
base: "/en/config/providers",
336336
collapsed: true,
337337
items: [
338+
{ text: "NewAPI", link: "/newapi" },
338339
{ text: "PPIO Cloud", link: "/ppio" },
339340
{ text: "SiliconFlow", link: "/siliconflow" },
340341
{ text: "TokenPony", link: "/tokenpony" },
@@ -344,7 +345,6 @@ export default defineConfig({
344345
{ text: "Alibaba Cloud Bailian", link: "/dashscope" },
345346
{ text: "Ollama", link: "/provider-ollama" },
346347
{ text: "LMStudio", link: "/provider-lmstudio" },
347-
{ text: "OneAPI", link: "/oneapi" },
348348
],
349349
},
350350
{

0 commit comments

Comments
 (0)