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
2 changes: 2 additions & 0 deletions 14/umbraco-cms/.gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,5 @@ redirects:
reference/routing/umbraco-api-controllers/authorization: reference/routing/umbraco-api-controllers/README.md
reference/routing/umbraco-api-controllers/routing: reference/routing/umbraco-api-controllers/README.md
extending/property-editors/package-manifest: extending/package-manifest.md
extending/backoffice-tours: extending/README.md
tutorials/creating-a-backoffice-tour: tutorials/overview.md
2 changes: 0 additions & 2 deletions 14/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@
* [.NET Localization](extending/language-files/net-localization.md)
* [UI Localization](extending/language-files/ui-localization.md)
* [Backoffice Search](extending/backoffice-search.md)
* [Backoffice Tours](extending/backoffice-tours.md)
* [Workspaces](extending/workspaces/README.md)
* [Workspace Context](extending/workspaces/workspace-context.md)
* [Workspace Views](extending/workspaces/workspace-editor-views.md)
Expand Down Expand Up @@ -418,7 +417,6 @@
* [Creating a Multilingual Site](tutorials/multilanguage-setup.md)
* [Add Google Authentication (Users)](tutorials/add-google-authentication.md)
* [Add Microsoft Entra ID authentication (Members)](tutorials/add-microsoft-entra-id-authentication.md)
* [Creating a Backoffice Tour](tutorials/creating-a-backoffice-tour.md)
* [Creating Custom Database Tables with Entity Framework](tutorials/getting-started-with-entity-framework-core.md)
* [The Starter Kit](tutorials/starter-kit/README.md)
* [Lessons](tutorials/starter-kit/lessons/README.md)
Expand Down
232 changes: 0 additions & 232 deletions 14/umbraco-cms/extending/backoffice-tours.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ In this section, you will find all the resources you need to build an intuitive

## Other ways to extend the Umbraco CMS backoffice

* [Backoffice Tours](backoffice-tours.md)
* [Backoffice Search](backoffice-search.md)
* [Workspace](workspaces/README.md)
* [Language files and localization](language-files/README.md)
Expand Down
Loading