Skip to content

Commit

Permalink
Add Steps component to spinal.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Egpereira committed May 1, 2024
1 parent 4776ac0 commit bba6d38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/content/docs/en/guides/cms/spinal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ stub: true
service: Spinal
i18nReady: true
---
import { Steps } from '@astrojs/starlight/components';

[Spinal](https://spinalcms.com/cms-for-astro/) is a commercial, SaaS-focused, Git-based CMS.

## Getting started

<Steps>
1. [Create a Spinal account](https://spinalcms.com/signup/).

2. Connect your GitHub account to Spinal.

3. Select your Astro repository when prompted.
</Steps>

All Markdown content from the selected folder will be imported into your Spinal account and is ready to be edited.

Expand Down

0 comments on commit bba6d38

Please sign in to comment.