1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-21 14:50:12 +03:00

7 Commits

Author SHA1 Message Date
Frantisek Sumsal
e994e8745b docs: use absolute links for our pages
Since 56b2970 has proven to be a no-go for us, as it breaks existing
links, let's embrace the trailing slash and use absolute links
everywhere for our pages. This way we'll get around browser cleverly
appending the relative link to the current location (since it ends with
a slash), and given our docs/ layout is flat it's not much of a hassle
either.

Converted using this beauty:
  $ sed -ri 's/(\[.+\]\()([A-Z_]+\))/\1\/\2/g' *.md

Resolves: #32088 (again) and #32310

Based on the original commit 0d592a5 (using the sed above), since there
were many changes to the website contents between v255-stable and the
main branch.
2024-04-18 12:21:21 +02:00
hulkoba
41f22a15e4 docs/INCOMPABILITIES: format text
(cherry picked from commit 4601153cbe0aebfaa44a9c46a40b7671b7c243e2)
2024-04-17 17:54:18 +02:00
Yu Watanabe
3ade732e72 docs: fix typo
(cherry picked from commit 16a52db48817dd87466ccc0e78579dc0c1b8e6ed)
2024-02-26 13:22:06 +00:00
Zbigniew Jędrzejewski-Szmek
ebc4066c72 docs: drop .md suffixes again
(cherry picked from commit 1b4dc2ea284991b407ad3d71f70ec949f6602a0a)
2024-02-26 13:22:05 +00:00
Zbigniew Jędrzejewski-Szmek
224de3b487 Revert "docs: use collections to structure the data"
This reverts commit 5e8ff010a1436d33bbf3c108335af6e0b4ff7a2a.

This broke all the URLs, we can't have that. (And actually, we probably don't
_want_ to make the change either. It's nicer to have all the pages in one
directory, so one doesn't have to figure out to which collection the page
belongs.)

(cherry picked from commit 8e3fee33afed8cb6a0945288f4773363a4d68912)
2024-02-26 13:21:18 +00:00
hulkoba
9b7c3e94ad docs: use collections to structure the data
(cherry picked from commit 5e8ff010a1436d33bbf3c108335af6e0b4ff7a2a)
2024-02-22 12:30:59 +01:00
hulkoba
823a7a31ca docs: add Manuals and Documentation for Users and Administrators
(cherry picked from commit 6b2a2776242ede62bf37bbdf85bdaa738a3aaba2)
2024-02-22 12:28:51 +01:00