Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 8 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 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.
Expand Down
8 changes: 8 additions & 0 deletions src/Umbraco.Web.UI.Client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

**https://backofficepreview.umbraco.com/**

This preview is automatically deployed via GitHub Actions whenever changes are pushed to main or version branches.

## Installation

```bash
Expand Down
Loading