From d9c201e3d17265591681814b7782d13630ce37b1 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 24 Oct 2025 08:36:34 +0200 Subject: [PATCH] docs: Add backoffice preview URL to README files (#20623) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Add backoffice preview URL to README files Added links to https://backofficepreview.umbraco.com/ in both the main repository README and the Umbraco.Web.UI.Client package README to make the live backoffice preview easily discoverable. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude * docs: fix link * Update .github/README.md Co-authored-by: Andy Butland --------- Co-authored-by: Claude Co-authored-by: Andy Butland --- .github/README.md | 8 ++++++++ src/Umbraco.Web.UI.Client/README.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/README.md b/.github/README.md index 195d4f9a36..33cb2d41d6 100644 --- a/.github/README.md +++ b/.github/README.md @@ -38,6 +38,14 @@ Some important documentation links to get you started: - [Getting to know Umbraco](https://docs.umbraco.com/umbraco-cms/fundamentals/get-to-know-umbraco) - [Tutorials for creating a basic website and customizing the editing experience](https://docs.umbraco.com/umbraco-cms/tutorials/overview) +## Backoffice Preview + +Want to see the latest backoffice UI in action? Check out our live preview: + +**[backofficepreview.umbraco.com](https://backofficepreview.umbraco.com/)** + +This preview is automatically deployed from the main branch and showcases the latest backoffice features and improvements. It runs from mock data and persistent edits are not supported. + ## Get help If you need a bit of feedback while building your Umbraco projects, we are [chatty on Discord](https://discord.umbraco.com). Our Discord server serves as a social space for all Umbracians. If you have any questions or need some help with a problem, head over to our [dedicated forum](https://forum.umbraco.com/) where the Umbraco Community will be happy to help. diff --git a/src/Umbraco.Web.UI.Client/README.md b/src/Umbraco.Web.UI.Client/README.md index 1404fba49c..0bc565c8ed 100644 --- a/src/Umbraco.Web.UI.Client/README.md +++ b/src/Umbraco.Web.UI.Client/README.md @@ -2,6 +2,14 @@ This package contains the types for the Umbraco Backoffice. +## Preview + +A live preview of the latest backoffice build from the main branch is available at: + +**[backofficepreview.umbraco.com](https://backofficepreview.umbraco.com/)** + +This preview is automatically deployed via GitHub Actions whenever changes are pushed to main or version branches. + ## Installation ```bash