Skip to content
Open
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
17 changes: 17 additions & 0 deletions src/content/docs/ja/guides/cms/microcms.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: microCMS & Astro
description: microCMSを使ってAstroプロジェクトにコンテンツを追加する
sidebar:
label: microCMS
type: cms
stub: true
logo: microcms
i18nReady: true
---

[microCMS](https://microcms.io/)はスキーマを使ってコンテンツ構造を定義し、ダッシュボードで管理できるAPIベースのヘッドレスCMSです。

## 公式リソース

- [microCMSの公式ドキュメント](https://document.microcms.io/tutorial/astro/astro-top)を確認する

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

公式リソースの案内かなと思うので、

check out

この部分は、「確認する」よりも「確認してみてください」とかの方が自然かな〜?と感じました。

また、先頭に「まずは、」を入れた方が自然な気もします。英語版には無いので、若干意訳入りそうで微妙かもですが...

- ブログ:[microCMSでブログを構築する](https://blog.microcms.io/astro-microcms-introduction/)
17 changes: 17 additions & 0 deletions src/content/docs/ja/guides/cms/pages-cms.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Pages CMS & Astro
description: Pages CMSをCMSとして使ってAstroプロジェクトにコンテンツを追加する
sidebar:
label: Pages CMS
type: cms
stub: true
logo: pages-cms
i18nReady: true
---

[Pages CMS](https://pagescms.org/)は、GitHubリポジトリ向けのオープンソースのGitベースコンテンツ管理システムで、Astroプロジェクトのコンテンツ管理に使用できます。

## 公式リソース

- [Pages CMSのドキュメント](https://pagescms.org/docs/)
- [Pages CMS Astroブログテンプレート](https://github.com/pages-cms/astro-blog-template)
17 changes: 17 additions & 0 deletions src/content/docs/ja/guides/cms/studiocms.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: StudioCMS & Astro
description: Astro専用に設計されたヘッドレスCMSであるStudioCMSを使って、Astroプロジェクトのコンテンツを構築・管理する
sidebar:
label: StudioCMS
type: cms
logo: studiocms
i18nReady: true
---

[StudioCMS](https://studiocms.dev/)はAstro製のAstro向けヘッドレスCMSで、コンテンツ管理のためのユーザーフレンドリーで設定可能なダッシュボードと、Astroコンポーネントを表示するカスタムレンダリングシステムを提供します。

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここの箇所は、個人的に1文が長く感じるので、以下のように分割してもいいかもしれません。
また、configurableは、用途に合わせて柔軟に設定変更できる意が込められているのかな?と思うので、「カスタマイズ可能」のように置き換えてもいいかもです

StudioCMSは、Astro製のAstro向けヘッドレスCMSです。コンテンツ管理には、ユーザーフレンドリーでカスタマイズ可能なダッシュボードを利用できます。また、Astroコンポーネントを表示するための独自のレンダリングシステムも提供されています。


## 公式リソース

- [StudioCMSのドキュメント](https://docs.studiocms.dev/)
- [StudioCMSのGitHubリポジトリ](https://github.com/withstudiocms/studiocms)
- [StudioCMSのDiscordコミュニティ](https://chat.studiocms.dev)
Loading