We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1dbb59 commit 31d1d83Copy full SHA for 31d1d83
1 file changed
src/components/ScreenKeywords.vue
@@ -123,7 +123,12 @@ export default defineComponent({
123
const helpData = {
124
keywords: {
125
title: 'keywords',
126
- url: 'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#keywords',
+ url: [
127
+ {
128
+ text: 'Click here to see the documentation for keywords.',
129
+ link: 'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#keywords'
130
+ }
131
+ ],
132
description: 'Keywords that describe the work.',
133
examples: [
134
'keyword',
0 commit comments