Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
7b338ec
Adding thumbnail image for cloud deploy app
scottmulligan Aug 12, 2022
790184b
Merge pull request #1 from Sitecore/develop
scottmulligan Aug 12, 2022
24590ec
Merge pull request #11 from Sitecore/develop
scottmulligan Sep 14, 2022
db29097
Merge pull request #18 from Sitecore/develop
jflheureux Oct 11, 2022
a4b0629
Merge pull request #27 from Sitecore/develop
jflheureux Oct 18, 2022
4a87b98
Merge pull request #29 from Sitecore/develop
jeanfrancoislarente Oct 18, 2022
3e5ceff
Merge pull request #30 from Sitecore/develop
jeanfrancoislarente Oct 19, 2022
38c6480
Merge pull request #33 from Sitecore/develop
jeanfrancoislarente Oct 20, 2022
bad9f61
Merge pull request #44 from Sitecore/develop
jflheureux Nov 4, 2022
c6108ee
Promoting Develop to Main (#54)
scottmulligan Dec 1, 2022
4f2d4a5
Merge pull request #57 from Sitecore/bug/before-bad-merge-to-main
jflheureux Dec 21, 2022
453188b
Merge pull request #58 from Sitecore/develop
jflheureux Dec 21, 2022
fb9eaae
Merge pull request #60 from Sitecore/develop
adoprog Mar 10, 2023
88067c6
Merge pull request #68 from Sitecore/develop
adoprog Mar 28, 2023
b714f9f
Merge pull request #72 from Sitecore/develop
jflheureux May 3, 2023
ae0b025
Merge pull request #78 from Sitecore/develop
jflheureux Jun 2, 2023
0357136
Merge 'develop' to 'main'
adoprog Jul 11, 2023
9ab053b
Merge pull request #92 from Sitecore/develop
adoprog Jul 25, 2023
38cd873
Merge pull request #95 from Sitecore/develop
adoprog Jul 27, 2023
18676a6
Merge pull request #97 from Sitecore/develop
adoprog Jul 28, 2023
fc190b6
Merge pull request #103 from Sitecore/develop
adoprog Aug 30, 2023
464cce7
Merge pull request #107 from Sitecore/develop
adoprog Oct 17, 2023
73d9e10
Merge pull request #113 from Sitecore/develop
adoprog Oct 24, 2023
f876fa1
Merge pull request #119 from Sitecore/develop
adoprog Nov 13, 2023
a209dee
Merge pull request #124 from Sitecore/develop
adoprog Nov 16, 2023
592083c
Merge 'develop' to 'main' #127
adoprog Nov 21, 2023
819111c
Removing "sitecore_master_index" from post actions (#128)
adoprog Nov 22, 2023
7e0c8c0
Merge 'develop' to 'main' (Session Finder) #132
adoprog Dec 5, 2023
2f73b9b
Merge 'develop' to 'main' (AB#9094 Update Sitecore JSS to 21.5.0) #134
adoprog Dec 8, 2023
a535f00
Merge pull request #152 from Sitecore/develop
adoprog Jan 24, 2024
5609d9c
Merge pull request #157 from Sitecore/develop
adoprog Jan 25, 2024
47c8408
Merge pull request #162 from Sitecore/develop
adoprog Feb 14, 2024
eab6c21
Merge pull request #165 from Sitecore/develop
adoprog Feb 14, 2024
78b748a
Merge pull request #167 from Sitecore/develop
adoprog Feb 22, 2024
c3f48dc
Merge 'develop' to 'main' (Cloud SDK, Pages fixes) #171
adoprog Mar 5, 2024
5734d36
Merge 'develop' to 'main' (Search improvements) #175
adoprog Mar 13, 2024
aad107a
Merge pull request #179 from Sitecore/develop
adoprog Mar 21, 2024
050d331
Merge pull request #184 from Sitecore/develop
adoprog Apr 5, 2024
6cef545
Merge pull request #189 from Sitecore/develop
adoprog May 9, 2024
29fd654
Merge pull request #191 from Sitecore/develop
adoprog May 10, 2024
ec83034
Merge pull request #193 from Sitecore/develop
adoprog Jul 10, 2024
e4455f8
Merge pull request #195 from Sitecore/develop
adoprog Jul 25, 2024
e9333cc
Merge pull request #201 from Sitecore/develop
adoprog Aug 9, 2024
b147d8c
Merge pull request #204 from Sitecore/develop
adoprog Sep 10, 2024
0095732
Merge pull request #206 from Sitecore/develop
adoprog Sep 24, 2024
5ffce1f
Merge pull request #210 from Sitecore/develop
adoprog Oct 7, 2024
052fa63
Renamed documentation files and added navigation to improve documenta…
skuzniakactum Jan 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/quick.md → docs/00-quick.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ npm run start:connected
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the pages by modifying files under the `\src\rendering`. The pages auto-update as you edit the files.

### Contents

0. Quick Start - You are here
1. [Global Prerequisites](01-prerequisites.md)
2. [Docker](02-docker.md)
3. [PLAY! Summit website](03-website.md)
4. [Deploying to XM Cloud](04-deploying.md)
5. [Upgrading](05-upgrading.md)
6. [Contributing](06-contributing.md)
10 changes: 10 additions & 0 deletions docs/prerequisites.md → docs/01-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ If you are using the VSCode editor, here is the recommended list of extensions t
- YAML

See [Sitecore Containers documentation](https://doc.sitecore.com/en/developers/103/developer-tools/set-up-the-environment.html) for more information on system requirements.

### Contents

0. [Quick Start](00-quick.md)
1. Global Prerequisites - You are here
2. [Docker](02-docker.md)
3. [PLAY! Summit website](03-website.md)
4. [Deploying to XM Cloud](04-deploying.md)
5. [Upgrading](05-upgrading.md)
6. [Contributing](06-contributing.md)
10 changes: 10 additions & 0 deletions docs/docker.md → docs/02-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,13 @@ There are a few solutions available:
- Creating a registry key.

For more details about the problem, causes, and solutions, read [Jeremy Davis' blog post](https://blog.jermdavis.dev/posts/2022/fix-broken-pipe-docker-engine-windows).

### Contents

0. [Quick Start](00-quick.md)
1. [Global Prerequisites](01-prerequisites.md)
2. Docker - You are here
3. [PLAY! Summit website](03-website.md)
4. [Deploying to XM Cloud](04-deploying.md)
5. [Upgrading](05-upgrading.md)
6. [Contributing](06-contributing.md)
10 changes: 10 additions & 0 deletions docs/website.md → docs/03-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,13 @@ If you checkout a different branch while the containers are running or you manua
```ps1
.\serpush.ps1
```

### Contents

0. [Quick Start](00-quick.md)
1. [Global Prerequisites](01-prerequisites.md)
2. [Docker](02-docker.md)
3. PLAY! Summit website - You are here
4. [Deploying to XM Cloud](04-deploying.md)
5. [Upgrading](05-upgrading.md)
6. [Contributing](06-contributing.md)
10 changes: 10 additions & 0 deletions docs/deploying.md → docs/04-deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,13 @@ Please be aware that the Sitecore Demo Solutions team does not provide support f
5. Configure required integrations (i.e. Vercel) and deploy the demo.
6. Once the demo is ready, you will find the links to deployed apps at the details page. The apps will be deployed into provided Vercel instance.
7. You will also find Content Hub ONE details at the details page, you can use the provided keys to enable Content Hub ONE datasources in Sitecore Comnponents settings.

### Contents

0. [Quick Start](00-quick.md)
1. [Global Prerequisites](01-prerequisites.md)
2. [Docker](02-docker.md)
3. [PLAY! Summit website](03-website.md)
4. Deploying to XM Cloud - You are here
5. [Upgrading](05-upgrading.md)
6. [Contributing](06-contributing.md)
10 changes: 10 additions & 0 deletions docs/upgrading.md → docs/05-upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,13 @@ This solution has some major changes compared to the xmcloud-foundation-head rep
6. Test analytics.
2. Test the Content Editor, Experience Editor
14. Create a pull request to the `develop` branch.

### Contents

0. [Quick Start](00-quick.md)
1. [Global Prerequisites](01-prerequisites.md)
2. [Docker](02-docker.md)
3. [PLAY! Summit website](03-website.md)
4. [Deploying to XM Cloud](04-deploying.md)
5. Upgrading - You are here
6. [Contributing](06-contributing.md)
10 changes: 10 additions & 0 deletions docs/contributing.md → docs/06-contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,13 @@ Pull requests must use the `develop` branch as the target branch.
### Title

Please provide a complete title that explains what is the PR adding, fixing, or removing. This title will be used as the squash merge commit message.

### Contents

0. [Quick Start](00-quick.md)
1. [Global Prerequisites](01-prerequisites.md)
2. [Docker](02-docker.md)
3. [PLAY! Summit website](03-website.md)
4. [Deploying to XM Cloud](04-deploying.md)
5. [Upgrading](05-upgrading.md)
6. Contributing - You are here
14 changes: 7 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 📖 PLAY! Summit Documentation

0. [Quick Start](quick.md)
1. [Global Prerequisites](prerequisites.md)
2. [Docker](docker.md)
3. [PLAY! Summit website](website.md)
4. [Deploying to XM Cloud](deploying.md)
5. [Upgrading](upgrading.md)
6. [Contributing](contributing.md)
0. [Quick Start](00-quick.md)
1. [Global Prerequisites](01-prerequisites.md)
2. [Docker](02-docker.md)
3. [PLAY! Summit website](03-website.md)
4. [Deploying to XM Cloud](04-deploying.md)
5. [Upgrading](05-upgrading.md)
6. [Contributing](06-contributing.md)