Skip to content

Commit 845fb9e

Browse files
Removed localBiblio links now that the FPWD is available (#331)
1 parent 7a87d28 commit 845fb9e

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

shacl12-core/index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,7 @@
149149
prevRecShortname: "shacl",
150150
prevRecURI: "https://www.w3.org/TR/2017/REC-shacl-20170720/",
151151

152-
wgPublicList: "public-shacl",
153-
154-
localBiblio: {
155-
"shacl12-sparql": {
156-
title: "SHACL 1.2 SPARQL Extensions",
157-
href: "https://w3c.github.io/data-shapes/shacl12-sparql/",
158-
status: "ED",
159-
publisher: "W3C",
160-
}
161-
}
152+
wgPublicList: "public-shacl"
162153
};
163154
</script>
164155
<style>

shacl12-sparql/index.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,7 @@
9393
lint: {
9494
"no-unused-dfns": false, // This should be removed near the end of the process
9595
},
96-
wgPublicList: "public-shacl",
97-
localBiblio: {
98-
"shacl12-core": {
99-
title: "SHACL 1.2 Core",
100-
href: "https://w3c.github.io/data-shapes/shacl12-core/",
101-
status: "ED",
102-
publisher: "W3C",
103-
}
104-
}
96+
wgPublicList: "public-shacl"
10597
};
10698
</script>
10799
<style>

0 commit comments

Comments
 (0)