From 076680c0cc0febef31befe2ba19c7f5ada5075f2 Mon Sep 17 00:00:00 2001 From: Richard Ockerby Date: Wed, 1 Nov 2023 12:56:31 +0000 Subject: [PATCH 1/2] Add more v14 specific information --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7d494..b0619c4 100644 --- a/README.md +++ b/README.md @@ -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. From ae4f3fcc4962eb990fca90e265e03cc30b4318cd Mon Sep 17 00:00:00 2001 From: Richard Ockerby Date: Wed, 1 Nov 2023 12:57:53 +0000 Subject: [PATCH 2/2] Add link to back office documentation --- src/Our.Umbraco.UiExamples.v14/Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Our.Umbraco.UiExamples.v14/Readme.md b/src/Our.Umbraco.UiExamples.v14/Readme.md index ac6a563..777030b 100644 --- a/src/Our.Umbraco.UiExamples.v14/Readme.md +++ b/src/Our.Umbraco.UiExamples.v14/Readme.md @@ -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/)