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
12 changes: 6 additions & 6 deletions 14/umbraco-cms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The new Backoffice for Umbraco CMS is scheduled for release along with Umbraco 1

### Getting started with the Umbraco 14

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td><a href="fundamentals/setup/"><strong>Getting Started</strong></a></td><td>Are you excited to discover the new Backoffice for Umbraco CMS? Head over to the Setup section to learn how to install and configure v14 Umbraco installation.</td><td><a href="fundamentals/setup/">setup</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Install (1).png">Documentations Icons_Umbraco_CMS_Install (1).png</a></td></tr><tr><td></td><td><a href="extending-backoffice/customize-backoffice.md"><strong>Customizing the Backoffice</strong></a></td><td>Want to learn how to set up a package and implement the Backoffice extensions? Let's get started!</td><td><a href="extending-backoffice/customize-backoffice.md">customize-backoffice.md</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice (1) (2).png">Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice (1) (2).png</a></td></tr><tr><td></td><td><a href="broken-reference/"><strong>Tutorials</strong></a></td><td>Our step-by-step guides will take you through creating a simple website, creating a custom dashboard todeep diving into the world of Property Editors. Don't wait, start exploring now.</td><td><a href="broken-reference/">broken-reference</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials_the_Starter_Kit (1).png">Documentations Icons_Umbraco_CMS_Tutorials_the_Starter_Kit (1).png</a></td></tr></tbody></table>
<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td><a href="fundamentals/setup/"><strong>Getting Started</strong></a></td><td>Are you excited to discover the new Backoffice for Umbraco CMS? Head over to the Setup section to learn how to install and configure v14 Umbraco installation.</td><td><a href="fundamentals/setup/">setup</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Install (1).png">Documentations Icons_Umbraco_CMS_Install (1).png</a></td></tr><tr><td></td><td><a href="extending/customize-backoffice/README.md"><strong>Customizing the Backoffice</strong></a></td><td>Want to learn how to set up a package and implement the Backoffice extensions? Let's get started!</td><td><a href="extending/customize-backoffice/README.md">customize-backoffice.md</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice (1) (2).png">Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice (1) (2).png</a></td></tr><tr><td></td><td><a href="broken-reference/"><strong>Tutorials</strong></a></td><td>Our step-by-step guides will take you through creating a basic website, creating a custom dashboard todeep diving into the world of Property Editors. Don't wait, start exploring now.</td><td><a href="broken-reference/">broken-reference</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials_the_Starter_Kit (1).png">Documentations Icons_Umbraco_CMS_Tutorials_the_Starter_Kit (1).png</a></td></tr></tbody></table>

### Recommended starting points

Expand All @@ -26,12 +26,12 @@ If you have previously installed the Nightly or pre-release feeds versions you m
Then restore your package with `dotnet restore` and run the solution again with `dotnet run`.
{% endhint %}

2. [Setup your development Environment](extending-backoffice/development-flow/) followed by [Vite package setup](extending-backoffice/development-flow/vite-package-setup.md)
2. [Setup your development Environment](extending/customize-backoffice/development-flow/README.md) followed by [Vite package setup](extending/customize-backoffice/development-flow/vite-package-setup.md)
3. [Creating your first extension](tutorials/creating-a-basic-website/creating-your-first-template-and-content-node.md)
4. [Creating a custom dashboard](tutorials/creating-a-custom-dashboard/)
5. [Creating a property editor](tutorials/creating-a-property-editor/)
6. [Terminology](extending-backoffice/customize-backoffice.md#terminology)
7. [UI Documentation](extending-backoffice/ui-documentation.md)
6. [Terminology](extending/customize-backoffice/README.md#terminology)
7. [UI Documentation](extending/ui-documentation.md)
8. [Creating your own api](fundamentals/backoffice/create-your-own-api.md)

{% hint style="info" %}
Expand All @@ -58,8 +58,8 @@ The list will be updated as more articles have been created and updated.
* **BACKOFFICE**:
* [Document Blueprints](fundamentals/backoffice/document-blueprints.md) (previously known as Content Templates)
* [Create a custom API](fundamentals/backoffice/create-your-own-api.md)
* **EXTENDING BACKOFFICE (new section)**
* All articles under it are mostly new
* **EXTENDING**
* More or less all articles are new.
* **REFERENCE**:
* [Two-factor Authentication](reference/security/two-factor-authentication.md)
* [Management API](reference/management-api/) (new article)
Expand Down
102 changes: 53 additions & 49 deletions 14/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,56 +21,60 @@
* [Document Blueprints](fundamentals/backoffice/document-blueprints.md)
* [Creating a custom API](fundamentals/backoffice/create-your-own-api.md)

## Extending Backoffice
## Extending

* [Customize Backoffice](extending-backoffice/customize-backoffice.md)
* [Setup Your Development Environment](extending-backoffice/development-flow/README.md)
* [Vite Package Setup](extending-backoffice/development-flow/vite-package-setup.md)
* [Umbraco Package Manifest](extending-backoffice/development-flow/package-manifest.md)
* [Working with Data](extending-backoffice/working-with-data/README.md)
* [Repositories](extending-backoffice/working-with-data/repositories.md)
* [Context API](extending-backoffice/working-with-data/context-api.md)
* [Store](extending-backoffice/working-with-data/store.md)
* [States](extending-backoffice/working-with-data/states.md)
* [Contexts](extending-backoffice/contexts/README.md)
* [Global Context](extending-backoffice/contexts/global-context.md)
* [Property Dataset Context](extending-backoffice/contexts/variant-context.md)
* [Umbraco Element](extending-backoffice/umbraco-element/README.md)
* [Controllers](extending-backoffice/umbraco-element/controllers/README.md)
* [Write your own Controller](extending-backoffice/umbraco-element/controllers/write-your-own-controller.md)
* [Extension Registry](extending-backoffice/extension-registry/README.md)
* [Extension Registration](extending-backoffice/extension-registry/extension-registration.md)
* [Extension Conditions](extending-backoffice/extension-registry/extension-conditions.md)
* [Kind](extending-backoffice/extension-registry/kind.md)
* [Entry Point](extending-backoffice/extension-registry/entry-point.md)
* [Bundle](extending-backoffice/extension-registry/bundle.md)
* [Extension Types](extending-backoffice/extension-types/README.md)
* [Dashboard](extending-backoffice/extension-types/dashboards.md)
* [Property Editors](extending-backoffice/extension-types/property-editors/README.md)
* [Property Editor Schema](extending-backoffice/extension-types/property-editors/property-editor-schema.md)
* [Property Editor UI](extending-backoffice/extension-types/property-editors/property-editor-ui.md)
* [Entity Actions](extending-backoffice/extension-types/entity-actions/README.md)
* [Entity Bulk Actions](extending-backoffice/extension-types/entity-actions/entity-bulk-actions.md)
* [Workspace](extending-backoffice/extension-types/workspaces/README.md)
* [Workspace Context](extending-backoffice/extension-types/workspaces/workspace-context.md)
* [Workspace Views](extending-backoffice/extension-types/workspaces/workspace-editor-views.md)
* [Workspace Actions](extending-backoffice/extension-types/workspaces/workspace-editor-actions.md)
* [Section](extending-backoffice/extension-types/sections/README.md)
* [Section View](extending-backoffice/extension-types/sections/section-view.md)
* [Section Sidebar](extending-backoffice/extension-types/sections/section-sidebar.md)
* [Menu](extending-backoffice/extension-types/menu/README.md)
* [Trees](extending-backoffice/extension-types/menu/trees.md)
* [Header Apps](extending-backoffice/extension-types/header-apps.md)
* [Modals](extending-backoffice/extension-types/modals/README.md)
* [Confirm Dialog](extending-backoffice/extension-types/modals/confirm-dialog.md)
* [Custom Modals](extending-backoffice/extension-types/modals/custom-modals.md)
* [Route Registration](extending-backoffice/extension-types/modals/route-registration.md)
* [Sorting](extending-backoffice/sorting.md)
* [UI Documentation](extending-backoffice/ui-documentation.md)
* [Localization](extending-backoffice/localization/README.md)
* [.NET Localization](extending-backoffice/localization/net-localization.md)
* [UI Localization](extending-backoffice/localization/ui-localization.md)
* [Routes](extending-backoffice/routes.md)
* [Customize Backoffice](extending/customize-backoffice/README.md)
* [Setup Your Development Environment](extending/customize-backoffice/development-flow/README.md)
* [Vite Package Setup](extending/customize-backoffice/development-flow/vite-package-setup.md)
* [Backoffice Setup](extending/backoffice-setup/README.md)
* [Working with Data](extending/backoffice-setup/working-with-data/README.md)
* [Repositories](extending/backoffice-setup/working-with-data/repositories.md)
* [Context API](extending/backoffice-setup/working-with-data/context-api.md)
* [Store](extending/backoffice-setup/working-with-data/store.md)
* [States](extending/backoffice-setup/working-with-data/states.md)
* [Contexts](extending/backoffice-setup/contexts/README.md)
* [Global Context](extending/backoffice-setup/contexts/global-context.md)
* [Property Dataset Context](extending/backoffice-setup/contexts/variant-context.md)
* [Umbraco Element](extending/backoffice-setup/umbraco-element/README.md)
* [Controllers](extending/backoffice-setup/umbraco-element/controllers/README.md)
* [Write your own Controller](extending/backoffice-setup/umbraco-element/controllers/write-your-own-controller.md)
* [Extension Registry](extending/backoffice-setup/extension-registry/README.md)
* [Extension Registration](extending/backoffice-setup/extension-registry/extension-registration.md)
* [Extension Conditions](extending/backoffice-setup/extension-registry/extension-conditions.md)
* [Kind](extending/backoffice-setup/extension-registry/kind.md)
* [Entry Point](extending/backoffice-setup/extension-registry/entry-point.md)
* [Bundle](extending/backoffice-setup/extension-registry/bundle.md)
* [Extension Types](extending/backoffice-setup/extension-types/README.md)
* [Menu](extending/backoffice-setup/extension-types/menu/README.md)
* [Header Apps](extending/backoffice-setup/extension-types/header-apps.md)
* [Modals](extending/backoffice-setup/extension-types/modals/README.md)
* [Confirm Dialog](extending/backoffice-setup/extension-types/modals/confirm-dialog.md)
* [Custom Modals](extending/backoffice-setup/extension-types/modals/custom-modals.md)
* [Route Registration](extending/backoffice-setup/extension-types/modals/route-registration.md)
* [Sorting](extending/backoffice-setup/sorting.md)
* [Routes](extending/backoffice-setup/routes.md)
* [Dashboards](extending/dashboards.md)
* [Sections & Trees](extending/section-trees/README.md)
* [Sections](extending/section-trees/sections/README.md)
* [Section View](extending/section-trees/sections/section-view.md)
* [Section Sidebar](extending/section-trees/sections/section-sidebar.md)
* [Trees](extending/section-trees/trees/README.md)
* [Entity Actions](extending/section-trees/trees/entity-actions.md)
* [Entity Bulk Actions](extending/section-trees/trees/entity-bulk-actions.md)
* [Searchable Trees (ISearchableTree)](extending/section-trees/searchable-trees.md)
* [Property Editors](extending/property-editors/README.md)
* [Property Editors Composition](extending/property-editors/composition/README.md)
* [Property Editor Schema](extending/property-editors/composition/property-editor-schema.md)
* [Property Editor UI](extending/property-editors/composition/property-editor-ui.md)
* [Package Manifest](extending/property-editors/package-manifest.md)
* [Language Files & Localization](extending/language-files/README.md)
* [.NET Localization](extending/language-files/net-localization.md)
* [UI Localization](extending/language-files/ui-localization.md)
* [Workspace](extending/workspaces/README.md)
* [Workspace Context](extending/workspaces/workspace-context.md)
* [Workspace Views](extending/workspaces/workspace-editor-views.md)
* [Workspace Actions](extending/workspaces/workspace-editor-actions.md)
* [UI Documentation](extending/ui-documentation.md)

## Reference

Expand Down
80 changes: 0 additions & 80 deletions 14/umbraco-cms/extending-backoffice/extension-types/menu/README.md

This file was deleted.

Loading