@@ -138,15 +138,25 @@ export default defineComponent({
138138 const helpData = {
139139 doi: {
140140 title: ' doi' ,
141- url: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#definitionsdoi' ,
141+ url: [
142+ {
143+ text: ' Click here to see the documentation for doi.' ,
144+ link: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#definitionsdoi'
145+ }
146+ ],
142147 description: ' The DOI (https://en.wikipedia.org/wiki/Digital_object_identifier) of the work.' ,
143148 examples: [
144149 ' 10.5281/zenodo.1003150'
145150 ]
146151 },
147152 url: {
148153 title: ' url' ,
149- url: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#definitionsurl' ,
154+ url: [
155+ {
156+ text: ' Click here to see the documentation for url.' ,
157+ link: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#definitionsurl'
158+ }
159+ ],
150160 description: ' A URL.' ,
151161 examples: [
152162 ' https://research-software-project.org' ,
@@ -157,23 +167,38 @@ export default defineComponent({
157167 },
158168 swh: {
159169 title: ' swh' ,
160- url: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#definitionsswh-identifier' ,
170+ url: [
171+ {
172+ text: ' Click here to see the documentation for swh.' ,
173+ link: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#definitionsswh-identifier'
174+ }
175+ ],
161176 description: ' The Software Heritage identifier (https://www.softwareheritage.org/).' ,
162177 examples: [
163178 ' swh:1:rev:309cf2674ee7a0749978cf8265ab91a60aea0f7d'
164179 ]
165180 },
166181 other: {
167182 title: ' other' ,
168- url: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#definitionsidentifier' ,
183+ url: [
184+ {
185+ text: ' Click here to see the documentation for other.' ,
186+ link: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#definitionsidentifier'
187+ }
188+ ],
169189 description: ' An identifier that does not fit in the other categories.' ,
170190 examples: [
171191 ' arXiv:2103.06681'
172192 ]
173193 },
174194 description: {
175195 title: ' description' ,
176- url: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#definitionsidentifier-description' ,
196+ url: [
197+ {
198+ text: ' Click here to see the documentation for description.' ,
199+ link: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#definitionsidentifier-description'
200+ }
201+ ],
177202 description: ' A description of the identifier.' ,
178203 examples: [
179204 ' The concept DOI of the work.' ,
0 commit comments