Add claude to open in context menu in pages

This commit is contained in:
Diego Ripley
2026-02-24 09:29:04 -05:00
parent ff84741547
commit 877899dc54
+6 -6
View File
@@ -26,11 +26,11 @@ enableInlineShortcodes: true
enableEmoji: true enableEmoji: true
outputs: outputs:
home: [html, rss, markdown] home: [html, rss]
page: [html, rss, markdown] page: [html, rss, markdown]
rss: [rss] rss: [rss]
section: [html, rss, markdown] section: [html, rss, markdown]
taxonomy: [html, rss, markdown] taxonomy: [html, rss]
term: [html, rss, markdown] term: [html, rss, markdown]
menu: menu:
@@ -81,12 +81,12 @@ params:
contextMenu: contextMenu:
enable: true enable: true
links: links:
- name: "Open in ChatGPT" - name: "Ask ChatGPT"
url: "https://chatgpt.com/?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page" url: "https://chatgpt.com/?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page"
icon: "sparkles" icon: "sparkles"
#- name: "Open in Claude" - name: "Ask Claude"
# url: "https://claude.ai/new?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page" url: "https://claude.ai/new?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page"
# icon: "bolt" icon: "puzzle"
navbar: navbar:
displayTitle: true displayTitle: true