mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Apparently you need to have markdown output to use the context menu
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user