chore: Update footer to include Gitea link and format contextual options

This commit is contained in:
Peter Wood
2025-11-14 12:45:50 -05:00
parent c6eb26037b
commit 82a17e4282

View File

@@ -99,19 +99,20 @@
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"footer": {
"socials": {
"github": "https://github.com/acedanger"
"github": "https://github.com/acedanger",
"gitea": "https://git.ptrwd.com/peterwood/stocks/"
}
}
}