mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
Meta: Convert new help page link styles for the man page website
The special URL links (help://man) and the application opening links now work on the man page website. While the page links are translated correctly, the application launch can't be implemented. For this reason, an explanatory error page is shown instead.
This commit is contained in:
parent
98c0c5e9e6
commit
9e471353dd
4 changed files with 13 additions and 1 deletions
|
@ -97,6 +97,11 @@ pandoc -f gfm -t html5 -s \
|
|||
--metadata title="SerenityOS man pages" \
|
||||
-o output/index.html \
|
||||
Meta/Websites/man.serenityos.org/index.md
|
||||
pandoc -f gfm -t html5 -s \
|
||||
-B Meta/Websites/man.serenityos.org/banner-preamble.inc \
|
||||
--metadata title="Can't run applications" \
|
||||
-o output/cant-run-application.html \
|
||||
Meta/Websites/man.serenityos.org/cant-run-application.md
|
||||
|
||||
# Copy pre-made files
|
||||
cp Meta/Websites/man.serenityos.org/banner.png output/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue