Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Umbraco UI Examples
**The version for Umbraco 14 is currently under development. Refer to src\Our.Umbraco.UiExamples.v14\Readme.md for instructions on how to get started with dev.**
**The version for Umbraco 14 is currently under development. Refer to [src\Our.Umbraco.UiExamples.v14\Readme.md](https://github.com/umbraco/UI-Examples/tree/dev/v14/src/Our.Umbraco.UiExamples.v14) for instructions on how to get started with dev.**

UI Examples is a package that adds a new 'UI Examples' section to your Umbraco instance with working examples of how to customise the backoffice. During installation the Administrators user group will be given access to the section.

Expand Down
3 changes: 3 additions & 0 deletions src/Our.Umbraco.UiExamples.v14/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ In a separate terminal window, to run the umbraco project, open the path /sample
run `dotnet run`

You can then launch the umbraco solution and should see the new back office section.

> [!NOTE]
> For a more general introduction into getting started with development for v14, please read the [Umbraco Documentation](https://docs.umbraco.com/umbraco-backoffice/)