You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/markdown/pages/learn/accelerate/sitecoreai/pre-development/sprint-zero/setup-content-serialization.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: 'Learn how to setup Sitecore Content Serialization (SCS) '
4
4
area: ['accelerate']
5
5
hasSubPageNav: true
6
6
hasInPageNav: true
7
-
lastUpdated: '2025-04-30'
7
+
lastUpdated: '2026-08-12'
8
8
created: '2023-12-22'
9
9
audience: ['Architect','Technical Implementer']
10
10
---
@@ -22,7 +22,7 @@ The Items that are considered for synchronization can be configured.
22
22
23
23
### Sitecore CLI
24
24
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).
26
26
27
27
### Configuration
28
28
@@ -76,7 +76,7 @@ The items object shows an array of includes:
76
76
-`itemsAndDescendants` - all subitems underneath a certain item.
77
77
-`DescendantsOnly` excludes the item specified in the path.
78
78
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.
80
80
81
81
### What items should be serialized
82
82
@@ -100,7 +100,7 @@ Items created by developers must be serialized if code depends on them. Out of t
100
100
101
101
### Setup
102
102
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.
104
104
105
105
Replace the placeholder namespace values with with your own data.
106
106
@@ -142,7 +142,7 @@ There are two distinct methods for deploying items with Sitecore Content Seriali
142
142
143
143
#### Deploying Items to the File System using Items as Resources (IAR)
144
144
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:
146
146
147
147
```json
148
148
{
@@ -179,7 +179,7 @@ Here are some examples of items that developers should configure and deploy on t
179
179
180
180
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.
181
181
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:
183
183
184
184
```json
185
185
{
@@ -203,18 +203,17 @@ If you need to deploy custom roles then you can use the scsModules post action w
0 commit comments