From 7c92bc178f2b0df52630edd17fdcc206eaa212cc Mon Sep 17 00:00:00 2001 From: Sofie Toft Date: Fri, 27 Jun 2025 14:16:15 +0200 Subject: [PATCH] Fix file structure and redirects --- 16/umbraco-cms/.gitbook.yaml | 5 +++++ 16/umbraco-cms/SUMMARY.md | 6 +++--- .../context-api.md => context-api/README.md} | 0 .../foundation/{working-with-data => }/repositories.md | 0 .../foundation/{working-with-data => }/states.md | 0 5 files changed, 8 insertions(+), 3 deletions(-) rename 16/umbraco-cms/customizing/foundation/{working-with-data/context-api.md => context-api/README.md} (100%) rename 16/umbraco-cms/customizing/foundation/{working-with-data => }/repositories.md (100%) rename 16/umbraco-cms/customizing/foundation/{working-with-data => }/states.md (100%) diff --git a/16/umbraco-cms/.gitbook.yaml b/16/umbraco-cms/.gitbook.yaml index 5c9ea73f6fb..ce69081f01c 100644 --- a/16/umbraco-cms/.gitbook.yaml +++ b/16/umbraco-cms/.gitbook.yaml @@ -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 diff --git a/16/umbraco-cms/SUMMARY.md b/16/umbraco-cms/SUMMARY.md index e68fabae383..aee6aef74ab 100644 --- a/16/umbraco-cms/SUMMARY.md +++ b/16/umbraco-cms/SUMMARY.md @@ -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) diff --git a/16/umbraco-cms/customizing/foundation/working-with-data/context-api.md b/16/umbraco-cms/customizing/foundation/context-api/README.md similarity index 100% rename from 16/umbraco-cms/customizing/foundation/working-with-data/context-api.md rename to 16/umbraco-cms/customizing/foundation/context-api/README.md diff --git a/16/umbraco-cms/customizing/foundation/working-with-data/repositories.md b/16/umbraco-cms/customizing/foundation/repositories.md similarity index 100% rename from 16/umbraco-cms/customizing/foundation/working-with-data/repositories.md rename to 16/umbraco-cms/customizing/foundation/repositories.md diff --git a/16/umbraco-cms/customizing/foundation/working-with-data/states.md b/16/umbraco-cms/customizing/foundation/states.md similarity index 100% rename from 16/umbraco-cms/customizing/foundation/working-with-data/states.md rename to 16/umbraco-cms/customizing/foundation/states.md