Skip to content

Commit 111e26a

Browse files
Add zensical to the tech radar
1 parent dab5935 commit 111e26a

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

quality-tools/zensical.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"@context": "https://w3id.org/everse/rs#",
3+
"@id": "https://w3id.org/everse/tools/zensical",
4+
"@type": "schema:SoftwareApplication",
5+
"name": "Zensical",
6+
"description": "Static site generator designed for technical projects that creates professional documentation websites from Markdown files, improving research software usability and interaction capability through clear documentation. Currently a prototype, it aims to be the successor to MkDocs, by the creator of the popular theme Material For MkDocs.",
7+
"url": "https://zensical.org/",
8+
"isAccessibleForFree": true,
9+
"hasQualityDimension": [
10+
{ "@id": "dim:interaction_capability", "@type": "@id" },
11+
{ "@id": "dim:maintainability", "@type": "@id" }
12+
],
13+
"howToUse": ["command-line", "CI/CD"],
14+
"appliesToProgrammingLanguage": ["Python"],
15+
"license": "https://spdx.org/licenses/MIT",
16+
"applicationCategory": [
17+
{
18+
"@id": "rs:ResearchInfrastructureSoftware",
19+
"@type": "@id"
20+
},
21+
{
22+
"@id": "rs:PrototypeTool",
23+
"@type": "@id"
24+
}
25+
],
26+
"improvesQualityIndicator": {
27+
"@id": "https://w3id.org/everse/i/indicators/software_has_documentation",
28+
"@type": "@id"
29+
}
30+
}

0 commit comments

Comments
 (0)