Skip to content

Commit

Permalink
Small docfx docs improvements. (#4)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
robearlam authored Aug 1, 2024
1 parent 0db3f7b commit 871f753
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docfx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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).
8 changes: 4 additions & 4 deletions docfx/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 871f753

Please sign in to comment.