refactor(blog) update content about blog posts

This commit is contained in:
javayhu 2025-06-17 00:08:07 +08:00
parent 90d5db88ab
commit 4c6fddf99d
28 changed files with 22 additions and 34 deletions

View File

@ -1,5 +1,4 @@
---
slug: fox
name: Fox
avatar: /images/avatars/fox.png
---

View File

@ -1,5 +1,4 @@
---
slug: fox
name: Fox
avatar: /images/avatars/fox.png
---

View File

@ -1,5 +1,4 @@
---
slug: mkdirs
name: Mkdirs
avatar: /images/avatars/mkdirs.png
---

View File

@ -1,5 +1,4 @@
---
slug: mkdirs
name: Mkdirs模板
avatar: /images/avatars/mkdirs.png
---

View File

@ -1,5 +1,4 @@
---
slug: mksaas
name: MkSaaS
avatar: /images/avatars/mksaas.png
---

View File

@ -1,5 +1,4 @@
---
slug: mksaas
name: MkSaaS模板
avatar: /images/avatars/mksaas.png
---

View File

@ -2,7 +2,7 @@
title: Comparisons
description: How is Fumadocs different from other existing frameworks?
image: /images/blog/post-2.png
date: 2025-03-22T12:00:00.000Z
date: "2025-03-22T12:00:00.000Z"
published: true
categories: [news, company]
author: fox

View File

@ -2,7 +2,7 @@
title: 对比
description: Fumadocs 与其他现有框架有何不同?
image: /images/blog/post-2.png
date: 2025-03-22T12:00:00.000Z
date: "2025-03-22T12:00:00.000Z"
published: true
categories: [news, company]
author: fox
@ -69,4 +69,4 @@ Docusaurus 是一个基于 React.js 的强大框架。它通过插件和自定
您可以通过插件轻松实现许多功能,他们的生态系统确实更大,并由许多贡献者维护。
相比之下Fumadocs 的灵活性允许您自己实现它们,可能需要更长的时间来调整它以达到您的满意度。
相比之下Fumadocs 的灵活性允许您自己实现它们,可能需要更长的时间来调整它以达到您的满意度。

View File

@ -2,7 +2,7 @@
title: Quick Start
description: Getting Started with Fumadocs
image: /images/blog/post-8.png
date: 2025-03-28T12:00:00.000Z
date: "2025-03-28T12:00:00.000Z"
published: true
categories: [company, news]
author: mksaas

View File

@ -2,7 +2,7 @@
title: 快速入门
description: Fumadocs 入门指南
image: /images/blog/post-8.png
date: 2025-03-28T12:00:00.000Z
date: "2025-03-28T12:00:00.000Z"
published: true
categories: [company, news]
author: mksaas

View File

@ -2,7 +2,7 @@
title: Internationalization
description: Support multiple languages in your documentation
image: /images/blog/post-3.png
date: 2025-03-15T12:00:00.000Z
date: "2025-03-15T12:00:00.000Z"
published: true
categories: [company, product]
author: mksaas

View File

@ -2,7 +2,7 @@
title: 国际化
description: 在您的文档中支持多种语言
image: /images/blog/post-3.png
date: 2025-03-15T12:00:00.000Z
date: "2025-03-15T12:00:00.000Z"
published: true
categories: [company, product]
author: mksaas
@ -224,4 +224,4 @@ return <Link href={`/${lang}/another-page`}>This is a link</Link>;
import { DynamicLink } from 'fumadocs-core/dynamic-link';
<DynamicLink href="/[lang]/another-page">This is a link</DynamicLink>
```
```

View File

@ -2,7 +2,7 @@
title: Manual Installation
description: Create a new fumadocs project from scratch.
image: /images/blog/post-4.png
date: 2025-03-14T12:00:00.000Z
date: "2025-03-14T12:00:00.000Z"
published: true
categories: [company, product]
author: mkdirs

View File

@ -2,7 +2,7 @@
title: 手动安装
description: 从零开始创建一个新的 Fumadocs 项目
image: /images/blog/post-4.png
date: 2025-03-14T12:00:00.000Z
date: "2025-03-14T12:00:00.000Z"
published: true
categories: [company, product]
author: mkdirs

View File

@ -2,7 +2,7 @@
title: Markdown
description: How to write documents
image: /images/blog/post-5.png
date: 2025-03-05T12:00:00.000Z
date: "2025-03-05T12:00:00.000Z"
published: true
categories: [news, company]
author: mkdirs

View File

@ -2,7 +2,7 @@
title: Markdown
description: 如何撰写文档
image: /images/blog/post-5.png
date: 2025-03-05T12:00:00.000Z
date: "2025-03-05T12:00:00.000Z"
published: true
categories: [news, company]
author: mkdirs
@ -251,7 +251,7 @@ console.log('Hello World');
```
````
### 高亮行
### 高亮行
````md
```tsx

View File

@ -2,7 +2,7 @@
title: Search
description: Implement document search in your docs
image: /images/blog/post-6.png
date: 2025-02-15T12:00:00.000Z
date: "2025-02-15T12:00:00.000Z"
published: true
categories: [company, news]
author: mksaas

View File

@ -2,7 +2,7 @@
title: 搜索
description: 在您的文档中实现文档搜索
image: /images/blog/post-6.png
date: 2025-02-15T12:00:00.000Z
date: "2025-02-15T12:00:00.000Z"
published: true
categories: [company, news]
author: mksaas
@ -249,4 +249,4 @@ export default function CustomSearchDialog(props: SharedProps) {
```
1. 将 `endpoint`、`apiKey` 替换为您想要的值。
2. 用您的新组件[替换默认搜索对话框](#replace-search-dialog)。
2. 用您的新组件[替换默认搜索对话框](#replace-search-dialog)。

View File

@ -2,7 +2,7 @@
title: Themes
description: Add Theme to Fumadocs UI
image: /images/blog/post-7.png
date: 2025-01-15T12:00:00.000Z
date: "2025-01-15T12:00:00.000Z"
published: true
categories: [product, news]
author: mkdirs

View File

@ -2,7 +2,7 @@
title: 主题
description: 为 Fumadocs UI 添加主题
image: /images/blog/post-7.png
date: 2025-01-15T12:00:00.000Z
date: "2025-01-15T12:00:00.000Z"
published: true
categories: [product, news]
author: mkdirs
@ -167,4 +167,4 @@ Tailwind CSS 预设引入了新的颜色和额外的工具,包括 `fd-steps`
```
> 该插件仅与 Fumadocs UI 的 MDX 组件一起工作,它可能与 `@tailwindcss/typography` 冲突。
> 如果您需要使用 `@tailwindcss/typography` 而不是默认插件,请[设置类名选项](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/README.md#changing-the-default-class-name)以避免冲突。
> 如果您需要使用 `@tailwindcss/typography` 而不是默认插件,请[设置类名选项](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/README.md#changing-the-default-class-name)以避免冲突。

View File

@ -2,7 +2,7 @@
title: What is Fumadocs
description: Introducing Fumadocs, a docs framework that you can break.
image: /images/blog/post-1.png
date: 2025-04-01T12:00:00.000Z
date: "2025-04-01T12:00:00.000Z"
published: true
categories: [company, product]
author: fox

View File

@ -2,7 +2,7 @@
title: 什么是 Fumadocs
description: 介绍 Fumadocs一个可以打破常规的文档框架
image: /images/blog/post-1.png
date: 2025-04-01T12:00:00.000Z
date: "2025-04-01T12:00:00.000Z"
published: true
categories: [company, product]
author: fox
@ -57,4 +57,4 @@ Fumadocs 为 Next.js 提供了额外的工具,包括语法高亮、文档搜
Fumadocs 由 Fuma 和许多贡献者维护,关注代码库的可维护性。
虽然我们不打算提供人们想要的每一项功能,但我们更专注于使基本功能完美且维护良好。
您也可以通过贡献来帮助 Fumadocs 变得更加有用!
您也可以通过贡献来帮助 Fumadocs 变得更加有用!

View File

@ -1,5 +1,4 @@
---
slug: company
name: Company
description: Company news and updates
---

View File

@ -1,5 +1,4 @@
---
slug: company
name: 公司
description: 公司新闻和更新
---

View File

@ -1,5 +1,4 @@
---
slug: news
name: News
description: News and updates about MkSaaS
---

View File

@ -1,5 +1,4 @@
---
slug: news
name: 新闻
description: 最新新闻和更新
---

View File

@ -1,5 +1,4 @@
---
slug: product
name: Product
description: Products and services powered by MkSaaS
---

View File

@ -1,5 +1,4 @@
---
slug: product
name: 产品
description: 产品和服务
---