1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 09:27:45 +00:00

Meta: Improve man.serenityos.org titles and link names

Index page:
- Change links from "Man 1" to "Section 1"

Section index pages:
- Change title from "1" to "Section 1 - SerenityOS man pages"
- Change links from "foo" to "foo(1)"

Man pages:
- Change title from "foo" to "foo(1) - SerenityOS man pages"
This commit is contained in:
Linus Groh 2021-05-07 18:07:27 +01:00 committed by Andreas Kling
parent d2b6148787
commit 867072c7d8
2 changed files with 23 additions and 14 deletions

View file

@ -6,12 +6,12 @@
<body>
<img src="banner.png" alt="SerenityOS">
<h1>SerenityOS man pages</h1>
<a href="1/"><p>Man 1</p></a>
<a href="2/"><p>Man 2</p></a>
<a href="3/"><p>Man 3</p></a>
<a href="4/"><p>Man 4</p></a>
<a href="5/"><p>Man 5</p></a>
<a href="7/"><p>Man 7</p></a>
<a href="8/"><p>Man 8</p></a>
<a href="1/"><p>Section 1</p></a>
<a href="2/"><p>Section 2</p></a>
<a href="3/"><p>Section 3</p></a>
<a href="4/"><p>Section 4</p></a>
<a href="5/"><p>Section 5</p></a>
<a href="7/"><p>Section 7</p></a>
<a href="8/"><p>Section 8</p></a>
</body>
</html>