mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
Merge branch 'master' into header-links
This commit is contained in:
commit
090aa4c903
4 changed files with 4 additions and 10 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue