From 284342fa3343752e81ef7b3a1dd8da6d26895c6f Mon Sep 17 00:00:00 2001 From: oiov Date: Wed, 31 Jul 2024 17:42:41 +0800 Subject: [PATCH] docs: fixup file name --- config/docs.ts | 2 +- content/docs/{exanples => examples}/other.mdx | 2 +- content/docs/{exanples => examples}/vercel.mdx | 0 content/docs/{exanples => examples}/zeabur.mdx | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename content/docs/{exanples => examples}/other.mdx (66%) rename content/docs/{exanples => examples}/vercel.mdx (100%) rename content/docs/{exanples => examples}/zeabur.mdx (100%) diff --git a/config/docs.ts b/config/docs.ts index 3f21d74..96f03ad 100644 --- a/config/docs.ts +++ b/config/docs.ts @@ -57,7 +57,7 @@ export const docsConfig: DocsConfig = { icon: "page", }, { - title: "Other", + title: "Other Platforms", href: "/docs/examples/other", icon: "page", }, diff --git a/content/docs/exanples/other.mdx b/content/docs/examples/other.mdx similarity index 66% rename from content/docs/exanples/other.mdx rename to content/docs/examples/other.mdx index bcc0082..98f5fad 100644 --- a/content/docs/exanples/other.mdx +++ b/content/docs/examples/other.mdx @@ -1,5 +1,5 @@ --- -title: Other +title: Other Platforms description: Free parsing custom domain names. --- diff --git a/content/docs/exanples/vercel.mdx b/content/docs/examples/vercel.mdx similarity index 100% rename from content/docs/exanples/vercel.mdx rename to content/docs/examples/vercel.mdx diff --git a/content/docs/exanples/zeabur.mdx b/content/docs/examples/zeabur.mdx similarity index 100% rename from content/docs/exanples/zeabur.mdx rename to content/docs/examples/zeabur.mdx