Skip to content

Commit

Permalink
docs: migrate documents to Cloudflare Page
Browse files Browse the repository at this point in the history
  • Loading branch information
TinsFox committed Sep 8, 2024
1 parent 7d6e14f commit 693a659
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

## 文档

访问 [文档](https://shadcnui-boilerplate-docs.vercel.app/) 获取详细使用说明。
访问 [文档](https://shadcnui-boilerplate.pages.dev) 获取详细使用说明。

## 贡献

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ A boilerplate built with [**shadcn/ui**](https://github.com/shadcn-ui/ui) for ra

## Documentation

Visit [Documentation](https://shadcnui-boilerplate-docs.vercel.app) for detailed usage instructions.
Visit [Documentation](https://shadcnui-boilerplate.pages.dev) for detailed usage instructions.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from "vitepress"

export const githubLink = "https://github.com/TinsFox/shadcnui-boilerplate"

export const docsLink = "https://shadcnui-boilerplate-docs.vercel.app"
export const docsLink = "https://shadcnui-boilerplate.pages.dev"

export const shared = defineConfig({
title: "shadcn/ui Boilerplate",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/(main)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function Component() {
className="mt-8 animate-slide-top text-4xl font-medium text-foreground [animation-delay:0.3s] [animation-fill-mode:backwards] md:text-5xl xl:mt-4 xl:animate-slide-left xl:text-6xl xl:[animation-delay:0.8s] xl:[animation-fill-mode:backwards]"
>
<a href="https://github.com/TinsFox/vite-boilerplate">
Vite Boilerplate
Shadcn UI Boilerplate
</a>
</h1>
<p
Expand All @@ -53,7 +53,7 @@ export function Component() {
{" "}
<a
className="underline hover:no-underline"
href="https://shadcnui-boilerplate-docs.vercel.app/guide/what-is-shadcn-ui-boilerplate"
href="https://shadcnui-boilerplate.pages.dev/guide/what-is-shadcn-ui-boilerplate"
>
Getting Started guide
</a>
Expand Down

0 comments on commit 693a659

Please sign in to comment.