Some questions about the current state of the signposting implementation in GitHub actions/GitLab CI:
- URLs under
item (=all content markdown files that are stored in the resources folder) in linkset.json point to the blob version, not the raw content of the file. Since the type for these links is text/markdown, should they better point to the raw markdown file?
- Example from Train of Trainers v1.3.0 linkset.json
- 1st item:
{"href": "https://github.com/FAIR-by-Design-Methodology/FAIR-by-Design_ToT/blob/main/resources/Stage%206%20%E2%80%93%20Verify/20-Continuous%20Improvement/20-CI.md", "type": "text/markdown"}'
- The URL to the repository is currently listed as the last entry under
item. Is this the intended use of item or should only specific resources be specified there (like all the markdown files)? Is there a field like related where the URL to the GitHub Repo is better placed?
Some questions about the current state of the signposting implementation in GitHub actions/GitLab CI:
item(=all content markdown files that are stored in theresourcesfolder) inlinkset.jsonpoint to theblobversion, not therawcontent of the file. Since the type for these links istext/markdown, should they better point to the raw markdown file?{"href": "https://github.com/FAIR-by-Design-Methodology/FAIR-by-Design_ToT/blob/main/resources/Stage%206%20%E2%80%93%20Verify/20-Continuous%20Improvement/20-CI.md", "type": "text/markdown"}'item. Is this the intended use ofitemor should only specific resources be specified there (like all the markdown files)? Is there a field likerelatedwhere the URL to the GitHub Repo is better placed?