mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
24 lines
967 B
JSON
24 lines
967 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Renders Markdown snippets into the main page template.",
|
|
"@id": "urn:solid-server:default:MarkdownToHtmlConverter",
|
|
"@type": "MarkdownToHtmlConverter",
|
|
"templateEngine": { "@id": "urn:solid-server:default:MainTemplateEngine" }
|
|
},
|
|
{
|
|
"comment": "Converts a container into a Markdown listing of its contents.",
|
|
"@id": "urn:solid-server:default:ContainerToTemplateConverter",
|
|
"@type": "ContainerToTemplateConverter",
|
|
"templateEngine": {
|
|
"@type": "StaticTemplateEngine",
|
|
"templateEngine": { "@id": "urn:solid-server:default:TemplateEngine" },
|
|
"template": "@css:templates/container.md.hbs"
|
|
},
|
|
"contentType": "text/markdown",
|
|
"identifierStrategy": { "@id": "urn:solid-server:default:IdentifierStrategy" }
|
|
}
|
|
]
|
|
}
|