Skip to content

Commit b8102e5

Browse files
authored
Merge pull request #7201 from umbraco/cms/redirect
Fix file structure and redirects
2 parents aac23d2 + 7c92bc1 commit b8102e5

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

16/umbraco-cms/.gitbook.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ redirects:
1212
fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor-tinymce/blocks: fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/blocks.md
1313
fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/change-rich-text-editor-ui: fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/README.md
1414
customizing/development-flow/typescript-setup: customizing/development-flow/README.md
15+
customizing/foundation/working-with-data: customizing/foundation/README.md
16+
customizing/foundation/working-with-data/context-api: customizing/foundation/context-api/README.md
17+
customizing/foundation/working-with-data/repositories: customizing/foundation/repositories.md
18+
customizing/foundation/working-with-data/states: customizing/foundation/states.md
19+
customizing/foundation/working-with-data/store: customizing/foundation/README.md

16/umbraco-cms/SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@
194194
* [Write your own controller](customizing/foundation/umbraco-element/controllers/write-your-own-controller.md)
195195
* [Umbraco Element](customizing/foundation/umbraco-element/README.md)
196196
* [Lit Element](customizing/foundation/lit-element.md)
197-
* [Context API](customizing/foundation/working-with-data/context-api.md)
197+
* [Context API](customizing/foundation/context-api/README.md)
198198
* [Consume a Context](customizing/foundation/context-api/consume-a-context.md)
199199
* [Provide a Context](customizing/foundation/context-api/provide-a-context.md)
200-
* [Repositories](customizing/foundation/working-with-data/repositories.md)
201-
* [States](customizing/foundation/working-with-data/states.md)
200+
* [Repositories](customizing/foundation/repositories.md)
201+
* [States](customizing/foundation/states.md)
202202
* [UI Sorting](customizing/foundation/sorting.md)
203203
* [Routes](customizing/foundation/routes.md)
204204
* [Backoffice Localization](customizing/foundation/localization.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)