feat: add link to article version history and our community
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 1m13s

Also some layout tweaks to make it prettier.
This commit is contained in:
2025-07-07 17:33:21 -07:00
parent 50efbb4864
commit 85121fa179
3 changed files with 27 additions and 5 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"],
}