feature: Reorganize notes, and add section descriptions

This commit is contained in:
Keith Solomon
2026-01-25 12:23:41 -06:00
parent 5465665c26
commit 2992c17fd7
8 changed files with 85 additions and 26 deletions

18
templates/sections.json Normal file
View File

@@ -0,0 +1,18 @@
[
{
"name": "Dev Notes",
"description": "Documentation relating to the Dev Notes project."
},
{
"name": "Docs",
"description": "Documentation relating to various aspects of my projects."
},
{
"name": "Infra",
"description": "Network and server documentation."
},
{
"name": "Other",
"description": "Miscellaneous stuff that doesn't fit in other categories."
}
]