mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Remove passthrough example for index store
This commit is contained in:
@@ -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" }
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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).",
|
||||
|
||||
Reference in New Issue
Block a user