From 66ecf1c07cd8fc72c1a851a12da4e9a98e0913da Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Wed, 22 Oct 2025 15:30:35 -0400 Subject: [PATCH 1/2] feat: add additional contextual menu options - Add cursor, vscode, and mcp as development tool options - Add perplexity as an additional AI assistant option - Expand the available contextual menu choices for better developer experience --- docs.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 9ef36db465..d442d6fa23 100644 --- a/docs.json +++ b/docs.json @@ -31,8 +31,12 @@ "options": [ "copy", "view", + "cursor", + "vscode", + "mcp", "chatgpt", - "claude" + "claude", + "perplexity" ] }, "navbar": { From 42929f9d00b7b288a396896c256869df9736dca3 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Wed, 22 Oct 2025 17:02:48 -0400 Subject: [PATCH 2/2] refactor: remove unused AI assistant options from docs.json - Removed "chatgpt", "claude", and "perplexity" from the development tools list in the documentation. - Retained "mcp" as the only AI assistant option for clarity and focus. --- docs.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs.json b/docs.json index d442d6fa23..fe31f0648f 100644 --- a/docs.json +++ b/docs.json @@ -33,10 +33,7 @@ "view", "cursor", "vscode", - "mcp", - "chatgpt", - "claude", - "perplexity" + "mcp" ] }, "navbar": {