mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Add claude to open in context menu in pages
This commit is contained in:
@@ -26,18 +26,11 @@ enableInlineShortcodes: true
|
|||||||
enableEmoji: true
|
enableEmoji: true
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
# TODO: Check why home does not support markdown output
|
|
||||||
# I am getting a WARN found no layout file for "markdown" for kind "home"
|
|
||||||
home: [html, rss]
|
home: [html, rss]
|
||||||
#page: [html, rss, markdown]
|
|
||||||
page: [html, rss]
|
page: [html, rss]
|
||||||
rss: [rss]
|
rss: [rss]
|
||||||
#section: [html, rss, markdown]
|
|
||||||
section: [html, rss]
|
section: [html, rss]
|
||||||
# TODO: Check why this does not support markdown output
|
|
||||||
# I am getting a WARN found no layout file for "markdown" for kind "taxonomy"
|
|
||||||
taxonomy: [html, rss]
|
taxonomy: [html, rss]
|
||||||
#term: [html, rss, markdown]
|
|
||||||
term: [html, rss]
|
term: [html, rss]
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
@@ -87,12 +80,14 @@ params:
|
|||||||
width: full
|
width: full
|
||||||
contextMenu:
|
contextMenu:
|
||||||
enable: true
|
enable: true
|
||||||
|
# TODO: Fix the markdown
|
||||||
links:
|
links:
|
||||||
- name: "Ask AI"
|
- name: "Open in ChatGPT"
|
||||||
# TODO: Turn this back on when I have markdown working with the various AI models. In the meantime, just pass the URL to the models, and Cloudflare will convert to markdown
|
|
||||||
#url: "https://chatgpt.com/?q=Help+me+understand+this+documentation:+{markdown_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"
|
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"
|
||||||
|
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"
|
||||||
|
|
||||||
navbar:
|
navbar:
|
||||||
displayTitle: true
|
displayTitle: true
|
||||||
|
|||||||
Reference in New Issue
Block a user