docs.rancherdesktop.io icon indicating copy to clipboard operation
docs.rancherdesktop.io copied to clipboard

Use relative links to jump to other docs pages

Open jandubois opened this issue 1 year ago • 0 comments

There are a bunch of absolute URLs in the docs that will always jump to the "latest" version of a page, even when you are browsing the docs for a specific older version.

$ ag -G '.*.md' "\\(https://docs.rancherdesktop.io"
faq.md
29:Learn more about [Rancher Desktop](https://docs.rancherdesktop.io/).
197:3. Uninstall the current version by following [uninstallation instructions](https://docs.rancherdesktop.io/getting-started/installation) for your OS.

how-to-guides/generating-deployment-profiles.md
9:Deployment Profiles are a way of both providing first-time default settings for Rancher Desktop, and locking down any or all of the application settings. The purpose of this guide is to demonstrate how to create deployment profiles. General information about deployment profiles are further detailed in [Getting Started > Deployment Profiles](https://docs.rancherdesktop.io/getting-started/deployment).

how-to-guides/traefik-ingress-example.md
33:  Some Linux distributions don't allow listening to priviliged ports by default, please see the documentation on [Traefik port binding access](https://docs.rancherdesktop.io/getting-started/installation/#traefik-port-binding-access) to authorize ports if necessary.

how-to-guides/mirror-private-registry.md
16:Below is an example [provisioning script](https://docs.rancherdesktop.io/how-to-guides/provisioning-scripts/#macos--linux) that can be used to mirror private registries.
48:Below is an example [provisioning script](https://docs.rancherdesktop.io/how-to-guides/provisioning-scripts/#macos--linux) that can be used to mirror private registries.
81:Ensure that you have initialized the application with a first run in order to create the `\provisioning\` directory. Once created, [provisioning scripts](https://docs.rancherdesktop.io/how-to-guides/provisioning-scripts/#windows) can be utilized to mirror private registries using a `.start` file.

how-to-guides/using-testcontainers.md
46:#### [QEMU](https://docs.rancherdesktop.io/ui/preferences/virtual-machine/emulation#qemu)
51:This runtime can be used with administrative access enabled which can be set via the [**Preferences > Application > General**](https://docs.rancherdesktop.io/ui/preferences/application/general) dialog. This will ensure that routable IP's are allocated.
61:#### [VZ](https://docs.rancherdesktop.io/ui/preferences/virtual-machine/emulation#vz)
66:This runtime can be used with administrative access enabled which can be set via the [**Preferences > Application > General**](https://docs.rancherdesktop.io/ui/preferences/application/general) dialog. This will ensure that routable IP's are allocated.

ui/port-forwarding.md
45:Please see [Traefik Port Binding Access](https://docs.rancherdesktop.io/getting-started/installation/#traefik-port-binding-access) to configure ports at the operating system level.

ui/preferences/application/general.md
23:If a new release is available, it will be downloaded upon restart and you will see a section denoted `Update Available` from the main [General](https://docs.rancherdesktop.io/ui/general) tab with a `Restart` button that can be clicked to have the newest version applied. A copy of the latest version’s release notes will be displayed via dropdown as well.
42:If a new release is available, it will be downloaded upon restart and you will see a section denoted `Update Available` from the main [General](https://docs.rancherdesktop.io/ui/general) tab with a `Restart` button that can be clicked to have the newest version applied. A copy of the latest version’s release notes will be displayed via dropdown as well.
61:If a new release is available, it will be downloaded upon restart and you will see a section denoted `Update Available` from the main [General](https://docs.rancherdesktop.io/ui/general) tab with a `Restart` button that can be clicked to have the newest version applied. A copy of the latest version’s release notes will be displayed via dropdown as well.

ui/preferences/virtual-machine/network.md
26:If you need access to port `53`, or do not wish to make use of routable IP adresses, then you can achieve this by disabling [`Administrative Access`](https://docs.rancherdesktop.io/ui/preferences/application/general#administrative-access) from the *Preferences* dialog. Using `vmnet` requires starting a daemon via `sudo`, and with administrative access removed this will free port `53` from the `mDNSResponder` daemon.

ui/snapshots.md
63:All commands available through the user interface are also available using the `rdctl snapshot` command. Please see the [reference page](https://docs.rancherdesktop.io/references/rdctl-command-reference) for more information.

jandubois avatar Mar 12 '24 20:03 jandubois