fix: Remove passthrough example for index store

This commit is contained in:
Joachim Van Herwegen
2021-07-28 11:54:02 +02:00
parent 3f8f822d81
commit 523390e444
3 changed files with 2 additions and 10 deletions

View File

@@ -13,7 +13,9 @@
"MonitoringStore:_source": { "@id": "urn:solid-server:default:ResourceStore_Index" }
},
{
"comment": "When a container with an index.html document is accessed, serve that HTML document instead of the container.",
"@id": "urn:solid-server:default:ResourceStore_Index",
"@type": "IndexRepresentationStore",
"IndexRepresentationStore:_source": { "@id": "urn:solid-server:default:ResourceStore_Locking" }
},
{

View File

@@ -1,11 +1,6 @@
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"comment": "When a container with an index.html document is accessed, serve that HTML document instead of the container.",
"@id": "urn:solid-server:default:ResourceStore_Index",
"@type": "IndexRepresentationStore"
},
{
"comment": "This value can be used to set a custom handler for index files. See the example file.",
"@id": "urn:solid-server:default:DefaultUiConverter",

View File

@@ -1,11 +1,6 @@
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"comment": "This an example on how to disable the routing to index.html when accessing a container.",
"@id": "urn:solid-server:default:ResourceStore_Index",
"@type": "PassthroughStore"
},
{
"comment": [
"This converter replaces every browser request for text/html with the Databrowser UI (which then in turn loads a Turtle or other representation of the same resource).",