From c838ee5482a0b25584480ea75affbfed70b79e2a Mon Sep 17 00:00:00 2001 From: Eduardo Pereira Date: Tue, 30 Apr 2024 21:57:28 -0300 Subject: [PATCH] Add Steps component to `tina-cms.mdx` --- src/content/docs/en/guides/cms/tina-cms.mdx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/content/docs/en/guides/cms/tina-cms.mdx b/src/content/docs/en/guides/cms/tina-cms.mdx index 2f0aea68878ff..9133ee5ce05c1 100644 --- a/src/content/docs/en/guides/cms/tina-cms.mdx +++ b/src/content/docs/en/guides/cms/tina-cms.mdx @@ -6,9 +6,10 @@ stub: false service: Tina CMS i18nReady: true --- -import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro' -import Grid from '~/components/FluidGrid.astro' -import Card from '~/components/ShowcaseCard.astro' +import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro'; +import Grid from '~/components/FluidGrid.astro'; +import Card from '~/components/ShowcaseCard.astro'; +import { Steps } from '@astrojs/starlight/components'; [Tina CMS](https://tina.io/) is a Git-backed headless content management system. @@ -16,6 +17,7 @@ import Card from '~/components/ShowcaseCard.astro' To get started, you'll need an existing Astro project. + 1. Run the following command to install Tina into your Astro project. @@ -145,6 +147,7 @@ To get started, you'll need an existing Astro project. Learn more about Tina collections [in the Tina docs](https://tina.io/docs/reference/collections/). 5. In production, TinaCMS can commit changes directly to your GitHub repository. To set up TinaCMS for production, you can choose to use [Tina Cloud](https://tina.io/docs/tina-cloud/) or self-host the [Tina Data Layer](https://tina.io/docs/self-hosted/overview/). You can [read more about registering for Tina Cloud](https://app.tina.io/register) in the Tina Docs. + ## Official Resources @@ -160,4 +163,4 @@ To get started, you'll need an existing Astro project. - \ No newline at end of file +