Skip to content

Commit 9ed8db2

Browse files
Sofie Toft Kristensengitbook-bot
authored andcommitted
GITBOOK-7: 15 launch prep
1 parent 7eee6d2 commit 9ed8db2

File tree

17 files changed

+47
-529
lines changed

17 files changed

+47
-529
lines changed
41 KB
Loading
44 KB
Loading
36.3 KB
Loading
57.9 KB
Loading

15/umbraco-cms/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Umbraco CMS is a flexible and editor-friendly Content Management System (CMS) th
2222

2323
Learn more about Umbraco CMS and get an overview of the top features on [Umbraco.com](https://umbraco.com/products/umbraco-cms/).
2424

25-
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Fundamentals</strong></td><td>Learn the basics of working with Umbraco CMS. How to install and setup your first site is also included in this section.</td><td><a href=".gitbook/assets/rocket-hero.png">rocket-hero.png</a></td><td><a href="fundamentals/get-to-know-umbraco.md">get-to-know-umbraco.md</a></td></tr><tr><td><strong>Install Umbraco CMS</strong></td><td>Ready to get started with Umbraco? Head over to the Setup section to learn how to install Umbraco CMS.</td><td><a href=".gitbook/assets/docs-style-hero.png">docs-style-hero.png</a></td><td><a href="fundamentals/setup/install/">install</a></td></tr><tr><td><strong>Tutorials</strong></td><td>Find detailed step-by-step guides on everything from building a site from scratch to implementing a custom maintenance page.</td><td><a href=".gitbook/assets/reversed-heart-hero.png">reversed-heart-hero.png</a></td><td><a href="tutorials/overview.md">overview.md</a></td></tr></tbody></table>
25+
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Fundamentals</strong></td><td>Learn the basics of working with Umbraco CMS. How to install and setup your first site is also included in this section.</td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Fundamentals.png">Documentations Icons_Umbraco_CMS_Fundamentals.png</a></td><td><a href="fundamentals/get-to-know-umbraco.md">get-to-know-umbraco.md</a></td></tr><tr><td><strong>Install Umbraco CMS</strong></td><td>Ready to get started with Umbraco? Head over to the Setup section to learn how to install Umbraco CMS.</td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Install.png">Documentations Icons_Umbraco_CMS_Install.png</a></td><td><a href="fundamentals/setup/install/">install</a></td></tr><tr><td><strong>Tutorials</strong></td><td>Find detailed step-by-step guides on everything from building a site from scratch to implementing a custom maintenance page.</td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials.png">Documentations Icons_Umbraco_CMS_Tutorials.png</a></td><td><a href="tutorials/overview.md">overview.md</a></td></tr></tbody></table>
2626

2727
The documentation for Umbraco CMS provides information for experienced Umbraco and .NET developers. It also offers guides and high-level articles for people starting out with the CMS.
2828

@@ -48,4 +48,4 @@ The documentation for Umbraco CMS provides information for experienced Umbraco a
4848

4949
Umbraco HQ offers a full-day training course covering the basic concepts and features needed for building an Umbraco CMS website. The course targets frontend and backend developers, designers, and technical users who want to build a website from scratch in Umbraco,
5050

51-
[Explore the Fundamentals Training Course](https://umbraco.com/training/course-details/fundamentals-details/) to learn more about the topics covered and how it can enhance your Umbraco development skills.
51+
[Explore the Fundamentals Training Course](https://umbraco.com/training/course-details/fundamentals-details/) to learn more about the topics covered and how they can enhance your Umbraco development skills.

15/umbraco-cms/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
* [Custom property editors support](reference/content-delivery-api/custom-property-editors-support.md)
332332
* [Extension API for querying](reference/content-delivery-api/extension-api-for-querying.md)
333333
* [Media Delivery API](reference/content-delivery-api/media-delivery-api.md)
334-
* [Protected content in the Delivery API](reference/content-delivery-api/protected-content-in-the-delivery-api.md)
334+
* [Protected content in the Delivery API](reference/content-delivery-api/protected-content-in-the-delivery-api/README.md)
335335
* [Server to server access](reference/content-delivery-api/protected-content-in-the-delivery-api/server-to-server-access.md)
336336
* [Output caching](reference/content-delivery-api/output-caching.md)
337337
* [Property expansion and limiting](reference/content-delivery-api/property-expansion-and-limiting.md)

15/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can specify conditions for when the dashboard should be displayed. This is d
8585
This will make the dashboard only be displayed on the Content section.
8686

8787
{% hint style="info" %}
88-
You can read more about [Extension Conditions](../../../customizing/extending-overview/extension-types/condition.md) in the documentation.
88+
You can read more about [Extension Conditions](condition.md) in the documentation.
8989
{% endhint %}
9090

9191
### Properties
@@ -107,7 +107,10 @@ The dashboard manifest can contain the following properties:
107107
| Property | Type | Description |
108108
| Label | string | The label shown to the user |
109109
| pathname | string | The routable URL pathname |
110-
| conditions | array | (Optional) [Conditions](../../../customizing/extending-overview/extension-types/condition.md) for when the dashboard should be displayed |
110+
| Property | Type | Description |
111+
| Label | string | The label shown to the user |
112+
| pathname | string | The routable URL pathname |
113+
| conditions | array | (Optional) [Conditions](condition.md) for when the dashboard should be displayed |
111114

112115
### Full Example
113116

15/umbraco-cms/extending/build-on-umbraco-functionality.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ One of the biggest strengths of the Umbraco CMS is its flexibility. It is possib
1111
{% hint style="info" %}
1212
Are you looking to **customize and build extensions for the Umbraco backoffice?**
1313

14-
All articles related to customizing and extending the Umbraco backoffice have been moved to the [Customize the Backoffice](../customizing/extend-and-customize-editing-experience.md) section.
14+
All articles related to customizing and extending the Umbraco backoffice have been moved to the [Customize the Backoffice](broken-reference) section.
1515
{% endhint %}
1616

1717
In this section, you can find resources to build and extend Umbraco CMS functionality.
1818

19-
<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="backoffice-search.md"><strong>Backoffice Search</strong></a></td><td>Learn how to customize the built-in search functionality in the backoffice.</td><td></td><td><a href="../.gitbook/assets/healthchecks-image (1).png">healthchecks-image</a></td><td></td></tr><tr><td><a href="./packages/README.md"><strong>Packages</strong></a></td><td>Add your custom code into packages and distribute them to the rest of the Umbraco users.</td><td></td><td><a href="../.gitbook/assets/packages-image (1).png">packages-image</a></td><td></td></tr><tr><td><a href="./health-check/README.md"><strong>Health Checks</strong></a></td><td>Learn about the health checks that you can run on your site to verify its state.</td><td></td><td><a href="../.gitbook/assets/controllers-image (1).png">controllers-image</a></td><td></td></tr></tbody></table>
19+
<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="backoffice-search.md"><strong>Backoffice Search</strong></a></td><td>Learn how to customize the built-in search functionality in the backoffice.</td><td></td><td><a href="../.gitbook/assets/healthchecks-image (1).png">healthchecks-image (1).png</a></td><td></td></tr><tr><td><a href="packages/"><strong>Packages</strong></a></td><td>Add your custom code into packages and distribute them to the rest of the Umbraco users.</td><td></td><td><a href="../.gitbook/assets/packages-image (1).png">packages-image (1).png</a></td><td></td></tr><tr><td><a href="health-check/"><strong>Health Checks</strong></a></td><td>Learn about the health checks that you can run on your site to verify its state.</td><td></td><td><a href="../.gitbook/assets/controllers-image (1).png">controllers-image (1).png</a></td><td></td></tr></tbody></table>
2020

2121
## Other ways to extend the Umbraco CMS backoffice
2222

15/umbraco-cms/fundamentals/backoffice/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,29 @@ _The **Section menu** is the horizontal menu located on the top of the backoffic
2626

2727
[Read more about the section menu](sections.md).
2828

29-
## [Tree](../../customizing/section-trees/)
29+
## [Tree](../../customizing/section-trees.md)
3030

3131
A tree is a hierarchical list of items related (and usually restricted) to a specific concept, like for example content or media.
3232

3333
You can expand trees by clicking the side arrow ![Expand Node](images/expand-node-v14.png) to the left of the node.
3434

3535
![Tree](images/highlight-tree-v14.png)
3636

37-
[Read more about the Tree](../../customizing/section-trees/)
37+
[Read more about the Tree](../../customizing/section-trees.md)
3838

3939
## Node
4040

4141
A node is an item in a tree. Media section items appear as nodes in the Media tree, while pages and content are displayed in the Content tree, and so on.
4242

4343
![Node](images/highlight-content-node-v14.png)
4444

45-
## [Dashboards](../../customizing/dashboards.md)
45+
## [Dashboards](../../customizing/extending-overview/extension-types/dashboard.md)
4646

4747
A dashboard is the main view you are presented with when entering a section within the backoffice. It can be used to show valuable information to the users of the system.
4848

4949
![Default dashboard in the Content section](images/highlight-dashboard-v14.png)
5050

51-
[Read more about Dashboards](../../customizing/dashboards.md)
51+
[Read more about Dashboards](../../customizing/extending-overview/extension-types/dashboard.md)
5252

5353
## Editor
5454

15/umbraco-cms/fundamentals/backoffice/property-editors/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ The following Property Editors have been removed with the release of Umbraco 14:
1616
* Grid Layout
1717
* Nested content
1818

19-
We recommend using the [Block Editor](built-in-umbraco-property-editors/block-editor/README.md) or the [Rich Text Editor Blocks](built-in-umbraco-property-editors/rich-text-editor/rte-blocks.md) instead.
19+
We recommend using the [Block Editor](built-in-umbraco-property-editors/block-editor/) or the [Rich Text Editor Blocks](built-in-umbraco-property-editors/rich-text-editor/blocks.md) instead.
2020
{% endhint %}
2121

2222
When creating a Data Type, specify the property editor for the Data Type to use by selecting from the "Property editor" list (as shown below).
2323

24-
![Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Media-picker-dataType.png)
24+
![Data Type Definition](../../../../../14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Media-picker-dataType.png)
2525

2626
## [Built-in Property Editors in Umbraco](built-in-umbraco-property-editors/)
2727

0 commit comments

Comments
 (0)