Skip to content

Commit

Permalink
update Docusaurus, fix hash links
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Aug 2, 2020
1 parent e9ffdf4 commit 7675ee0
Show file tree
Hide file tree
Showing 3 changed files with 944 additions and 671 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"alex": "^8.0.0",
"docusaurus": "1.14.4",
"docusaurus": "1.14.5",
"highlight.js": "^9.15.10",
"remarkable": "^2.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ const siteConfig = {
},
docsSideNavCollapsible: true,
onPageNav: 'separate',
slugPreprocessor: baseSlug =>
baseSlug.replace(/<([^>]+?)([^>]*?)>(.*?)<\/\1>/gi, ''),
};

module.exports = siteConfig;
Loading

0 comments on commit 7675ee0

Please sign in to comment.