[docs] start building more comprehensive documentation

About half and half AI generated stuff and manually curated, but it's a
pretty good start.

Add a helpful markdown addon to the workspace.
This commit is contained in:
Travis Geiselbrecht
2025-07-09 23:31:23 -07:00
parent 5cd783b831
commit c79960a48c
9 changed files with 1271 additions and 44 deletions

View File

@@ -23,13 +23,17 @@
"**/.cache": true,
"**/.clangd": true,
"build-*": true,
},
"markdownlint.config": {
"MD024": { "siblings_only": true },
}
},
"extensions": {
"recommendations": [
"mkornelsen.vscode-arm64",
"llvm-vs-code-extensions.vscode-clangd",
"sunshaoce.risc-v"
"sunshaoce.risc-v",
"davidanson.vscode-markdownlint"
]
}
}