Skip to content

Commit

Permalink
Merge branch 'main' into mvps
Browse files Browse the repository at this point in the history
  • Loading branch information
E5F1AC authored May 24, 2024
2 parents 6a78c79 + 0e2395b commit 7563544
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 90 deletions.
16 changes: 6 additions & 10 deletions site/docs/.vitepress/configs/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -384,10 +384,6 @@ const hostingTutorials = {
text: "Firebase Functions",
link: "/hosting/firebase",
},
{
text: "Google Cloud Functions",
link: "/hosting/gcf",
},
{
text: "Vercel",
link: "/hosting/vercel",
Expand All @@ -397,8 +393,8 @@ const hostingTutorials = {
link: "/hosting/cyclic",
},
{
text: "Virtual Private Server",
link: "/hosting/vps",
text: "Heroku",
link: "/hosting/heroku",
},
],
};
Expand Down
16 changes: 6 additions & 10 deletions site/docs/.vitepress/configs/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -362,8 +358,8 @@ const hostingTutorials = {
link: "/es/hosting/cyclic",
},
{
text: "Servidor Privado Virtual",
link: "/es/hosting/vps",
text: "Heroku",
link: "/es/hosting/heroku",
},
],
};
Expand Down
16 changes: 6 additions & 10 deletions site/docs/.vitepress/configs/locales/id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -361,8 +357,8 @@ const hostingTutorials = {
link: "/id/hosting/cyclic",
},
{
text: "Virtual Private Server",
link: "/id/hosting/vps",
text: "Heroku",
link: "/id/hosting/heroku",
},
],
};
Expand Down
16 changes: 6 additions & 10 deletions site/docs/.vitepress/configs/locales/uk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,10 @@ const hostingOverview = {
const hostingTutorials = {
text: "Посібники",
items: [
{
text: "Віртуальний приватний сервер (VPS)",
link: "/uk/hosting/vps",
},
{
text: "Deno Deploy",
link: "/uk/hosting/deno-deploy",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -366,8 +362,8 @@ const hostingTutorials = {
link: "/uk/hosting/cyclic",
},
{
text: "Віртуальний приватний сервер",
link: "/uk/hosting/vps",
text: "Heroku",
link: "/uk/hosting/heroku",
},
],
};
Expand Down
16 changes: 6 additions & 10 deletions site/docs/.vitepress/configs/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -366,8 +362,8 @@ const hostingTutorials = {
link: "/zh/hosting/cyclic",
},
{
text: "Virtual Private Server",
link: "/zh/hosting/vps",
text: "Heroku",
link: "/zh/hosting/heroku",
},
],
};
Expand Down
8 changes: 0 additions & 8 deletions site/docs/es/hosting/gcf.md

This file was deleted.

8 changes: 0 additions & 8 deletions site/docs/hosting/gcf.md

This file was deleted.

8 changes: 0 additions & 8 deletions site/docs/id/hosting/gcf.md

This file was deleted.

8 changes: 0 additions & 8 deletions site/docs/uk/hosting/gcf.md

This file was deleted.

8 changes: 0 additions & 8 deletions site/docs/zh/hosting/gcf.md

This file was deleted.

0 comments on commit 7563544

Please sign in to comment.