diff --git a/fsc/core/1.0.0/index.html b/fsc/core/1.0.0/index.html
index cda1993..470709e 100644
--- a/fsc/core/1.0.0/index.html
+++ b/fsc/core/1.0.0/index.html
@@ -133,13 +133,29 @@
"useLogo": true,
"useLabel": true,
"latestVersion": [
- "nl_organisationPublishURL"
+ "nl_organisationPublishURL",
+ "pubDomain",
+ "/",
+ "shortName",
+ "/"
],
"thisVersion": [
- "nl_organisationPublishURL"
+ "nl_organisationPublishURL",
+ "pubDomain",
+ "/",
+ "shortName",
+ "/",
+ "publishVersion",
+ "/"
],
"prevVersion": [
- "nl_organisationPublishURL"
+ "nl_organisationPublishURL",
+ "pubDomain",
+ "/",
+ "shortName",
+ "/",
+ "previousPublishVersion",
+ "/"
],
"license": "cc-by",
"addSectionLinks": true,
@@ -323,16 +339,16 @@
- This version:
-
- https://gitdocumentatie.logius.nl/publicatie/
+ https://gitdocumentatie.logius.nl/publicatie/fsc/core/1.0.0/
- Latest published version:
-
- https://gitdocumentatie.logius.nl/publicatie/
+ https://gitdocumentatie.logius.nl/publicatie/fsc/core/
- Latest editor's draft:
- https://logius-standaarden.github.io/fsc-core/
- - Previous version:
- https://gitdocumentatie.logius.nl/publicatie/
+
- Editor:
-
diff --git a/fsc/core/1.0.0/js/organisation-config.js b/fsc/core/1.0.0/js/organisation-config.js
index 01b0e6e..61a84cc 100644
--- a/fsc/core/1.0.0/js/organisation-config.js
+++ b/fsc/core/1.0.0/js/organisation-config.js
@@ -15,9 +15,9 @@ var organisationConfig = {
useLogo: true,
useLabel: true,
- latestVersion: ["nl_organisationPublishURL"],
- thisVersion: ["nl_organisationPublishURL"],
- prevVersion: ["nl_organisationPublishURL"],
+ latestVersion: ["nl_organisationPublishURL", "pubDomain", "/", "shortName", "/"],
+ thisVersion: ["nl_organisationPublishURL", "pubDomain", "/", "shortName", "/", "publishVersion", "/"],
+ prevVersion: ["nl_organisationPublishURL", "pubDomain", "/", "shortName", "/", "previousPublishVersion", "/"],
license: "cc-by",
addSectionLinks: true,
diff --git a/fsc/core/index.html b/fsc/core/index.html
index cda1993..470709e 100644
--- a/fsc/core/index.html
+++ b/fsc/core/index.html
@@ -133,13 +133,29 @@
"useLogo": true,
"useLabel": true,
"latestVersion": [
- "nl_organisationPublishURL"
+ "nl_organisationPublishURL",
+ "pubDomain",
+ "/",
+ "shortName",
+ "/"
],
"thisVersion": [
- "nl_organisationPublishURL"
+ "nl_organisationPublishURL",
+ "pubDomain",
+ "/",
+ "shortName",
+ "/",
+ "publishVersion",
+ "/"
],
"prevVersion": [
- "nl_organisationPublishURL"
+ "nl_organisationPublishURL",
+ "pubDomain",
+ "/",
+ "shortName",
+ "/",
+ "previousPublishVersion",
+ "/"
],
"license": "cc-by",
"addSectionLinks": true,
@@ -323,16 +339,16 @@
- This version:
-
- https://gitdocumentatie.logius.nl/publicatie/
+ https://gitdocumentatie.logius.nl/publicatie/fsc/core/1.0.0/
- Latest published version:
-
- https://gitdocumentatie.logius.nl/publicatie/
+ https://gitdocumentatie.logius.nl/publicatie/fsc/core/
- Latest editor's draft:
- https://logius-standaarden.github.io/fsc-core/
- - Previous version:
- https://gitdocumentatie.logius.nl/publicatie/
+
- Editor:
-
diff --git a/fsc/core/js/organisation-config.js b/fsc/core/js/organisation-config.js
index 01b0e6e..61a84cc 100644
--- a/fsc/core/js/organisation-config.js
+++ b/fsc/core/js/organisation-config.js
@@ -15,9 +15,9 @@ var organisationConfig = {
useLogo: true,
useLabel: true,
- latestVersion: ["nl_organisationPublishURL"],
- thisVersion: ["nl_organisationPublishURL"],
- prevVersion: ["nl_organisationPublishURL"],
+ latestVersion: ["nl_organisationPublishURL", "pubDomain", "/", "shortName", "/"],
+ thisVersion: ["nl_organisationPublishURL", "pubDomain", "/", "shortName", "/", "publishVersion", "/"],
+ prevVersion: ["nl_organisationPublishURL", "pubDomain", "/", "shortName", "/", "previousPublishVersion", "/"],
license: "cc-by",
addSectionLinks: true,