Skip to content

Commit 68d68b3

Browse files
committed
Move licensing to support section.
1 parent 0982960 commit 68d68b3

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tutorials/index
5151
If you have a feature request or bug to report you can open a new ticket. The pages below has all the information on how to collect relevant log files.
5252

5353
- [Cyberduck Support](cyberduck/support.md)
54-
- [Mountain Duck Support](mountainduck/support.md)
54+
- [Mountain Duck Support](mountainduck/support/index.md)
5555
- [CLI Support](cli/support.md)
5656

5757
<img src="_images/cyberduck-icon-64.png" alt="Cyberduck Application Icon" height="64px"> [Cyberduck](cyberduck/index.md)

mountainduck/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ versions
1414
cryptomator
1515
preferences
1616
issues/index
17-
support
17+
support/index
1818
:::
1919

2020
Cyberduck for mounting volumes in the file explorer is available for Mac & Windows.
@@ -25,7 +25,7 @@ Cyberduck for mounting volumes in the file explorer is available for Mac & Windo
2525

2626
Refer to our installation instructions.
2727

28-
## [Licensing](installation/licensing.md)
28+
## [Licensing](support/licensing.md)
2929

3030
Refer to our licensing FAQ.
3131

mountainduck/installation/index.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
Installation
22
====
33

4-
:::{toctree}
5-
:hidden:
6-
:titlesonly:
7-
8-
licensing
9-
:::
10-
114
:::::{tabs}
125
::::{group-tab} macOS
136

@@ -84,7 +77,7 @@ Requires *.NET Framework 4.7.2.* If the {download}`.Net Framework installation<h
8477

8578
## Registration Key
8679

87-
Double-click the file `.mountainducklicense` to apply the license and register Mountain Duck. Alternatively, you can copy the key file to the [application support folder](../support.md#application-support-folder).
80+
Double-click the file `.mountainducklicense` to apply the license and register Mountain Duck. Alternatively, you can copy the key file to the [application support folder](../support/index.md#application-support-folder).
8881

8982
:::::{tabs}
9083
::::{group-tab} macOS
@@ -127,11 +120,11 @@ For troubleshooting purposes when reaching out for support, please share the lat
127120

128121
## Installation with Device Management Software
129122

130-
You can distribute Mountain Duck with the help of Active Directory or a system management tool like Intune on Windows or JAMF on macOS and copy the license file into the [application support folder](../support.md#application-support-folder) after installing Mountain Duck. Installation packages are provided in MSI (Windows) and PKG (macOS) formats.
123+
You can distribute Mountain Duck with the help of Active Directory or a system management tool like Intune on Windows or JAMF on macOS and copy the license file into the [application support folder](../support/index.md#application-support-folder) after installing Mountain Duck. Installation packages are provided in MSI (Windows) and PKG (macOS) formats.
131124

132125
### Defaults
133126

134-
- Add preconfigured connection profiles and bookmarks this way by copying the connection profile file (`.cyberduckprofile`) into the *Profiles* folder or the bookmark file (`.duck`) into the *Bookmarks* folder within the [application support folder](../support.md#application-support-folder).
127+
- Add preconfigured connection profiles and bookmarks this way by copying the connection profile file (`.cyberduckprofile`) into the *Profiles* folder or the bookmark file (`.duck`) into the *Bookmarks* folder within the [application support folder](../support/index.md#application-support-folder).
135128
- Share default settings by using the [default.properties file](../preferences.md#hidden-configuration-options).
136129

137130
## Uninstall

mountainduck/issues/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,4 @@ Volumes mounted with Mountain Duck cannot be used by *Windows Backup*. It can on
366366

367367
## Bug Reports and Feature Requests
368368

369-
To get help with bugs, feature requests, or other issues please refer to [support](../support.md).
369+
To get help with bugs, feature requests, or other issues please refer to [support](../support/index.md).

mountainduck/preferences.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Enable to prevent conflicting edits when accessing documents from a shared envir
5555

5656
### Mount Location
5757

58-
Volumes are mounted in the *Volumes* folder in the [application support directory](support.md). You can change the default to another folder that is writable.
58+
Volumes are mounted in the *Volumes* folder in the [application support directory](support/index.md#application-support-folder). You can change the default to another folder that is writable.
5959

6060
:::{admonition} Mac App Store
6161
:class: attention
@@ -72,7 +72,7 @@ The default is set to `~/Library/Application Support/Mountain Duck/Volumes`. The
7272
::::{tabs}
7373
:::{group-tab} macOS
7474

75-
Change the location where to store cache files required for offline access. By default the *Cache* folder is in the [application support directory](support.md). The disk must be formatted as HFS+ or APFS.
75+
Change the location where to store cache files required for offline access. By default the *Cache* folder is in the [application support directory](support/index.md#application-support-folder). The disk must be formatted as HFS+ or APFS.
7676

7777
:::
7878
:::{group-tab} Windows

mountainduck/support.md renamed to mountainduck/support/index.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Support
22
====
33

4+
:::{toctree}
5+
:hidden:
6+
:titlesonly:
7+
8+
licensing
9+
:::
10+
411
## Application Support Folder
512

613
Inside the application support folder, the application saves files needed for their operations e.g. settings, log data, history files, etc.
@@ -22,7 +29,7 @@ You can reach the application support folder by navigating to `%AppData%\Cyberdu
2229

2330
## Bug Reports and Feature Requests
2431

25-
[Open a new ticket](mailto:[email protected]) to report bugs you experience or features you'd like to have added. Make sure to add a detailed description of the issue including the operating system, the used protocol, the used version of Mountain Duck, and the [connection mode](preferences.md#connect-mode).
32+
[Open a new ticket](mailto:[email protected]) to report bugs you experience or features you'd like to have added. Make sure to add a detailed description of the issue including the operating system, the used protocol, the used version of Mountain Duck, and the [connection mode](../preferences.md#connect-mode).
2633

2734
### Logging Output
2835

0 commit comments

Comments
 (0)