From aa63fdeabc9dce9c999c348ffe321e5650b455ad Mon Sep 17 00:00:00 2001 From: Esha Noronha Date: Wed, 11 Sep 2024 10:02:25 +0200 Subject: [PATCH 1/5] Promoting training course --- 14/umbraco-cms/reference/searching/README.md | 8 ++++++++ 14/umbraco-cms/tutorials/editors-manual/README.md | 8 ++++++++ umbraco-cloud/README.md | 8 ++++++++ umbraco-cloud/deployment/README.md | 8 ++++++++ umbraco-cloud/set-up/working-locally.md | 8 ++++++++ 5 files changed, 40 insertions(+) diff --git a/14/umbraco-cms/reference/searching/README.md b/14/umbraco-cms/reference/searching/README.md index 123bd76edc0..0bf6ff1d39c 100644 --- a/14/umbraco-cms/reference/searching/README.md +++ b/14/umbraco-cms/reference/searching/README.md @@ -12,3 +12,11 @@ Examine and Lucene are external parts used in Umbraco. When working with either {% endhint %} Understand how Examine works and walk through the many available options and settings in Umbraco. + +*** + +## Umbraco Training + +Umbraco HQ offers a full-day training course covering the inner workings of Examine and Lucene, query debugging, and knowledge of the search tool. The course targets backend ASP.NET MVC developers who need to build real-world search applications with Umbraco. + +[Explore the Searching and Indexing with Examine Training Course](https://umbraco.com/training/course-details/searching-and-indexing/) to learn more about the topics covered and how it can enhance your Umbraco development skills. diff --git a/14/umbraco-cms/tutorials/editors-manual/README.md b/14/umbraco-cms/tutorials/editors-manual/README.md index 59900d863f8..2aa345f0bfc 100644 --- a/14/umbraco-cms/tutorials/editors-manual/README.md +++ b/14/umbraco-cms/tutorials/editors-manual/README.md @@ -37,3 +37,11 @@ How to work with media, organize folders, and do image editing. ## [Tips and Tricks](tips-and-tricks/) Providing a few tips and tricks on how to work with Content using Umbraco. + +*** + +## Umbraco Training + +Umbraco HQ offers a full-day training course that covers an overview of the Umbraco backoffice, workflows, and best practices for managing content and media. The course targets content editors, project managers, and decision makers who want to understand how Umbraco works. + +[Explore the Umbraco Content Management Training Course](https://umbraco.com/training/course-details/content-management/) to learn more about the topics covered and how it can enhance your Umbraco development skills. diff --git a/umbraco-cloud/README.md b/umbraco-cloud/README.md index cf70983e88a..a224088de73 100644 --- a/umbraco-cloud/README.md +++ b/umbraco-cloud/README.md @@ -125,3 +125,11 @@ When you are ready to show your work to the world, Umbraco Cloud provides a safe {% content-ref url="getting-started/baselines/" %} [baselines](getting-started/baselines/) {% endcontent-ref %} + +*** + +## Umbraco Training + +Umbraco HQ offers a full-day training course covering best practices for developing with Umbraco Cloud. The course targets frontend and backend developers who currently work or plan to work with Umbraco Cloud. + +[Explore the Umbraco Cloud Developer Training Course](https://umbraco.com/training/course-details/cloud-developer/) to learn more about the topics covered and how it can enhance your Umbraco development skills. diff --git a/umbraco-cloud/deployment/README.md b/umbraco-cloud/deployment/README.md index f1bb34362ec..d4e42de4c5d 100644 --- a/umbraco-cloud/deployment/README.md +++ b/umbraco-cloud/deployment/README.md @@ -82,3 +82,11 @@ You are free to update the `name` attribute in the `umbraco-cloud.json` file to {% endhint %} ![clone dialog](images/change-env-name-v8.png) + +*** + +## Umbraco Training + +Umbraco HQ offers a full-day training course covering the best practices for developing with Umbraco Cloud. The course targets frontend and backend developers who work or will work with Umbraco Cloud. + +[Explore the Umbraco Cloud Developer Training Course](https://umbraco.com/training/course-details/cloud-developer/) to learn more about the topics covered and how it can enhance your Umbraco development skills. diff --git a/umbraco-cloud/set-up/working-locally.md b/umbraco-cloud/set-up/working-locally.md index ce7521cf548..5575c7b907e 100644 --- a/umbraco-cloud/set-up/working-locally.md +++ b/umbraco-cloud/set-up/working-locally.md @@ -235,3 +235,11 @@ The file you'll need to update is the `post-merge` within `.git/hooks/` in your #!/bin/sh echo > src/UmbracoProject/umbraco/Deploy/deploy ``` + +*** + +## Umbraco Training + +Umbraco HQ offers a full-day training course covering best practices for developing with Umbraco Cloud. The course targets frontend and backend developers who currently work or plan to work with Umbraco Cloud. + +[Explore the Umbraco Cloud Developer Training Course](https://umbraco.com/training/course-details/cloud-developer/) to learn more about the topics covered and how it can enhance your Umbraco development skills. From e04abe61b530b64268b9dd0db7b856f70edaceaf Mon Sep 17 00:00:00 2001 From: Esha Noronha Date: Wed, 11 Sep 2024 12:27:47 +0200 Subject: [PATCH 2/5] More files --- 14/umbraco-cms/README.md | 8 ++++++++ .../extend-and-customize-editing-experience.md | 7 +++++++ 14/umbraco-cms/reference/routing/README.md | 8 ++++++++ 14/umbraco-cms/reference/security/README.md | 8 ++++++++ umbraco-cloud/deployment/README.md | 2 +- 5 files changed, 32 insertions(+), 1 deletion(-) diff --git a/14/umbraco-cms/README.md b/14/umbraco-cms/README.md index fe6953e1ccb..ec9096bcfd5 100644 --- a/14/umbraco-cms/README.md +++ b/14/umbraco-cms/README.md @@ -31,3 +31,11 @@ The documentation for Umbraco CMS provides information for experienced Umbraco a {% content-ref url="reference/notifications/" %} [notifications](reference/notifications/) {% endcontent-ref %} + +*** + +## Umbraco Training + +Umbraco HQ offers a full-day training course covering Document Types, templating, navigation, and creating forms and collecting data. The course targets frontend and backend developers, designers, and technical users who want to build a website from scratch in Umbraco, + +[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. diff --git a/14/umbraco-cms/customizing/extend-and-customize-editing-experience.md b/14/umbraco-cms/customizing/extend-and-customize-editing-experience.md index b1af838d275..7d7c31b15ea 100644 --- a/14/umbraco-cms/customizing/extend-and-customize-editing-experience.md +++ b/14/umbraco-cms/customizing/extend-and-customize-editing-experience.md @@ -18,3 +18,10 @@ In this section, you will find all the resources you need to build an intuitive
DashboardsThe dashboard is where all the main functionality of the backoffice will be.dashboards.mddashboards-image.png
Sections and TreesExtend the backoffice by customizing existing and building new sections and trees.section-treestrees.image.png
Property EditorsLearn how to extend and build some of the main building blocks in Umbraco CMS.property-editorsproperty-image.png
+*** + +## Umbraco Training + +Umbraco HQ offers a full-day training course covering an overview of the backoffice, UX best practices, advanced editor components in AngularJS, and custom applications. The course targets frontend and backend developers familiar with Umbraco who want to extend the UI for editors. + +[Explore the Extending the Backoffice Training Course](https://umbraco.com/training/course-details/extending-the-backoffice-details/) to learn more about the topics covered and how it can enhance your Umbraco development skills. diff --git a/14/umbraco-cms/reference/routing/README.md b/14/umbraco-cms/reference/routing/README.md index 8ecfa9c5432..d47f8a4e8e3 100644 --- a/14/umbraco-cms/reference/routing/README.md +++ b/14/umbraco-cms/reference/routing/README.md @@ -39,3 +39,11 @@ Routing requirements for authenticated controllers for both front-end and the ba ## [URL Tracking](url-tracking.md) Moving and renaming Umbraco documents will lead to URL redirects to be created. + +*** + +## Umbraco Training + +Umbraco HQ offers a full-day training course covering advanced routing, custom page controllers and models, and backoffice integration. The course targets backend ASP.NET MVC developers working with service and application integration on Umbraco. + +[Explore the Application Integration Training Course](https://umbraco.com/training/course-details/application-integration-details/) to learn more about the topics covered and how it can enhance your Umbraco development skills. diff --git a/14/umbraco-cms/reference/security/README.md b/14/umbraco-cms/reference/security/README.md index 2b83bcfd9b1..e22e452a27c 100644 --- a/14/umbraco-cms/reference/security/README.md +++ b/14/umbraco-cms/reference/security/README.md @@ -75,3 +75,11 @@ If you need to reset accounts of every other user while you still have administr ## Other articles related to security * [Health Checks](../../extending/health-check/) + +*** + +## Umbraco Training + +Umbraco HQ offers a full-day training course covering an overview of Transport Layer Security (TLS), understanding threats, two-factor authentication, and more. The course targets frontend and backend developers, designers, and technical users. + +[Explore the Security Training Course](https://umbraco.com/training/course-details/security/) to learn more about the topics covered and how it can enhance your Umbraco development skills. diff --git a/umbraco-cloud/deployment/README.md b/umbraco-cloud/deployment/README.md index d4e42de4c5d..f1ca14aa60b 100644 --- a/umbraco-cloud/deployment/README.md +++ b/umbraco-cloud/deployment/README.md @@ -87,6 +87,6 @@ You are free to update the `name` attribute in the `umbraco-cloud.json` file to ## Umbraco Training -Umbraco HQ offers a full-day training course covering the best practices for developing with Umbraco Cloud. The course targets frontend and backend developers who work or will work with Umbraco Cloud. +Umbraco HQ offers a full-day training course covering best practices for developing with Umbraco Cloud. The course targets frontend and backend developers who currently work or plan to work with Umbraco Cloud. [Explore the Umbraco Cloud Developer Training Course](https://umbraco.com/training/course-details/cloud-developer/) to learn more about the topics covered and how it can enhance your Umbraco development skills. From b78c2840cea9911b22c49d93ac84c02ffda2e112 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:30:45 +0200 Subject: [PATCH 3/5] Update 14/umbraco-cms/tutorials/editors-manual/README.md Co-authored-by: sofietoft --- 14/umbraco-cms/tutorials/editors-manual/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-cms/tutorials/editors-manual/README.md b/14/umbraco-cms/tutorials/editors-manual/README.md index 2aa345f0bfc..26117940141 100644 --- a/14/umbraco-cms/tutorials/editors-manual/README.md +++ b/14/umbraco-cms/tutorials/editors-manual/README.md @@ -42,6 +42,6 @@ Providing a few tips and tricks on how to work with Content using Umbraco. ## Umbraco Training -Umbraco HQ offers a full-day training course that covers an overview of the Umbraco backoffice, workflows, and best practices for managing content and media. The course targets content editors, project managers, and decision makers who want to understand how Umbraco works. +Umbraco HQ offers a training course that covers an overview of the Umbraco backoffice, workflows, and best practices for managing content and media. The course targets content editors, project managers, and decision-makers who want to understand how Umbraco works. [Explore the Umbraco Content Management Training Course](https://umbraco.com/training/course-details/content-management/) to learn more about the topics covered and how it can enhance your Umbraco development skills. From aa7296e7bb3517c0432c52f13a30f4323536eeeb Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:31:17 +0200 Subject: [PATCH 4/5] Update 14/umbraco-cms/customizing/extend-and-customize-editing-experience.md Co-authored-by: sofietoft --- .../customizing/extend-and-customize-editing-experience.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-cms/customizing/extend-and-customize-editing-experience.md b/14/umbraco-cms/customizing/extend-and-customize-editing-experience.md index 7d7c31b15ea..bfe207cc3ea 100644 --- a/14/umbraco-cms/customizing/extend-and-customize-editing-experience.md +++ b/14/umbraco-cms/customizing/extend-and-customize-editing-experience.md @@ -22,6 +22,6 @@ In this section, you will find all the resources you need to build an intuitive ## Umbraco Training -Umbraco HQ offers a full-day training course covering an overview of the backoffice, UX best practices, advanced editor components in AngularJS, and custom applications. The course targets frontend and backend developers familiar with Umbraco who want to extend the UI for editors. +Umbraco HQ offers a training course covering extending and customizing the Umbraco Backoffice to enhance the editing experience. The course targets frontend and backend developers familiar with Umbraco who want to extend the UI for editors. [Explore the Extending the Backoffice Training Course](https://umbraco.com/training/course-details/extending-the-backoffice-details/) to learn more about the topics covered and how it can enhance your Umbraco development skills. From 46b38689b7c9fd7ac86445354f5f7fb477133227 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:31:26 +0200 Subject: [PATCH 5/5] Update 14/umbraco-cms/README.md Co-authored-by: sofietoft --- 14/umbraco-cms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-cms/README.md b/14/umbraco-cms/README.md index ec9096bcfd5..facfb1933f8 100644 --- a/14/umbraco-cms/README.md +++ b/14/umbraco-cms/README.md @@ -36,6 +36,6 @@ The documentation for Umbraco CMS provides information for experienced Umbraco a ## Umbraco Training -Umbraco HQ offers a full-day training course covering Document Types, templating, navigation, and creating forms and collecting data. The course targets frontend and backend developers, designers, and technical users who want to build a website from scratch in Umbraco, +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, [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.