Skip to content

Commit 5ebcf8b

Browse files
committed
proper restructure
1 parent c0feb2b commit 5ebcf8b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1861
-22
lines changed

14/umbraco-cms/SUMMARY.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139

140140
## Customize the Backoffice
141141

142-
* [Extend and customize the editing experience](customize-the-backoffice/overview.md)
142+
* [Extend and customize the editing experience](customizing/overview.md)
143143
* [Project Bellissima](customizing/project-bellissima.md)
144144
* [Setup Your Development Environment](customizing/development-flow/README.md)
145145
* [Vite Package Setup](customizing/development-flow/vite-package-setup.md)
@@ -150,15 +150,15 @@
150150
* [Store](customizing/foundation/working-with-data/store.md)
151151
* [States](customizing/foundation/working-with-data/states.md)
152152
* [Contexts](customizing/foundation/contexts/README.md)
153-
* [Property Dataset Context](customize-the-backoffice/foundation/contexts/property-dataset-context.md)
153+
* [Property Dataset Context](customizing/foundation/contexts/property-dataset-context.md)
154154
* [Umbraco Element](customizing/foundation/umbraco-element/README.md)
155155
* [Controllers](customizing/foundation/umbraco-element/controllers/README.md)
156156
* [Write your own controller](customizing/foundation/umbraco-element/controllers/write-your-own-controller.md)
157157
* [Sorting](customizing/foundation/sorting.md)
158158
* [Routes](customizing/foundation/routes.md)
159-
* [Icons](customize-the-backoffice/foundation/icons.md)
160-
* [Backoffice Localization](customize-the-backoffice/foundation/localization.md)
161-
* [Terminology](customize-the-backoffice/foundation/terminology.md)
159+
* [Icons](customizing/foundation/icons.md)
160+
* [Backoffice Localization](customizing/foundation/localization.md)
161+
* [Terminology](customizing/foundation/terminology.md)
162162
* [Extension Overview](customizing/extending-overview/README.md)
163163
* [Extension Registry](customizing/extending-overview/extension-registry/README.md)
164164
* [Extension Registration](customizing/extending-overview/extension-registry/extension-registry.md)
@@ -175,23 +175,23 @@
175175
* [Kind](customizing/extending-overview/extension-types/kind.md)
176176
* [Backoffice Entry Point](customizing/extending-overview/extension-types/backoffice-entry-point.md)
177177
* [Extension Conditions](customizing/extending-overview/extension-types/condition.md)
178-
* [Dashboards](customize-the-backoffice/extending-overview/extension-types/dashboard.md)
179-
* [Entity Actions](customize-the-backoffice/extending-overview/extension-types/entity-actions.md)
180-
* [Entity Bulk Actions](customize-the-backoffice/extending-overview/extension-types/entity-bulk-actions.md)
181-
* [Trees](customize-the-backoffice/extending-overview/extension-types/tree.md)
182-
* [Global Context](customize-the-backoffice/extending-overview/extension-types/global-context.md)
183-
* [Section Sidebar](customize-the-backoffice/extending-overview/extension-types/section-sidebar.md)
184-
* [Section View](customize-the-backoffice/extending-overview/extension-types/section-view.md)
185-
* [Sections](customize-the-backoffice/extending-overview/extension-types/section.md)
186-
* [Workspace Context](customize-the-backoffice/extending-overview/extension-types/workspace-context.md)
187-
* [Workspace Views](customize-the-backoffice/extending-overview/extension-types/workspace-views.md)
188-
* [Workspace Actions](customize-the-backoffice/extending-overview/extension-types/workspace-editor-actions.md)
189-
* [Localization](customize-the-backoffice/extending-overview/extension-types/localization.md)
178+
* [Dashboards](customizing/extending-overview/extension-types/dashboard.md)
179+
* [Entity Actions](customizing/extending-overview/extension-types/entity-actions.md)
180+
* [Entity Bulk Actions](customizing/extending-overview/extension-types/entity-bulk-actions.md)
181+
* [Trees](customizing/extending-overview/extension-types/tree.md)
182+
* [Global Context](customizing/extending-overview/extension-types/global-context.md)
183+
* [Section Sidebar](customizing/extending-overview/extension-types/section-sidebar.md)
184+
* [Section View](customizing/extending-overview/extension-types/section-view.md)
185+
* [Sections](customizing/extending-overview/extension-types/section.md)
186+
* [Workspace Context](customizing/extending-overview/extension-types/workspace-context.md)
187+
* [Workspace Views](customizing/extending-overview/extension-types/workspace-views.md)
188+
* [Workspace Actions](customizing/extending-overview/extension-types/workspace-editor-actions.md)
189+
* [Localization](customizing/extending-overview/extension-types/localization.md)
190190
* [Extension Kind](customizing/extending-overview/extension-kind.md)
191191
* [Extension Conditions](customizing/extending-overview/extension-conditions.md)
192192
* [Custom Extension types](customizing/extending-overview/custom-extension-type.md)
193-
* [Sections & Trees](customize-the-backoffice/section-trees.md)
194-
* [Searchable Trees (ISearchableTree)](customize-the-backoffice/searchable-trees.md)
193+
* [Sections & Trees](customizing/section-trees.md)
194+
* [Searchable Trees (ISearchableTree)](customizing/searchable-trees.md)
195195
* [Property Editors](customizing/property-editors/README.md)
196196
* [Property Editors Composition](customizing/property-editors/composition/README.md)
197197
* [Property Editor Schema](customizing/property-editors/composition/property-editor-schema.md)
@@ -204,9 +204,9 @@
204204
* [Content Picker Value Converter Example](customizing/property-editors/full-examples-value-converters.md)
205205
* [Property Dataset](customizing/property-editors/property-dataset.md)
206206
* [Integrate Validaction](customizing/property-editors/integrate-validation.md)
207-
* [Workspaces](customize-the-backoffice/workspaces.md)
208-
* [Umbraco Package](customize-the-backoffice/umbraco-package.md)
209-
* [UI Library](customize-the-backoffice/ui-library.md)
207+
* [Workspaces](customizing/workspaces.md)
208+
* [Umbraco Package](customizing/umbraco-package.md)
209+
* [UI Library](customizing/ui-library.md)
210210

211211
## Extending
212212

0 commit comments

Comments
 (0)