Skip to content

Commit 02bf05a

Browse files
authored
Merge pull request #6505 from umbraco/update-readme-for-extending-section
Update readme for extending section
2 parents a7d13b7 + 254e80d commit 02bf05a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

10/umbraco-cms/legacy-documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ This documentation platform covers only major versions of the Umbraco CMS since
88

99
The documentation for Umbraco 7 and 8 lives on [our.umbraco.com](https://our.umbraco.com/documentation/).
1010

11-
<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></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 align="center"><strong>Umbraco 7 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://our.umbraco.com/documentation/">https://our.umbraco.com/documentation/</a></td></tr><tr><td align="center"><strong>Umbraco 8 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://our.umbraco.com/documentation/">https://our.umbraco.com/documentation/</a></td></tr><tr><td align="center"><strong>Umbraco 11 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions">https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions</a></td></tr></tbody></table>
11+
<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></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 align="center"><strong>Umbraco 7 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://our.umbraco.com/documentation/">https://our.umbraco.com/documentation/</a></td></tr><tr><td align="center"><strong>Umbraco 8 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://our.umbraco.com/documentation/">https://our.umbraco.com/documentation/</a></td></tr><tr><td align="center"><strong>Umbraco EOL Documentation</strong></td><td></td><td></td><td></td><td><a href="https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions">https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions</a></td></tr></tbody></table>

13/umbraco-cms/legacy-documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ This documentation platform covers only major versions of the Umbraco CMS since
88

99
The documentation for Umbraco 7 and 8 lives on [our.umbraco.com](https://our.umbraco.com/documentation/).
1010

11-
<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></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 align="center"><strong>Umbraco 7 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://our.umbraco.com/documentation/">https://our.umbraco.com/documentation/</a></td></tr><tr><td align="center"><strong>Umbraco 8 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://our.umbraco.com/documentation/">https://our.umbraco.com/documentation/</a></td></tr><tr><td align="center"><strong>Umbraco 11 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions">https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions</a></td></tr></tbody></table>
11+
<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></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 align="center"><strong>Umbraco 7 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://our.umbraco.com/documentation/">https://our.umbraco.com/documentation/</a></td></tr><tr><td align="center"><strong>Umbraco 8 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://our.umbraco.com/documentation/">https://our.umbraco.com/documentation/</a></td></tr><tr><td align="center"><strong>Umbraco EOL Documentation</strong></td><td></td><td></td><td></td><td><a href="https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions">https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions</a></td></tr></tbody></table>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ All articles related to customizing and extending the Umbraco backoffice have be
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 data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Backoffice Search</strong></td><td>Learn how to customize the built-in search functionality in the backoffice.</td><td><a href="../.gitbook/assets/healthchecks-image (1).png">healthchecks-image (1).png</a></td></tr><tr><td><strong>Packages</strong></td><td>Add your custom code into packages and distribute them to the rest of the Umbraco users.</td><td><a href="../.gitbook/assets/packages-image (1).png">packages-image (1).png</a></td></tr><tr><td><strong>Health Checks</strong></td><td>Learn about the health checks that you can run on your site to verify its state.</td><td><a href="../.gitbook/assets/controllers-image (1).png">controllers-image (1).png</a></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</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>
2020

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

23-
* [Backoffice Search](backoffice-search.md)
23+
* [Embedded Media Providers](embedded-media-providers.md)
2424
* [Language files and localization](language-files/)
2525

2626
## Also in this section

14/umbraco-cms/legacy-documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ This documentation platform covers only major versions of the Umbraco CMS since
88

99
The documentation for Umbraco 7 and 8 lives on [our.umbraco.com](https://our.umbraco.com/documentation/).
1010

11-
<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></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 align="center"><strong>Umbraco 7 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://our.umbraco.com/documentation/">https://our.umbraco.com/documentation/</a></td></tr><tr><td align="center"><strong>Umbraco 8 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://our.umbraco.com/documentation/">https://our.umbraco.com/documentation/</a></td></tr><tr><td align="center"><strong>Umbraco 11 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions">https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions</a></td></tr></tbody></table>
11+
<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></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 align="center"><strong>Umbraco 7 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://our.umbraco.com/documentation/">https://our.umbraco.com/documentation/</a></td></tr><tr><td align="center"><strong>Umbraco 8 Documentation</strong></td><td></td><td></td><td></td><td><a href="https://our.umbraco.com/documentation/">https://our.umbraco.com/documentation/</a></td></tr><tr><td align="center"><strong>Umbraco EOL Documentation</strong></td><td></td><td></td><td></td><td><a href="https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions">https://github.com/umbraco/UmbracoDocs/tree/umbraco-eol-versions</a></td></tr></tbody></table>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ All articles related to customizing and extending the Umbraco backoffice have be
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 data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Backoffice Search</strong></td><td>Learn how to customize the built-in search functionality in the backoffice.</td><td><a href="../.gitbook/assets/healthchecks-image (1).png">healthchecks-image (1).png</a></td></tr><tr><td><strong>Packages</strong></td><td>Add your custom code into packages and distribute them to the rest of the Umbraco users.</td><td><a href="../.gitbook/assets/packages-image (1).png">packages-image (1).png</a></td></tr><tr><td><strong>Health Checks</strong></td><td>Learn about the health checks that you can run on your site to verify its state.</td><td><a href="../.gitbook/assets/controllers-image (1).png">controllers-image (1).png</a></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</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>
2020

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

23-
* [Backoffice Search](backoffice-search.md)
23+
* [Embedded Media Providers](embedded-media-providers.md)
2424
* [Language files and localization](language-files/)
2525

2626
## Also in this section

0 commit comments

Comments
 (0)