Skip to content

Commit ff03f4b

Browse files
Updated ReadMe
1 parent 35e29c7 commit ff03f4b

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# dev-docs-code-examples
22

3-
Contains all code examples used in the [technical documentation](https://smartstore.gitbook.io/developer-guide/compose/modules/examples).
3+
Contains all the code examples used in the [technical documentation](https://smartstore.gitbook.io/developer-guide/compose/modules/examples).
44

55
## Introduction
66

7-
This repository contains all tutorial examples used in the SmartStore developer documentation.
7+
This repository contains all the tutorial examples used in the SmartStore developer documentation.
88
They can be included using the **.sln** solution file.
99

1010
## Installation
1111

12-
1. Copy this repository to the same directory as your SmartStore repository.
12+
1. Copy this repository into the same directory as your SmartStore repository.
1313
2. Run `create-symlinks.bat`.
1414
3. Open the `Smartstore.CodeExamples.sln` solution file.
1515

1616
## Directory structure
1717

18-
Place this repository in the same directory your SmartStore repository is in.
18+
Place this repository in the same directory as your SmartStore repository.
1919

2020
Example:
2121
- SmartStore repository: _/home/www/Smartstore/_
@@ -24,7 +24,7 @@ Example:
2424
| Folder | Description |
2525
| ------ | ---------------------------------------- |
2626
| [root] | **Solution file** and **symlinks** |
27-
| _/src_ | All **module** examples are located here.|
27+
| _/src_ | All **module** examples can be found here.|
2828

2929
### Symlinks
3030

@@ -36,48 +36,48 @@ Creates symlinks, so that Smartstore can use the solution file and all of the mo
3636

3737
### "Hello World"
3838

39-
Start your journey here and build your first Smartstore module.
40-
→ Source code for [Hello World](./src/MyOrg.HelloWorld)
39+
Start your journey here and build your first Smartstore module.
40+
→ Source code for [Hello World](./src/MyOrg.HelloWorld)
4141
→ Developer documentation for [Building a simple "Hello World" module](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/building-a-simple-hello-world-module)
4242

4343
### Tabs
4444

45-
Add a tab to the product editing page in the backend.
46-
→ Source code for [Tabs Tutorial](./src/MyOrg.TabsTutorial)
45+
Add a tab to the product editing page in the backend.
46+
→ Source code for [Tabs Tutorial](./src/MyOrg.TabsTutorial)
4747
→ Developer documentation for [Adding tabs](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/adding-tabs)
4848

4949
### Widgets
5050

51-
Create a widget, that displays custom content in the frontend.
52-
→ Source code for [Widget Tutorial](./src/MyOrg.WidgetTutorial)
51+
Create a widget, that displays custom content in the frontend.
52+
→ Source code for [Widget Tutorial](./src/MyOrg.WidgetTutorial)
5353
→ Developer documentation for [Creating a Widget provider](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/creating-a-widget-provider)
5454

5555
### Menus
5656

57-
Access the menu bar in the backend and add a menu item and a submenu.
58-
→ Source code for [Menu Tutorial](./src/MyOrg.MenuTutorial)
57+
Access the menu bar in the backend and add a menu item and a submenu.
58+
→ Source code for [Menu Tutorial](./src/MyOrg.MenuTutorial)
5959
→ Developer documentation for [Adding menu items](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/adding-menu-items)
6060

6161
### Blocks
6262

63-
Create your own PageBuilder-Block to display in stories.
64-
→ Source code for [BlockTutorial Tutorial](./src/MyOrg.BlockTutorialTutorial)
63+
Create your own PageBuilder-Block to display in stories.
64+
→ Source code for [BlockTutorial Tutorial](./src/MyOrg.BlockTutorialTutorial)
6565
→ Developer documentation for [Creating a Block](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/creating-a-block)
6666

6767
#### Blocks (Advanced)
6868

69-
Tweak the Story view modes, to provide a better user experience and render a widget.
70-
→ Source code for [BlockTutorialAdvanced Tutorial](./src/MyOrg.BlockTutorialAdvancedTutorial)
69+
Tweak the Story view modes, to provide a better user experience and render a widget.
70+
→ Source code for [BlockTutorialAdvanced Tutorial](./src/MyOrg.BlockTutorialAdvancedTutorial)
7171
→ Developer documentation for [Creating a Block](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/creating-a-block#advanced-topics)
7272

7373
### Export
7474

75-
Export a specified number of products to the CSV and XML file format.
76-
→ Source code for [Export Tutorial](./src/MyOrg.ExportTutorial)
75+
Provide a configurable export for products, store information, etc.
76+
→ Source code for [Export Tutorial](./src/MyOrg.ExportTutorial)
7777
→ Developer documentation for [Creating an Export provider](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/creating-a-export-provider)
7878

79-
### Domains
79+
### Entities
8080

81-
Create a small messaging system, using your own database table.
82-
→ Source code for [Domain Tutorial](./src/MyOrg.DomainTutorial)
81+
Create a small messaging system, using your own database table.
82+
→ Source code for [Domain Tutorial](./src/MyOrg.DomainTutorial)
8383
→ Developer documentation for [Creating a Domain entity](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/creating-a-domain-entity)

0 commit comments

Comments
 (0)