Compare commits

...

1 Commits

Author SHA1 Message Date
Teffen Ellis
c4064ee8b9 Flesh out auto-categories. 2025-11-19 17:11:58 +01:00
2 changed files with 141 additions and 856 deletions

View File

@@ -0,0 +1,14 @@
/**
* @type {ReadonlyArray<readonly [string, string]>}
*/
export default [
["core", "Core Concepts"],
["enterprise", "Enterprise"],
["install-config", "Installation and Configuration"],
["add-secure-apps", "Add and Secure Applications"],
["customize", "Customize your instance"],
["users-sources", "Manage Users and Sources"],
["sys-mgmt", "System Management"],
["security", "Security"],
["troubleshooting", "Troubleshooting"],
];

File diff suppressed because it is too large Load Diff