-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathmkdocs.json
More file actions
30 lines (30 loc) · 1.04 KB
/
mkdocs.json
File metadata and controls
30 lines (30 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/mkdocs",
"@type": "schema:SoftwareApplication",
"name": "MkDocs",
"description": "Static site generator designed for project documentation that creates professional documentation websites from Markdown files, improving research software usability and interaction capability through clear documentation.",
"url": "https://www.mkdocs.org/",
"isAccessibleForFree": true,
"hasQualityDimension": [
{ "@id": "dim:interaction_capability", "@type": "@id" },
{ "@id": "dim:maintainability", "@type": "@id" }
],
"howToUse": ["command-line", "CI/CD"],
"appliesToProgrammingLanguage": ["Python"],
"license": "https://spdx.org/licenses/BSD-2-Clause",
"applicationCategory": [
{
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
{
"@id": "rs:PrototypeTool",
"@type": "@id"
}
],
"improvesQualityIndicator": {
"@id": "https://w3id.org/everse/i/indicators/software_has_documentation",
"@type": "@id"
}
}