Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/docs/en/guide/cli/doc.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: 'Develop, build, and preview Rspress documentation sites with the rs doc command.'
---

# doc

import { PackageManagerTabs } from '@rspress/core/theme';
Expand Down
4 changes: 4 additions & 0 deletions website/docs/en/guide/formatting.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: 'Format files with Rstack CLI using Prettier-compatible options, plugins, parallel formatting, and a persistent cache.'
---

# Formatting

import { PackageManagerTabs } from '@rspress/core/theme';
Expand Down
4 changes: 4 additions & 0 deletions website/docs/zh/guide/cli/doc.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: '使用 rs doc 命令开发、构建和预览 Rspress 文档站点。'
---

# doc

import { PackageManagerTabs } from '@rspress/core/theme';
Expand Down
4 changes: 4 additions & 0 deletions website/docs/zh/guide/formatting.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: '使用 Rstack CLI 格式化文件,支持与 Prettier 兼容的选项、插件、并行格式化和持久化缓存。'
---

# 格式化 \{#formatting}

import { PackageManagerTabs } from '@rspress/core/theme';
Expand Down