Skip to content

Commit d9c201e

Browse files
iOvergaardclaudeAndyButland
authored
docs: Add backoffice preview URL to README files (#20623)
* 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 <[email protected]> * docs: fix link * Update .github/README.md Co-authored-by: Andy Butland <[email protected]> --------- Co-authored-by: Claude <[email protected]> Co-authored-by: Andy Butland <[email protected]>
1 parent a5fcfc2 commit d9c201e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ Some important documentation links to get you started:
3838
- [Getting to know Umbraco](https://docs.umbraco.com/umbraco-cms/fundamentals/get-to-know-umbraco)
3939
- [Tutorials for creating a basic website and customizing the editing experience](https://docs.umbraco.com/umbraco-cms/tutorials/overview)
4040

41+
## Backoffice Preview
42+
43+
Want to see the latest backoffice UI in action? Check out our live preview:
44+
45+
**[backofficepreview.umbraco.com](https://backofficepreview.umbraco.com/)**
46+
47+
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.
48+
4149
## Get help
4250

4351
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.

src/Umbraco.Web.UI.Client/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This package contains the types for the Umbraco Backoffice.
44

5+
## Preview
6+
7+
A live preview of the latest backoffice build from the main branch is available at:
8+
9+
**[backofficepreview.umbraco.com](https://backofficepreview.umbraco.com/)**
10+
11+
This preview is automatically deployed via GitHub Actions whenever changes are pushed to main or version branches.
12+
513
## Installation
614

715
```bash

0 commit comments

Comments
 (0)