Skip to content

Commit 85e2b46

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-117: Added back product dependencies article to fix broken links
1 parent 468043a commit 85e2b46

File tree

31 files changed

+136
-97
lines changed

31 files changed

+136
-97
lines changed
72.4 KB
Loading

umbraco-cloud/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101

102102
* [Manage Product Upgrades](optimize-and-maintain-your-site/manage-product-upgrades/README.md)
103103
* [Product Upgrades](optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/README.md)
104+
* [Product Dependencies](optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/product-dependencies.md)
104105
* [Major Upgrades](optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/major-upgrades.md)
105106
* [Minor Upgrades](optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/minor-upgrades.md)
106107
* [Version Specific Upgrades](optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/version-specific-upgrades/README.md)

umbraco-cloud/begin-your-cloud-journey/project-features/external-login-providers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Make sure you have set up a tenant or organization in the provider.
5353
2. Locate the Microsoft Entra ID and enter your tenant.
5454
3. Select **Add**.
5555

56-
![Select Add and then choose App Registration to start registering your app](../../set-up/images/elp-azure-2.png)
56+
![Select Add and then choose App Registration to start registering your app](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/elp-azure-2.png)
5757

5858
4. Choose **App registration**.
5959
5. Register your app.
@@ -83,7 +83,7 @@ If you're working with an enterprise or a custom setup, ensure the email claim i
8383
2. Navigate to **Applications**.
8484
3. Select **Create Application**.
8585

86-
![Select Create Application to get started](../../set-up/images/elp-oauth-1.png)
86+
![Select Create Application to get started](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/elp-oauth-1.png)
8787

8888
4. Give the application a name and select **Regular Web Application**.
8989
5. Go to the **Settings** section.
@@ -160,7 +160,7 @@ The **alias** must be unique across different login providers in the same enviro
160160
2. Scroll down to find the **Application URIs**.
161161
3. Add the Redirect URI to the **Allowed Callback URLs**.
162162

163-
![Add the Redirect URI to the Allowed Callback URLs](../../set-up/images/elp-oauth-4.png)
163+
![Add the Redirect URI to the Allowed Callback URLs](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/elp-oauth-4.png)
164164

165165
13. Add more Redirect URIs if needed.
166166
{% endtab %}

umbraco-cloud/begin-your-cloud-journey/project-features/multi-factor-authentication-on-cloud.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ To enable MFA, follow these steps:
2424

2525
1. Go to your **Profile** on Umbraco Cloud.
2626
2. Click **Edit Profile** in the **Profile Settings** section.
27-
3. Select the desired **Multifactor Authentication Method** from the drop-down list. ![Edit Profile MFA](../../set-up/images/Edit_Profile_MFA.png)
27+
3. Select the desired **Multifactor Authentication Method** from the drop-down list. ![Edit Profile MFA](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Edit_Profile_MFA.png)
2828
4. Follow the steps shown below to enable MFA.
2929

3030
### Email Authentication
3131

3232
You will get an email with a code that you need to enter when logging in through the Umbraco Cloud portal or the backoffice.
3333

34-
![Email authentication](../../set-up/images/email-auth.png)
34+
![Email authentication](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/email-auth.png)
3535

3636
### Authenticator App
3737

3838
You have the option to use an Authenticator App when logging in to the Umbraco Cloud Portal or the Umbraco Backoffice.
3939

4040
You can use the Microsoft Authenticator App for both iOS and Android or any other authenticator app of your choice.
4141

42-
![Authenticator app](../../set-up/images/auth-app.png)
42+
![Authenticator app](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/auth-app.png)
4343

4444
In case you want to reset the authenticator app settings for your user, an administrator in your Umbraco Cloud organization can do this. It may be relevant if you want to use another authenticator app on your current phone or transfer the authentication process to another device.
4545

umbraco-cloud/begin-your-cloud-journey/project-features/users-on-cloud.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To invite a User you need to do the following:
4141
3. Click on the **Invite User** button.
4242
4. Enter the **Name**, **Email**, add a User Group to assign access and permissions, and enter a new **Message** for the invitation.
4343

44-
![Invite User](../../set-up/images/invite_user.png)
44+
![Invite User](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/invite_user.png)
4545

4646
### Accept invitation
4747

@@ -51,7 +51,7 @@ If the invited person already has a user on Umbraco Cloud they will be able to s
5151

5252
If the User being invited does not have a User on Umbraco Cloud, they will receive an email asking them to create one.
5353

54-
![New User Invitation](../../set-up/images/New_user.png)
54+
![New User Invitation](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/New_user.png)
5555

5656
Once the User has been created, it is now possible for them to log in to the Umbraco Cloud portal.
5757

@@ -82,11 +82,11 @@ To create a User Group, go to the **Users** section of the backoffice.
8282

8383
1. Click on "Groups" in the right corner, from here you are able to either create a new User Group or edit an existing one.
8484

85-
![User Groups](../../set-up/images/Users.png)
85+
![User Groups](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Users.png)
8686
2. Click "Create group"
8787
3. Scroll down and go to the "Content" heading in the "Default permissions" section. Here you can see three options:
8888

89-
![User Groups](../../set-up/images/default_permisions-v10.png)
89+
![User Groups](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/default_permisions-v10.png)
9090
4. Decide whether the users in the new User Group can restore items for the whole workspace, restore items for a tree, or partially restore items and click **Save**.
9191

9292
To edit an already existing User Group:
@@ -102,11 +102,11 @@ You can set the permission when you are creating or editing an existing User Gro
102102

103103
1. Add the setting for Granular permission for your content nodes at the bottom of the User Group.
104104

105-
![Granular permission](../../set-up/images/Granular.png)
105+
![Granular permission](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Granular.png)
106106
2. Click "Add".
107107
3. Choose the content node which you want to set the Granular settings for.
108108

109-
![Granular content node](../../set-up/images/Granular_node.png)
109+
![Granular content node](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Granular_node.png)
110110
4. Set permissions for restore, partial restore, and queueing content for transfer.
111111

112-
![Granular permission](../../set-up/images/Granular_permission-v10.png)
112+
![Granular permission](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Granular_permission-v10.png)

umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/manage-environments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ To add an environment:
3030

3131
1. Click **Configure environments**.
3232

33-
![Adding an environment](../../set-up/images/environments-overview-new.png)
33+
![Adding an environment](../set-up-your-project/project-settings/images/environments-overview-new.png)
3434

3535
2. Click **Create environment**.
3636

37-
![Create environment](../../set-up/images/create-environment.png)
37+
![Create environment](../set-up-your-project/project-settings/images/create-environment.png)
3838

3939
3. Choose an **Environment name**.
4040
4. Click **Confirm**.
@@ -49,6 +49,6 @@ To remove an environment:
4949
2. Click on the three dots.
5050
3. Click **Delete**.
5151

52-
![Deleting an environment](../../set-up/images/delete-environment.png)
52+
![Deleting an environment](../set-up-your-project/project-settings/images/delete-environment.png)
5353

5454
It may take a few minutes for Cloud to set up the changes after adding or removing an environment.

umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ The CI/CD process for Umbraco projects involves some key steps, from code develo
4040
4. **Umbraco Cloud API**: The customer pipeline uploads the source packed as a zip file to Umbraco Cloud API.
4141
5. **Umbraco cloud repository**: The deployments start which triggers the queueing of the build in Umbraco services. It then pushed the Umbraco Cloud repository to the left-most mainline environment. And if a live environment, the website has been updated.
4242

43-
![Basic overview](../../../set-up/images/NewBasicFlow.png)
43+
![Basic overview](../../../release-notes/images/NewBasicFlow.png)
4444

4545
In a bit more detail the flow will look like this from a pipeline perspective.
4646

47-
![Detailed overview](../../../set-up/images/NewAdvancedFlow.png)
47+
![Detailed overview](../../set-up-your-project/project-settings/images/NewAdvancedFlow.png)
4848

4949
## Next Steps: Dive into the Documentation
5050

umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/samplecicdpipeline/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In Umbraco Cloud only C# code is built, and all frontend artifacts need to be bu
2020

2121
You can use Azure DevOps as an external repository and with the pipelines, it will automatically keep your Azure DevOps source code repository in sync. The sync is done with the git repository of Umbraco Cloud of the development environment.
2222

23-
![UmbracoCloud CI/CD sample pipeline](../../../../set-up/images/UmbracoCloudCicdSample.png)
23+
![UmbracoCloud CI/CD sample pipeline](../../../set-up-your-project/project-settings/images/UmbracoCloudCicdSample.png)
2424

2525
## Setting Up an Umbraco Cloud Project
2626

@@ -61,7 +61,7 @@ The API key is tied to the specific project for which it is generated. Make sure
6161
With the feature enabled a button called "CI/CD Environment Targets" becomes available. Clicking the button will show a modal with your environments and their aliases.\
6262
Next to the environment alias is a button you can click to copy the alias.
6363

64-
<figure><img src="../../../../set-up/images/cicd-target-environments.webp" alt=""><figcaption><p>"Umbraco CI/CD Flow" section on the Advanced page.</p></figcaption></figure>
64+
<figure><img src="../../../set-up-your-project/project-settings/images/cicd-target-environments.webp" alt=""><figcaption><p>"Umbraco CI/CD Flow" section on the Advanced page.</p></figcaption></figure>
6565

6666
{% hint style="info" %}
6767
If the alias is greyed out it is currently not a valid target through the Umbraco CI/CD flow api.

umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/samplecicdpipeline/azure-devops-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ The pipeline needs to know which Umbraco Cloud project to deploy to. In order to
144144

145145
* On the next screen click on "Existing Azure Pipelines YAML file"
146146

147-
<figure><img src="../../../../set-up/images/Pipeline3.png" alt=""><figcaption><p>Configure pipeline with existing YAML file</p></figcaption></figure>
147+
<figure><img src="../../../set-up-your-project/project-settings/images/Pipeline3.png" alt=""><figcaption><p>Configure pipeline with existing YAML file</p></figcaption></figure>
148148

149149
* Select `main` (or `master` if you did not change the branch name) in Branch
150150
* Select `/devops/azure-release-pipeline.yaml` in Path and continue
151151

152-
<figure><img src="../../../../set-up/images/Pipeline4.png" alt=""><figcaption><p>Select Branch and Path</p></figcaption></figure>
152+
<figure><img src="../../../set-up-your-project/project-settings/images/Pipeline4.png" alt=""><figcaption><p>Select Branch and Path</p></figcaption></figure>
153153

154154
* Now you are on the "Review your pipeline YAML" screen
155155
* Replace the `##Your project Id here##` with the Project Id you got from Umbraco Cloud Portal

umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/samplecicdpipeline/azure-devops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ You will also need the alias of the environment you want to target. [This articl
152152

153153
* On the next screen click on "Existing Azure Pipelines YAML file"
154154

155-
<figure><img src="../../../../set-up/images/Pipeline3.png" alt=""><figcaption><p>Configure pipeline with existing YAML file</p></figcaption></figure>
155+
<figure><img src="../../../set-up-your-project/project-settings/images/Pipeline3.png" alt=""><figcaption><p>Configure pipeline with existing YAML file</p></figcaption></figure>
156156

157157
* Select `main` (or `master` if you did not change the branch name) in Branch
158158
* Select `/devops/azure-release-pipeline.yaml` in Path and continue
159159

160-
<figure><img src="../../../../set-up/images/Pipeline4.png" alt=""><figcaption><p>Select Branch and Path</p></figcaption></figure>
160+
<figure><img src="../../../set-up-your-project/project-settings/images/Pipeline4.png" alt=""><figcaption><p>Select Branch and Path</p></figcaption></figure>
161161

162162
* Now you are on the "Review your pipeline YAML" screen
163163
* Replace the `##Your project Id here##` with the Project Id you got from Umbraco Cloud Portal

0 commit comments

Comments
 (0)