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/craft-cross-cms.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Craft Cross CMS & Astro
description: Craft Cross CMSを使ってAstroプロジェクトにコンテンツを追加する
sidebar:
label: Craft Cross CMS
type: cms
stub: true
logo: craft-cross-cms
i18nReady: true
---

[Craft Cross CMS](https://ecosystem.plaid.co.jp/product/karte-craft/xcms)は、KARTEエコシステムのAPIベースのヘッドレスCMSです。
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.

KARTEエコシステムの

十分伝わると思うのですが、「の」が連続してしまう気がするのと、意味的には以下のようにした方がより自然かな?と思いました〜!

KARTEエコシステムの一部として提供される


## 公式リソース

- ブログ:[Build an Astro Website with Craft Cross CMS](https://solution.karte.io/blog/2025/10/build-website-with-astro-using-xcms/)
- サンプルコード(GitHub):[Craft Cross CMS with Astro (sample)](https://github.com/plaidev/craft-codes/tree/main/astro/cross-cms-astro-sample)
17 changes: 17 additions & 0 deletions src/content/docs/ja/guides/cms/gitcms.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: GitCMS & Astro
description: GitCMSをAstroプロジェクトに統合してシームレスなコンテンツ管理を実現する
sidebar:
label: GitCMS
type: cms
logo: gitcms
i18nReady: true
---

[GitCMS](https://gitcms.blog)はGitHubをGitベースのヘッドレスCMSに変え、ブラウザ上でNotionライクなMarkdown編集体験を提供します。

## 公式リソース

- [Introducing GitCMS](https://gitcms.blog/posts/introducing-gitcms/)
- [How to Configure GitCMS for an Astro Site](https://gitcms.blog/posts/how-to-configure-gitcms/)
- [Install GitCMS Chrome Extension](https://gitcms.blog/extension)
16 changes: 16 additions & 0 deletions src/content/docs/ja/guides/cms/prismic.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Prismic & Astro
description: PrismicをCMSとして使ってAstroプロジェクトにコンテンツを追加する
sidebar:
label: Prismic
type: cms
stub: true
logo: prismic
i18nReady: true
---

[Prismic](https://prismic.io/)はヘッドレスコンテンツ管理システムです。

## コミュニティリソース

- [Building with Astro & Prismic - w/ Nate Moore](https://www.youtube.com/watch?v=qFUfuDSLdxM)(ライブ配信)と[その配信のリポジトリ](https://github.com/natemoo-re/miles-of-code)
Loading