Skip to content

Commit 6451cce

Browse files
committed
Update image paths from v10 to respective folders
1 parent e8a8e25 commit 6451cce

File tree

47 files changed

+91
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+91
-93
lines changed

13/umbraco-commerce/release-notes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,4 @@ Read the [v13.1.0-RC release post](v13.1.0-rc.md) for further background on this
215215

216216
## Legacy release notes
217217

218-
You can find the release notes for **Vendr** in the [Change log file on GitHub](../../../10/umbraco-commerce/changelog-archive/Vendr-core.md).
218+
You can find the release notes for **Vendr** in the [Change log file on GitHub](https://github.com/umbraco/UmbracoDocs/blob/umbraco-eol-versions/10/umbraco-commerce/changelog-archive/Vendr-core.md).

13/umbraco-deploy/deployment-workflow/restoring-content/partial-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Follow these steps to perform a partial restore to get only the parts you need:
3737
Keep in mind if you select a content node deeper down the tree, all the parents above it, required for the node to exist, will be restored as well.
3838
{% endhint %}
3939

40-
![Partial restore on empty environment](../../../../10/umbraco-deploy/deployment-workflow/restoring-content/images/partialRestore-onEmpty-v9.gif)
40+
![Partial restore on empty environment](images/partialRestore-onEmpty-v9.gif)
4141

4242
Partial Restores on empty environments are especially helpful when you have a large amount of content and media and do not necessarily need it all for the task you need to do.
4343

13/umbraco-deploy/getting-started/cicd-pipeline/ci-cd-github-actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following steps will take you through setting up a build server in Azure Web
1616

1717
1. Go to the Deployment Center.
1818

19-
![Azure deployments](<../../../../10/umbraco-deploy/getting-started/images/Deployment-center (1) (1).png>)
19+
![Azure deployments](../images/Deployment-center.png)
2020

2121
In the Deployment Center we can set up the CI/CD build server. With this example we are going to set up our build server by using GitHub Actions. It is possible to set up the build server however you want as long as it supports executing powershell scripts.
2222

@@ -42,7 +42,7 @@ The website and the GitHub repository are now connected.
4242

4343
If we go back to the GitHub repository we can see that a new folder have been created called Workflows:
4444

45-
![Workflows](<../../../../10/umbraco-deploy/getting-started/images/workflows (1).png>)
45+
![Workflows](../images/workflows.png)
4646

4747
Inside the folder, we find that the YAML file has been created with the default settings from the Azure Portal. The file will need to be configured so it fits into your set up.
4848

@@ -150,11 +150,11 @@ We can now go ahead and commit the configured YAML file and push up all the file
150150
151151
Go to GitHub where you will now be able to see that the CI/CD build has started running:
152152
153-
![Deployment build started](<../../../../10/umbraco-deploy/getting-started/images/Deploying-meta-data (1).png>)
153+
![Deployment build started](../images/Deploying-meta-data.png)
154154
155155
The build server will go through the steps in the YAML file, and once it is done the deployment have gone through successfully:
156156
157-
![Deployment Complete](<../../../../10/umbraco-deploy/getting-started/images/deployment-complete (1) (1).png>)
157+
![Deployment Complete](../images/deployment-complete.png)
158158
159159
You can now start creating content on the local machine. Once you create something like a Document Type, the changes will get picked up in Git.
160160

13/umbraco-forms/developer/contentapps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
They will appear after the default "Design" and "Settings" apps when editing a form in the backoffice:
66

7-
![Umbraco Forms Content App](<../../../10/umbraco-forms/developer/images/content-app (1).png>)
7+
![Umbraco Forms Content App](images/content-app.png)
88

99
A content app such as the following would display only in the forms section:
1010

13/umbraco-forms/developer/custom-markup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ It is also possible to customize the markup for a specific Form.
7979

8080
You will need to create folder using the ID of the Form: `~\Views\Partials\Forms\{FormId}` (find the id of the Form in the URL when you are viewing the Form in the backoffice.)
8181

82-
![Form GUID](../../../10/umbraco-forms/developer/images/form-guid.png)
82+
![Form GUID](images/form-guid.png)
8383

8484
As an example if your Form ID is 0d3e6b2d-db8a-43e5-8f28-36241d712487 then you can overwrite the Form view by adding the `Form.cshtml` file to the directory. Start by copying the default one and then making your custom changes: `~\Views\Partials\Forms\0d3e6b2d-db8a-43e5-8f28-36241d712487\Form.cshtml`.
8585

13/umbraco-forms/developer/rendering-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To enable `ExcludeScripts`:
6565

6666
* Using the **Insert Form with Theme** macro:
6767

68-
![Exclude scripts](../../../10/umbraco-forms/developer/images/exclude-scripts-v9.png)
68+
![Exclude scripts](images/exclude-scripts-v9.png)
6969
* While inserting Forms **directly** in your template:
7070

7171
```csharp

13/umbraco-forms/developer/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If a single start folder is selected, that will act as the root of the tree view
3131

3232
If more than one start folder is selected, they will appear underneath the root of the tree view of forms. The user will have access to only those folders and their descendant folders and forms.
3333

34-
![Start folders](../../../10/umbraco-forms/developer/images/user-start-folders.png)
34+
![Start folders](images/user-start-folders.png)
3535

3636
## User group based permissions
3737

@@ -73,7 +73,7 @@ In introducing the user group based permissions, we've taken care to ensure a mi
7373
* The effective permissions for each user will now be derived from their user groups.
7474
* If you have any exceptions - where a particular user needs a particular combination of permissions that you can't or don't want to provide via the user groups - it's always possible to re-create a user permission record that will take precedence over the group based permissions.
7575

76-
![User group permissions](../../../10/umbraco-forms/developer/images/user-group-permissions.png)
76+
![User group permissions](images/user-group-permissions.png)
7777

7878
## Handling Sensitive Data in Umbraco Forms
7979

13/umbraco-forms/developer/themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public class MyComposer : IComposer
128128

129129
To use a theme with a Form use the "Insert Form" macro where you will be presented with the options of the form you wish to insert along with an option to pick a theme. This displays the list of theme folders found at `Views/Partials/Forms/Themes`.
130130

131-
![Choosing and using a theme](../../../10/umbraco-forms/developer/images/select-a-theme.png)
131+
![Choosing and using a theme](images/select-a-theme.png)
132132

133133
When you are rendering your form directly in your template, you need to specify your theme by filling out the `FormTheme` attribute:
134134

13/umbraco-forms/editor/viewing-and-exporting-entries.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Expand the Form in the tree to view the Entries for each Form.
44

5-
![Tree](../../../10/umbraco-forms/editor/images/tree.png)
5+
![Tree](images/tree.png)
66

77
## Video overview
88

@@ -14,15 +14,15 @@ Watch this video to learn how to manage entries submitted via Umbraco Forms.
1414

1515
When accessing the Entries viewer, you will be able to see all the entries submitted via the Form.
1616

17-
![Entries viewer](../../../10/umbraco-forms/editor/images/EntriesViewer.png)
17+
![Entries viewer](images/EntriesViewer.png)
1818

1919
### Viewing the Entries
2020

2121
By default, the list is filtered to show entries only from the past month. If you want to change the date range, pick the appropriate time period from the date picker. You can also filter the entries by specific words using the Search field on the left.
2222

2323
Clicking on the first field for each record in the list will open the full set of information recorded for the form entry. Next and previous buttons allow you to navigate through the entry list.
2424

25-
![Filter](../../../10/umbraco-forms/editor/images/Filter.png)
25+
![Filter](images/Filter.png)
2626

2727
### Editing the Entries
2828

@@ -38,10 +38,10 @@ To export all the entries from your Form:
3838
2. Navigate to the **Entries** you wish to export.
3939
3. Click **Export** in the top-right corner of the screen.
4040

41-
<figure><img src="../../../10/umbraco-forms/editor/images/Export.png" alt=""><figcaption></figcaption></figure>
41+
<figure><img src="images/Export.png" alt=""><figcaption></figcaption></figure>
4242
4. The Export dialog opens. Choose a format such as Microsoft Excel to export the Form records to.
4343

44-
<figure><img src="../../../10/umbraco-forms/editor/images/ExportAllDialog.png" alt=""><figcaption></figcaption></figure>
44+
<figure><img src="images/ExportAllDialog.png" alt=""><figcaption></figcaption></figure>
4545
5. Click **Done**.
4646

4747
If you have fields that allow the user to upload files within your form, you will also have the option to download a zip file containing these files. You can either download the files in the structure that they are stored on the web server's disk. Or you can download them organised by entry, so it's easier to match up the entry listed in the spreadsheet download with the uploaded file(s).
@@ -54,7 +54,7 @@ When selecting entries, it is possible to execute Actions. To select an entry, c
5454
Clicking on the _Name_ opens a view where you can see the entire entry details.
5555
{% endhint %}
5656

57-
![Record bulk actions](../../../10/umbraco-forms/editor/images/BulkActions.png)
57+
![Record bulk actions](images/BulkActions.png)
5858

5959
Select at least 1 record to see the available actions in the top-right corner. By default, there are 3 possible actions:
6060

Binary file not shown.

0 commit comments

Comments
 (0)