Apparently you need to have markdown output to use the context menu

This commit is contained in:
Diego Ripley
2026-02-24 07:37:59 -05:00
parent 610835c024
commit 785f69e5d9
+8 -9
View File
@@ -26,12 +26,12 @@ enableInlineShortcodes: true
enableEmoji: true enableEmoji: true
outputs: outputs:
home: [html, rss] home: [html, rss, markdown]
page: [html, rss] page: [html, rss, markdown]
rss: [rss] rss: [rss]
section: [html, rss] section: [html, rss, markdown]
taxonomy: [html, rss] taxonomy: [html, rss, markdown]
term: [html, rss] term: [html, rss, markdown]
menu: menu:
main: main:
@@ -80,14 +80,13 @@ params:
width: full width: full
contextMenu: contextMenu:
enable: true enable: true
# TODO: Fix the markdown
links: links:
- name: "Open in ChatGPT" - name: "Open in 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: "Open in 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: "bolt"
navbar: navbar:
displayTitle: true displayTitle: true