Skip to content

Commit a011b7a

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-3: Publish Beta documentation
1 parent 5442a9b commit a011b7a

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

17/umbraco-cms/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Table of contents
22

3-
* [Umbraco CMS Documentation](README.md)
3+
* [Umbraco CMS (Beta) Documentation](README.md)
44
* [Release Candidate Guide](release-candidate-guide.md)
55
* [Legacy Documentation](legacy-documentation/README.md)
66
* [Our Umbraco](https://our.umbraco.com/documentation/)

17/umbraco-cms/release-candidate-guide.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
description: >-
33
Learn how to start testing the Release Candidate for the latest version of
44
Umbraco CMS, and find information about new and updated documentation.
5-
hidden: true
65
---
76

87
# Release Candidate Guide
@@ -29,12 +28,12 @@ Ensure you meet the prerequisites and move on to the installation steps outlined
2928

3029
### Install the Release Candidate
3130

32-
The [release candidate is available on NuGet](https://www.nuget.org/packages/Umbraco.Cms/16.0.0-rc).
31+
The [release candidate is available on NuGet](https://www.nuget.org/packages/Umbraco.Templates/17.0.0-beta).
3332

3433
1. Install the Umbraco dotnet template for the Release Candidate.
3534

3635
```cmd
37-
dotnet new install Umbraco.Templates::16.0.0-rc*
36+
dotnet new install Umbraco.Templates::17.0.0-beta
3837
```
3938

4039
2. Create a new Umbraco project.
@@ -70,15 +69,27 @@ The blog post will mention if there are any specific features or workflows that
7069

7170
## New and updated documentation
7271

73-
Here is a list of all the articles that are new to this version or have been updated.
72+
Here is a list of all the new or updated articles in this version.
73+
74+
* [Version Specific Updates: Breaking Changes](fundamentals/setup/upgrading/version-specific/#umbraco-17)
75+
* [Date Time Property Editor](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/)
76+
* [`UnattendedTelemetryLevel` Setting](fundamentals/setup/install/install-umbraco-with-templates.md) and [`UnattendedTelemetryLevel` in Unattended Install](fundamentals/setup/install/unattended-install.md)
77+
* [`UnattendedTelemetryLevel` in the Configuration article](reference/configuration/unattendedsettings.md)
78+
* [`GenerateVirtualProperties` option to disable virtual properties](reference/configuration/modelsbuildersettings.md#generate-virtual-properties)
79+
* [Removed the warning on `Microsoft.EntityFrameworkCore.Design` dependency conflicts](tutorials/getting-started-with-entity-framework-core.md)
80+
* [Kestrel `MaxRequestLength` updated to 50MB](reference/configuration/maximumuploadsizesettings.md#using-kestrel)
81+
* [Backoffice Signs](customizing/back-office-signs.md)
82+
* [Flag Providers](extending/flag-providers.md)
83+
* [Added `ComposeAfter` attribute to the composer used in the Examine sample](reference/searching/examine/indexing.md)
84+
* [Displaying the MiniProfiler](fundamentals/code/debugging/#displaying-the-miniprofiler)
7485

7586
### Removed articles
7687

77-
* [TinyMCE is removed](fundamentals/setup/upgrading/version-specific/#breaking-changes):
78-
* Rich Text Editor (TinyMCE) article incl. sub-articles.
79-
* Change Rich Text Editor UI article.
88+
* Editor Model Notifications
8089

8190
### Updated articles
8291

83-
* [Creating a Package: Migration Steps for asynchronous work](extending/packages/creating-a-package.md)
84-
* [Logging Settings: Adding settings for configured log file formatting](reference/configuration/loggingsettings.md)
92+
* [Additional preview environments support](reference/content-delivery-api/additional-preview-environments-support.md)
93+
* [Outbound Pipeline](reference/routing/request-pipeline/outbound-pipeline.md)
94+
* [Property Actions](customizing/property-editors/property-actions.md)
95+
* [Confirm Dialog](customizing/extending-overview/extension-types/modals/confirm-dialog.md)

0 commit comments

Comments
 (0)