-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8bc37d3
commit 7b6c269
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
--- | ||
title: 更多操作指南 | ||
description: 为 Astro 添加特性的示例。 | ||
|
||
title: 操作方案 | ||
description: 简洁明了的操作指南。 | ||
i18nReady: true | ||
--- | ||
|
||
import RecipesNav from '~/components/RecipesNav.astro'; | ||
import ReadMore from '~/components/ReadMore.astro'; | ||
|
||
查看向你的 Astro 项目中添加新功能的指导示例。 | ||
|
||
为你的 Astro 项目中添加特性的示例。 | ||
## 官方方案 | ||
|
||
## 官方操作指南 | ||
Astro 的官方方案是一系列简洁明了的操作指南,是用于引导读者完成特定任务的工作示例。如果你想为你的 Astro 项目添加新功能或行为,跟随这些方案一步步操作是个不错的办法。 | ||
|
||
<RecipesNav /> | ||
|
||
## 社区资源 | ||
|
||
import ReadMore from '~/components/ReadMore.astro' | ||
|
||
<ReadMore>请访问我们的 [社区方案和指南](/zh-cn/community-resources/content/#方案和指南) ,查看更多由社区编写和维护的方案</ReadMore> | ||
<ReadMore>在我们的 [社区方案列表](/zh-cn/community-resources/content/#方案和指南) 中查找更多由社区编写和提交的方案。</ReadMore> |