From 82a17e4282b4d91676c0c47d3a1072397c715310 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Fri, 14 Nov 2025 12:45:50 -0500 Subject: [PATCH] chore: Update footer to include Gitea link and format contextual options --- docs.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs.json b/docs.json index 05efcda..e6a9272 100644 --- a/docs.json +++ b/docs.json @@ -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/" } } -} +} \ No newline at end of file