Skip to content

Commit 504b1a4

Browse files
authored
Merge pull request #1099 from danjelv/main
Updates to Setup Content Serialization and documentation links
2 parents bb0bf01 + 08fde12 commit 504b1a4

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

data/markdown/pages/learn/accelerate/sitecoreai/pre-development/sprint-zero/setup-content-serialization.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Learn how to setup Sitecore Content Serialization (SCS) '
44
area: ['accelerate']
55
hasSubPageNav: true
66
hasInPageNav: true
7-
lastUpdated: '2025-04-30'
7+
lastUpdated: '2026-08-12'
88
created: '2023-12-22'
99
audience: ['Architect','Technical Implementer']
1010
---
@@ -22,7 +22,7 @@ The Items that are considered for synchronization can be configured.
2222

2323
### Sitecore CLI
2424

25-
Sitecore Content Serialization can be achieved using the Sitecore CLI. You can find a detailed description on how to install the Sitecore CLI and how to use it in the documentation ([Sitecore Content Serialization](https://doc.sitecore.com/xmc/en/developers/xm-cloud/sitecore-content-serialization.html)).
25+
Sitecore Content Serialization can be achieved using the Sitecore CLI. You can find a detailed description on how to install the Sitecore CLI and how to use it in the documentation [Sitecore Content Serialization](https://doc.sitecore.com/sai/en/developers/sitecoreai/sitecore-content-serialization.html).
2626

2727
### Configuration
2828

@@ -76,7 +76,7 @@ The items object shows an array of includes:
7676
- `itemsAndDescendants` - all subitems underneath a certain item.
7777
- `DescendantsOnly` excludes the item specified in the path.
7878

79-
Review the ([SCS Configuration Reference](https://doc.sitecore.com/xmc/en/developers/xm-cloud/sitecore-content-serialization-configuration-reference.html)) documentation for further details.
79+
Review the [SCS Configuration Reference](https://doc.sitecore.com/sai/en/developers/sitecoreai/sitecore-content-serialization/configuration/sitecore-content-serialization-configuration-reference.html) documentation for further details.
8080

8181
### What items should be serialized
8282

@@ -100,7 +100,7 @@ Items created by developers must be serialized if code depends on them. Out of t
100100

101101
### Setup
102102

103-
Check [`template.module.json`](/learn/accelerate/xm-cloud/appendix-ii/example-code/template-module-json) It is an example Sitecore Content Serialization (SCS) file that can be used when defining a site collection and site.
103+
Check [`template.module.json`](/learn/accelerate/sitecoreai/appendix-ii/example-code/template-module-json) It is an example Sitecore Content Serialization (SCS) file that can be used when defining a site collection and site.
104104

105105
Replace the placeholder namespace values with with your own data.
106106

@@ -142,7 +142,7 @@ There are two distinct methods for deploying items with Sitecore Content Seriali
142142

143143
#### Deploying Items to the File System using Items as Resources (IAR)
144144

145-
This pertains to items intended for developer control and should not be modified within the Content Management environment, except when potential impacts have been duly considered. For configuring which items are deployed this way, you would adjust the [`xmcloud.build.json`](/learn/accelerate/xm-cloud/appendix-ii/example-code/xmcloud-build-json) file located at the root of your solution. To configure the items that will be deployed to the file system (IAR), refer to the example below:
145+
This pertains to items intended for developer control and should not be modified within the Content Management environment, except when potential impacts have been duly considered. For configuring which items are deployed this way, you would adjust the [`xmcloud.build.json`](/learn/accelerate/sitecoreai/appendix-ii/example-code/xmcloud-build-json) file located at the root of your solution. To configure the items that will be deployed to the file system (IAR), refer to the example below:
146146

147147
```json
148148
{
@@ -179,7 +179,7 @@ Here are some examples of items that developers should configure and deploy on t
179179

180180
This refers to items that are typically managed by a content author within the Content Management system. These items, such as the `Home` item, are beneficial for content authors to have when they start creating content.
181181

182-
To set up items for the Content Management database, you will need to modify the [`xmcloud.build.json`](/learn/accelerate/xm-cloud/appendix-ii/example-code/xmcloud-build-json) file located at the root of your solution. This involves configuring the Post Deploy Actions section as follows:
182+
To set up items for the Content Management database, you will need to modify the [`xmcloud.build.json`](/learn/accelerate/sitecoreai/appendix-ii/example-code/xmcloud-build-json) file located at the root of your solution. This involves configuring the Post Deploy Actions section as follows:
183183

184184
```json
185185
{
@@ -203,18 +203,17 @@ If you need to deploy custom roles then you can use the scsModules post action w
203203
## Related Recipes
204204

205205
<Row columns={2}>
206-
<Link title="Sample template.module.json" link="/learn/accelerate/xm-cloud/appendix-ii/example-code/template-module-json" />
207-
<Link title="Sample xmcloud.build.json" link="/learn/accelerate/xm-cloud/appendix-ii/example-code/xmcloud-build-json" />
206+
<Link title="Sample template.module.json" link="/learn/accelerate/sitecoreai/appendix-ii/example-code/template-module-json" />
207+
<Link title="Sample xmcloud.build.json" link="/learn/accelerate/sitecoreai/appendix-ii/example-code/xmcloud-build-json" />
208208
</Row>
209209

210210
## Related Documentation
211211

212212
<Row columns={2}>
213-
<Link title="Sitecore Content Serialization" link="https://doc.sitecore.com/xmc/en/developers/xm-cloud/sitecore-content-serialization.html" />
214-
<Link title="Sitecore Content Serialization Reference" link="https://doc.sitecore.com/xmc/en/developers/xm-cloud/sitecore-content-serialization-configuration-reference.html" />
215-
<Link title="Install Sitecore Command Line Interface" link="https://doc.sitecore.com/xmc/en/developers/xm-cloud/install-sitecore-command-line-interface.html" />
216-
<Link title="The build configuration" link="https://doc.sitecore.com/xmc/en/developers/xm-cloud/the-xm-cloud-build-configuration.html" />
217-
<Link title="Github - sitecorelabd/xmcloud-foundation-head" link="https://github.com/sitecorelabs/xmcloud-foundation-head" />
218-
<Link title="The CLI itemres command" link="https://doc.sitecore.com/xmc/en/developers/xm-cloud/the-cli-itemres-command.html" />
213+
<Link title="Sitecore Content Serialization" link="https://doc.sitecore.com/sai/en/developers/sitecoreai/sitecore-content-serialization.html" />
214+
<Link title="Sitecore Content Serialization Reference" link="https://doc.sitecore.com/sai/en/developers/sitecoreai/sitecore-command-line-interface/sitecore-cli-command-reference.html" />
215+
<Link title="Install Sitecore Command Line Interface" link="https://doc.sitecore.com/sai/en/developers/sitecoreai/sitecore-command-line-interface/install-and-setup-sitecore-cli/install-sitecore-command-line-interface.html" />
216+
<Link title="The build configuration" link="https://doc.sitecore.com/sai/en/developers/sitecoreai/deploying-sitecoreai/the-sitecoreai-build-configuration.html" />
217+
<Link title="Front End Application Starter Kits" link="https://github.com/Sitecore/xmcloud-starter-js " />
219218
<Link title="Tutorials - Seralization #5" link="https://www.youtube.com/watch?v=BuErZU0wwKM" />
220219
</Row>

0 commit comments

Comments
 (0)