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
5 changes: 5 additions & 0 deletions 16/umbraco-cms/.gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ redirects:
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
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
customizing/development-flow/typescript-setup: customizing/development-flow/README.md
customizing/foundation/working-with-data: customizing/foundation/README.md
customizing/foundation/working-with-data/context-api: customizing/foundation/context-api/README.md
customizing/foundation/working-with-data/repositories: customizing/foundation/repositories.md
customizing/foundation/working-with-data/states: customizing/foundation/states.md
customizing/foundation/working-with-data/store: customizing/foundation/README.md
6 changes: 3 additions & 3 deletions 16/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@
* [Write your own controller](customizing/foundation/umbraco-element/controllers/write-your-own-controller.md)
* [Umbraco Element](customizing/foundation/umbraco-element/README.md)
* [Lit Element](customizing/foundation/lit-element.md)
* [Context API](customizing/foundation/working-with-data/context-api.md)
* [Context API](customizing/foundation/context-api/README.md)
* [Consume a Context](customizing/foundation/context-api/consume-a-context.md)
* [Provide a Context](customizing/foundation/context-api/provide-a-context.md)
* [Repositories](customizing/foundation/working-with-data/repositories.md)
* [States](customizing/foundation/working-with-data/states.md)
* [Repositories](customizing/foundation/repositories.md)
* [States](customizing/foundation/states.md)
* [UI Sorting](customizing/foundation/sorting.md)
* [Routes](customizing/foundation/routes.md)
* [Backoffice Localization](customizing/foundation/localization.md)
Expand Down