From 6472ad65a5b1fe2c1e0c54ce81c465067c292bc5 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Tue, 19 May 2026 16:50:47 -0400
Subject: [PATCH] examples: Added categories list, so "advanced" comes after
"basics".
---
examples/categories.txt | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 examples/categories.txt
diff --git a/examples/categories.txt b/examples/categories.txt
new file mode 100644
index 00000000..5afc97ee
--- /dev/null
+++ b/examples/categories.txt
@@ -0,0 +1,8 @@
+# Blank lines and lines that start with '#' in this file are ignored.
+
+# Categories, by directory name, go in here, in the order they should be
+# listed on the main page. If this file is missing, it'll assume any
+# subdirectory is a category and sort them alphabetically.
+
+basics
+advanced