diff --git a/404.html b/404.html index edce2670b..ef5a7fd58 100644 --- a/404.html +++ b/404.html @@ -11,7 +11,7 @@ - +
diff --git a/Home/index.html b/Home/index.html index 88cc7a4e3..e64b01383 100644 --- a/Home/index.html +++ b/Home/index.html @@ -11,7 +11,7 @@ - + diff --git a/architecture/command/index.html b/architecture/command/index.html index 64eb3df13..608a904f0 100644 --- a/architecture/command/index.html +++ b/architecture/command/index.html @@ -11,7 +11,7 @@ - + @@ -78,6 +78,6 @@Despite you can place commands, and other Booster files, in any directory, we strongly recommend you to put them in <project-root>/src/commands
. Having all the commands in one place will help you to understand your application's capabilities at a glance.
<project-root>
├── src
│ ├── commands <------ put them here
│ ├── common
│ ├── config
│ ├── entities
│ ├── events
│ ├── index.ts
│ └── read-models
<project-root>
├── src
│ ├── commands <------ put them here
│ ├── common
│ ├── config
│ ├── entities
│ ├── events
│ ├── index.ts
│ └── read-models