Skip to content

Commit a12a1ee

Browse files
committed
Prevent call to W3C standards history
1 parent fb37695 commit a12a1ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/md2html/md2html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function preface(title,options) {
5757
subtitle: 'Version '+options.subtitle,
5858
edDraftURI: "https://github.com/OAI/OpenAPI-Specification/",
5959
shortName: "OAS",
60+
historyURI: null, // prevent ReSpec from fetching a W3C history based on the shortName
6061
lint: false,
6162
logos:[{
6263
src: "https://raw.githubusercontent.com/OAI/OpenAPI-Style-Guide/master/graphics/bitmap/OpenAPI_Logo_Pantone.png",

0 commit comments

Comments
 (0)