0265afa054
Import the runnable game code, content, docs, scripts, and repo guidance while leaving local agent state, dependency installs, build output, and backup copies out of the published tree.
30 lines
612 B
JSON
30 lines
612 B
JSON
{
|
|
"categories": [
|
|
{
|
|
"id": "access",
|
|
"label": "Access & Authentication",
|
|
"articles": ["ssh-keys", "ssh-access-controls"]
|
|
},
|
|
{
|
|
"id": "web",
|
|
"label": "Web Services",
|
|
"articles": ["nginx-config"]
|
|
},
|
|
{
|
|
"id": "storage",
|
|
"label": "Storage & Logs",
|
|
"articles": ["disk-logs"]
|
|
},
|
|
{
|
|
"id": "sysadmin",
|
|
"label": "System Administration",
|
|
"articles": ["file-permissions", "cron-jobs", "time-sync"]
|
|
},
|
|
{
|
|
"id": "packages",
|
|
"label": "Package Management",
|
|
"articles": ["package-management"]
|
|
}
|
|
]
|
|
}
|