Skip to content

Commit

Permalink
Sitecore XM CMS guide (withastro#6164)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
Antonytm and sarah11918 authored Jan 8, 2024
1 parent f9bed08 commit d786b41
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/logos/sitecore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/content/docs/en/guides/cms/sitecore.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Sitecore Experience Manager & Astro
description: Add content to your project using Sitecore as your CMS.
type: cms
stub: true
service: Sitecore XM
i18nReady: true
---

[Sitecore Experience Manager (XM)](https://www.sitecore.com/products/experience-manager) is an enterprise-level content management system built on ASP.NET.

## Getting started

1. [Create a Sitecore Headless website](https://doc.sitecore.com/xp/en/developers/sxa/103/sitecore-experience-accelerator/create-a-headless-tenant-and-site.html) following Sitcore's official documentation.
2. Run the following project initialization command in your terminal:
```shell
npx @astro-sitecore-jss/create-astro-sitecore-jss@latest
```
3. Follow the instructions in the terminal to create your project.

## Community Resources

- [Sitecore JavaScript Software Development Kit for Astro](https://github.com/exdst/jss-astro-public) on GitHub
- [Introduction to Sitecore with Astro](https://exdst.com/posts/20231002-sitecore-astro)
- [Starting Your First Sitecore Astro Project](https://exdst.com/posts/20240103-first-sitecore-astro-project)
1 change: 1 addition & 0 deletions src/data/logos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const logos = LogoCheck({
prismic: { file: 'prismic.svg', padding: '.25em' },
caisy: { file: 'caisy.svg', padding: '.05em' },
sanity: { file: 'sanity.svg', padding: '.15em' },
sitecore: { file: 'sitecore.svg', padding: '.15em' },
storyblok: { file: 'storyblok.svg', padding: '.3em .25em .25em' },
spinal: { file: 'spinal.svg', padding: '.15em .15em' },
space: { file: 'space.svg', padding: '.10em .10em' },
Expand Down

0 comments on commit d786b41

Please sign in to comment.