-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#11] Somehow missed this commit from Rob
* Updated changes based on PR #15 * Some additional tweaks by Nick (cherry picked from commit 6da03b0)
- Loading branch information
1 parent
ecfbfe9
commit 0fcd977
Showing
10 changed files
with
27 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Services | ||
------------- | ||
|
||
As Sitecore moves to a services-based architecture, there are | ||
more and more services being introduced that you could have to push | ||
code & configuration to. For example the Sitecore Experience Commerce | ||
Engine Roles, the Commerce Business Tools, Identity Server and the | ||
different XConnect instances. | ||
|
||
The most important thing to remember with these services is that | ||
you should still abide by the Common Closure Principal - classes | ||
that change together are packaged together. This means that you | ||
shouldn't, for example, group all of your Commerce functionality | ||
together as then you're reverting to grouping by Type instead of by | ||
Functionality. | ||
|
||
.. toctree:: | ||
:caption: Topics | ||
:titlesonly: | ||
|
||
commerce |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters