From 871f7530e8170d258a352166a6be21d36c9ffc93 Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Thu, 1 Aug 2024 20:23:18 +1000 Subject: [PATCH] Small docfx docs improvements. (#4) Small changes to docfx content ## Description / Motivation - Added some missing whitespace - Ensured consistency in naming and ordering of Products ## Testing - [x] The Unit & Intergration tests are passing. - [ ] I have added the necesary tests to cover my changes. ## Terms - [x] I agree to follow this project's [Code of Conduct](CODE_OF_CONDUCT.md). --- docfx/index.md | 2 +- docfx/overview/index.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docfx/index.md b/docfx/index.md index deae8f1..bf50477 100644 --- a/docfx/index.md +++ b/docfx/index.md @@ -7,4 +7,4 @@ _layout: landing # ASP.NET Core SDK - API Documentation This documentation is for the Sitecore ASP.NET Core SDK. The SDK contains a set of libraries that enable you to render Sitecore content in ASP.NET Core. -To see guides on how to leverage the SDK in your Sitecore XM/XP or Sitecore XM Cloud projects, you can refer to the [Sitecore Documentation Site](https://doc.sitecore.com). \ No newline at end of file +To see guides on how to leverage the SDK in your Sitecore XM Cloud or Sitecore XM/XP projects, you can refer to the [Sitecore Documentation Site](https://doc.sitecore.com). \ No newline at end of file diff --git a/docfx/overview/index.md b/docfx/overview/index.md index a419ae7..5162325 100644 --- a/docfx/overview/index.md +++ b/docfx/overview/index.md @@ -3,14 +3,14 @@ _layout: landing --- # Overview -The ASP.NET Core SDK is built to help developers leverage Sitecore Layout Data in their applications, to build layouts and hydrate components. +The Sitecore ASP.NET Core SDK is built to help developers leverage Sitecore Layout Data in their applications, to build layouts and hydrate components. ## Data flow -The SDK enables ASP.NET Core Applications to connect to a Sitecore instance of XM/XP or XMC and retrieve Layout Data. The Layout Data is a JSON object that represents the structure of a page in Sitecore. The Layout Data is used to render the page in the application. +The SDK enables ASP.NET Core Applications to connect to Sitecore XM Cloud & Sitecore XM/XP instances to retrieve Layout Data. The Layout Data is a JSON object that represents the structure of a page in Sitecore. The Layout Data is used to render the page in the application. ### Basic Execution Sequence -The ASP.NET CoreSDK uses GraphQL to retrieve Layout Data in JSON format. When using Sitecore XM Cloud or Sitecore Experience Edge, the SDK connects to the Sitecore Experience Edge service to retrieve the Layout Data. -When working with Sitecore XM or Sitecore XP CD servers, the SDK connects to the Sitecore Layout Service to retrieve the Layout Data. +The ASP.NET Core SDK uses GraphQL to retrieve Layout Data in JSON format. When using Sitecore XM Cloud or Sitecore Experience Edge, the SDK connects to the Sitecore Experience Edge service to retrieve the Layout Data. +When working with Sitecore XM/XP CD servers, the SDK connects to the Sitecore Layout Service to retrieve the Layout Data. Below you can see a basic sequence diagram of the execution flow, showing how the data flows between the browser, the ASP.NET Core Application, and the Experience Edge or Layout Service.