From c6f3856d4fdf9a1ef8217be083da01c682d97384 Mon Sep 17 00:00:00 2001 From: DavidLindbom Date: Thu, 13 Jan 2022 13:07:26 +0100 Subject: [PATCH] man.serenityos.org: Include Games section on index page --- Meta/Websites/man.serenityos.org/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/Websites/man.serenityos.org/index.md b/Meta/Websites/man.serenityos.org/index.md index c3b8f14375..8b5ca2ff94 100644 --- a/Meta/Websites/man.serenityos.org/index.md +++ b/Meta/Websites/man.serenityos.org/index.md @@ -3,5 +3,6 @@ - [Section 3: Library functions (basename, isatty, POSIX functions, etc.)](man3/index.html) - [Section 4: Special Files (audio, mem, etc.)](man4/index.html) - [Section 5: File formats (getopt convention, Shell, SystemServer)](man5/index.html) +- [Section 6: Games (2048, Chess, FlappyBug, etc.)](man6/index.html) - [Section 7: Miscellanea (mitigations, sys filesystem, SystemServer, etc.)](man7/index.html) - [Section 8: Sysadmin tools (dmesg, pls, sysctl, useradd, etc.)](man8/index.html)