Merge branch 'master' into header-links

This commit is contained in:
Frank Li 2017-08-08 13:48:24 -07:00 committed by GitHub
commit 090aa4c903
4 changed files with 4 additions and 10 deletions

View file

@ -73,7 +73,7 @@ function execute() {
files = glob.sync(CWD + "/versioned_sidebars/*");
files.forEach(file => {
if (!file.endsWith("-sidebar.json")) {
if (!file.endsWith("-sidebars.json")) {
return;
}
sidebarContent = JSON.parse(fs.readFileSync(file, "utf8"));