Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,8 @@ ReverseInherited
ReviewFormDataAware
ReviewFormDataStorer
Reviewdog
RevocationRequest
RevocationRequestEvent
Roadmap
RouteResponse
RuleConditionService
Expand Down Expand Up @@ -1132,6 +1134,7 @@ YamlFileLoader
ZSH
accel
acl
aclfacade
actionAmount
actionType
actionability
Expand Down Expand Up @@ -1273,6 +1276,7 @@ const
const's
contactFormData
containerfacade
contextToken
control
copyToClipboard
copyable
Expand Down Expand Up @@ -1761,6 +1765,7 @@ previewable
pricecollectionfacade
pricefacade
pricefactory
primaryKey
productCountRoute
productId
productNumber
Expand Down Expand Up @@ -1829,6 +1834,8 @@ rethrown
retryability
returnUrl
revalidation
reviewFormData
revocationRequestFormData
rfc
roadmap
rollbacking
Expand Down Expand Up @@ -1952,6 +1959,7 @@ systemconfigfacade
systemd
tabindex
teardown
templateData
templated
templating
testFoo
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ The `/docs/assets` folder stores images, videos, and other files linked in markd

Certain files within the `shopware/shopware` repository are duplicated in the `shopware/docs` repository for reference purposes. Any modifications made to the former files will automatically synchronize with the corresponding files in the latter repository by the [`update-adrs`](./.github/workflows/update-adrs.yml) workflow.

| `shopware/shopware` files | `shopware/docs` files |
|-----------------------|-------------------------------------------|
| [shopware's adr](https://github.com/shopware/shopware/tree/trunk/adr) | [adr folder](./resources/references/adr/) |
| [adr assets](https://github.com/shopware/shopware/tree/trunk/adr/assets) | [assets adr folder](./assets/adr/) |
| `shopware/shopware` files | `shopware/docs` files |
|--------------------------------------------------------------------------------------------|-------------------------------------------|
| [shopware's adr](https://github.com/shopware/shopware/tree/trunk/adr) | [adr folder](./resources/references/adr/) |
| [adr assets](https://github.com/shopware/shopware/tree/trunk/adr/assets) | [assets adr folder](./assets/adr/) |
| [coding guideline](https://github.com/shopware/shopware/tree/trunk/coding-guidelines/core) | [core](./resources/guidelines/code/core) |

> Please create a PR in the [shopware](https://github.com/shopware/shopware/pulls) repository if you want to change something in the above folders.
Loading
Loading