Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(zh-cn): add missed frontmatter #8216

Merged
merged 2 commits into from
May 14, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/content/docs/zh-cn/guides/deploy/gitlab.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 部署你的 Astro 站点至 GitLab Pages
description: 如何使用 GitLab Pages 将你的 Astro 网站部署到网络上。
type: deploy
i18nReady: true
---
import { Steps } from '@astrojs/starlight/components';
Expand Down Expand Up @@ -59,4 +60,4 @@ import { Steps } from '@astrojs/starlight/components';
# 触发新的构建和部署
- main
```
</Steps>
</Steps>
3 changes: 2 additions & 1 deletion src/content/docs/zh-cn/guides/deploy/google-firebase.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 部署你的 Astro 站点至 Google Firebase 托管
description: How to deploy your Astro site to the web using Google’s Firebase Hosting.
type: deploy
i18nReady: true
---
import { Steps } from '@astrojs/starlight/components';
Expand Down Expand Up @@ -129,4 +130,4 @@ import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
```
</Fragment>
</PackageManagerTabs>
</Steps>
</Steps>