diff --git a/README.md b/README.md index 4aa6d402b0af7b1b4d883c45ed3be80920598caa..e6b6cf894c739cb684569014f067422c399f2d11 100644 --- a/README.md +++ b/README.md @@ -91,22 +91,22 @@ src ┃ ┃ ┃ ┣ GeneralConfig.js ┃ ┃ ┃ ┣ PerspectiveConfig.js ┃ ┃ ┃ ┗ PerspectiveConfigOnlyInfoPages.js - ┣ reducers - ┃ ┣ YOUR_PORTAL <-- add reducers for all your perspectives - ┃ ┃ ┣ fullTextSearch.js - ┃ ┃ ┣ perspective1.js - ┃ ┃ ┣ perspective1Facets.js - ┃ ┃ ┣ perspective2.js - ┃ ┃ ┣ perspective2Facets.js - ┃ ┃ ┣ ... - ┃ ┣ index.js <-- combine your reducers here - ┣ translations - ┃ ┗ YOUR_PORTAL - ┃ ┃ ┣ localeEN.js - ┃ ┃ ┣ ... - server + ┃ ┣ reducers + ┃ ┃ ┗ YOUR_PORTAL <-- add reducers for all your perspectives + ┃ ┃ ┃ ┣ fullTextSearch.js + ┃ ┃ ┃ ┣ perspective1.js + ┃ ┃ ┃ ┣ perspective1Facets.js + ┃ ┃ ┃ ┣ perspective2.js + ┃ ┃ ┃ ┣ perspective2Facets.js + ┃ ┃ ┃ ┣ ... + ┃ ┃ ┣ index.js <-- combine your reducers here + ┃ ┣ translations + ┃ ┃ ┗ YOUR_PORTAL + ┃ ┃ ┃ ┣ localeEN.js + ┃ ┃ ┃ ┣ ... + ┣ server ┃ ┣ sparql - ┃ ┃ ┣ YOUR_PORTAL + ┃ ┃ ┗ YOUR_PORTAL ┃ ┃ ┃ ┣ FacetConfigs.js <-- url of the SPARQL endpoint and property paths for facets ┃ ┃ ┃ ┣ SparqlQueriesFullText.js <-- add result set properties for full text search here ┃ ┃ ┃ ┣ SparqlQueriesPerspective1.js <-- SPARQL queries related to a specific perspective