diff --git a/site/docs/.vitepress/configs/locales/en.ts b/site/docs/.vitepress/configs/locales/en.ts index 24e944144..917e650ed 100644 --- a/site/docs/.vitepress/configs/locales/en.ts +++ b/site/docs/.vitepress/configs/locales/en.ts @@ -356,6 +356,10 @@ const hostingOverview = { const hostingTutorials = { text: "Tutorials", items: [ + { + text: "Virtual Private Server (VPS)", + link: "/hosting/vps", + }, { text: "Deno Deploy", link: "/hosting/deno-deploy", @@ -372,10 +376,6 @@ const hostingTutorials = { text: "Cloudflare Workers (Node.js)", link: "/hosting/cloudflare-workers-nodejs", }, - { - text: "Heroku", - link: "/hosting/heroku", - }, { text: "Fly", link: "/hosting/fly", @@ -384,10 +384,6 @@ const hostingTutorials = { text: "Firebase Functions", link: "/hosting/firebase", }, - { - text: "Google Cloud Functions", - link: "/hosting/gcf", - }, { text: "Vercel", link: "/hosting/vercel", @@ -397,8 +393,8 @@ const hostingTutorials = { link: "/hosting/cyclic", }, { - text: "Virtual Private Server", - link: "/hosting/vps", + text: "Heroku", + link: "/hosting/heroku", }, ], }; diff --git a/site/docs/.vitepress/configs/locales/es.ts b/site/docs/.vitepress/configs/locales/es.ts index c128011d4..0e8991324 100644 --- a/site/docs/.vitepress/configs/locales/es.ts +++ b/site/docs/.vitepress/configs/locales/es.ts @@ -321,6 +321,10 @@ const hostingOverview = { const hostingTutorials = { text: "Tutoriales", items: [ + { + text: "Servidor Privado Virtual (VPS)", + link: "/es/hosting/vps", + }, { text: "Deno Deploy", link: "/es/hosting/deno-deploy", @@ -337,10 +341,6 @@ const hostingTutorials = { text: "Cloudflare Workers (Node.js)", link: "/es/hosting/cloudflare-workers-nodejs", }, - { - text: "Heroku", - link: "/es/hosting/heroku", - }, { text: "Fly", link: "/es/hosting/fly", @@ -349,10 +349,6 @@ const hostingTutorials = { text: "Firebase Functions", link: "/es/hosting/firebase", }, - { - text: "Google Cloud Functions", - link: "/es/hosting/gcf", - }, { text: "Vercel", link: "/es/hosting/vercel", @@ -362,8 +358,8 @@ const hostingTutorials = { link: "/es/hosting/cyclic", }, { - text: "Servidor Privado Virtual", - link: "/es/hosting/vps", + text: "Heroku", + link: "/es/hosting/heroku", }, ], }; diff --git a/site/docs/.vitepress/configs/locales/id.ts b/site/docs/.vitepress/configs/locales/id.ts index 5a08b710e..5931dbcd6 100644 --- a/site/docs/.vitepress/configs/locales/id.ts +++ b/site/docs/.vitepress/configs/locales/id.ts @@ -320,6 +320,10 @@ const hostingOverview = { const hostingTutorials = { text: "Tutorial", items: [ + { + text: "Virtual Private Server (VPS)", + link: "/id/hosting/vps", + }, { text: "Deno Deploy", link: "/id/hosting/deno-deploy", @@ -336,10 +340,6 @@ const hostingTutorials = { text: "Cloudflare Workers (Node.js)", link: "/id/hosting/cloudflare-workers-nodejs", }, - { - text: "Heroku", - link: "/id/hosting/heroku", - }, { text: "Fly", link: "/id/hosting/fly", @@ -348,10 +348,6 @@ const hostingTutorials = { text: "Firebase Functions", link: "/id/hosting/firebase", }, - { - text: "Google Cloud Functions", - link: "/id/hosting/gcf", - }, { text: "Vercel", link: "/id/hosting/vercel", @@ -361,8 +357,8 @@ const hostingTutorials = { link: "/id/hosting/cyclic", }, { - text: "Virtual Private Server", - link: "/id/hosting/vps", + text: "Heroku", + link: "/id/hosting/heroku", }, ], }; diff --git a/site/docs/.vitepress/configs/locales/uk.ts b/site/docs/.vitepress/configs/locales/uk.ts index bc686c806..af97aaac5 100644 --- a/site/docs/.vitepress/configs/locales/uk.ts +++ b/site/docs/.vitepress/configs/locales/uk.ts @@ -325,6 +325,10 @@ const hostingOverview = { const hostingTutorials = { text: "Посібники", items: [ + { + text: "Віртуальний приватний сервер (VPS)", + link: "/uk/hosting/vps", + }, { text: "Deno Deploy", link: "/uk/hosting/deno-deploy", @@ -341,10 +345,6 @@ const hostingTutorials = { text: "Cloudflare Workers (Node.js)", link: "/uk/hosting/cloudflare-workers-nodejs", }, - { - text: "Heroku", - link: "/uk/hosting/heroku", - }, { text: "Fly", link: "/uk/hosting/fly", @@ -353,10 +353,6 @@ const hostingTutorials = { text: "Firebase Functions", link: "/uk/hosting/firebase", }, - { - text: "Google Cloud Functions", - link: "/uk/hosting/gcf", - }, { text: "Vercel", link: "/uk/hosting/vercel", @@ -366,8 +362,8 @@ const hostingTutorials = { link: "/uk/hosting/cyclic", }, { - text: "Віртуальний приватний сервер", - link: "/uk/hosting/vps", + text: "Heroku", + link: "/uk/hosting/heroku", }, ], }; diff --git a/site/docs/.vitepress/configs/locales/zh.ts b/site/docs/.vitepress/configs/locales/zh.ts index 74906b432..40d18a3db 100644 --- a/site/docs/.vitepress/configs/locales/zh.ts +++ b/site/docs/.vitepress/configs/locales/zh.ts @@ -325,6 +325,10 @@ const hostingOverview = { const hostingTutorials = { text: "教程", items: [ + { + text: "Virtual Private Server (VPS)", + link: "/zh/hosting/vps", + }, { text: "Deno Deploy", link: "/zh/hosting/deno-deploy", @@ -341,10 +345,6 @@ const hostingTutorials = { text: "Cloudflare Workers (Node.js)", link: "/zh/hosting/cloudflare-workers-nodejs", }, - { - text: "Heroku", - link: "/zh/hosting/heroku", - }, { text: "Fly", link: "/zh/hosting/fly", @@ -353,10 +353,6 @@ const hostingTutorials = { text: "Firebase Functions", link: "/zh/hosting/firebase", }, - { - text: "Google Cloud Functions", - link: "/zh/hosting/gcf", - }, { text: "Vercel", link: "/zh/hosting/vercel", @@ -366,8 +362,8 @@ const hostingTutorials = { link: "/zh/hosting/cyclic", }, { - text: "Virtual Private Server", - link: "/zh/hosting/vps", + text: "Heroku", + link: "/zh/hosting/heroku", }, ], }; diff --git a/site/docs/es/hosting/gcf.md b/site/docs/es/hosting/gcf.md deleted file mode 100644 index e67a3922a..000000000 --- a/site/docs/es/hosting/gcf.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -prev: false -next: false ---- - -# Alojamiento: Google Cloud Functions - -Próximamente, vuelva más tarde. diff --git a/site/docs/hosting/gcf.md b/site/docs/hosting/gcf.md deleted file mode 100644 index f7cd79143..000000000 --- a/site/docs/hosting/gcf.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -prev: false -next: false ---- - -# Hosting: Google Cloud Functions - -Coming soon, please come back later. diff --git a/site/docs/id/hosting/gcf.md b/site/docs/id/hosting/gcf.md deleted file mode 100644 index fed508a37..000000000 --- a/site/docs/id/hosting/gcf.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -prev: false -next: false ---- - -# Hosting: Google Cloud Functions - -Segera hadir, silahkan datang lagi nanti. diff --git a/site/docs/uk/hosting/gcf.md b/site/docs/uk/hosting/gcf.md deleted file mode 100644 index 949079d43..000000000 --- a/site/docs/uk/hosting/gcf.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -prev: false -next: false ---- - -# Хостинг: Google Cloud Functions - -Скоро буде додано, будь ласка, поверніться пізніше. diff --git a/site/docs/zh/hosting/gcf.md b/site/docs/zh/hosting/gcf.md deleted file mode 100644 index 04fdfb1dc..000000000 --- a/site/docs/zh/hosting/gcf.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -prev: false -next: false ---- - -# 托管:Google Cloud Functions - -即将推出,请稍后再来。