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