Commit Graph

5 Commits

Author SHA1 Message Date
Allie Sadler 4d3915ea54
4.11 doc additions (#15200)
* 4.11 doc additions

* add theme settings

* nested virtualization changes

* tweaks

* toc update and support note

* fix broken links

* user flag

* further review changes

* review changes

* update toc

* toc update

* capital fix

* review changes
2022-07-28 16:10:22 +01:00
Sebastiaan van Stijn 22c2d4f57d
dd: add missing redirect for old content
Adds redirects for content that was removed in cab9f914bf

I tried to pick the most logical location, or following existing redirects (some of them
I wasn't sure about, e.g. most of the old "landing" page URLs looked to be redirected to
"get-started", not "desktop overview").

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-27 19:42:25 +02:00
Allie Sadler e29b9691ae
global troubleshoot section for DD (#15173)
* global troubleshoot section for DD

* tidy up

* fix links

* fix links

* tidy up

* tidy up
2022-07-20 14:48:46 +01:00
Sebastiaan van Stijn 7b7a947b9d
desktop: settings: fix some trailing whitespace
Looks like these were not intentional

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-15 13:28:03 +02:00
Sebastiaan van Stijn a9b15d6253
desktop: settings: remove "-settings" suffix from URLs
The "-settings" suffix in the URL duplicated the "/settings/" directory
in the URL, which made it redundant.

Using "/mac/", "/windows/" and "/linux/" keeps the URLs shorter, more
memorable, and more consistent with other locations, making it easier
to "guess" the URL when navigating using the browser's location bar.

No redirects were added, because the "-settings" pages have not yet
been published.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-15 12:57:14 +02:00