Skip to content

Commit

Permalink
update Docusaurus, fix hash links (#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Aug 3, 2020
1 parent e9ffdf4 commit 1005afe
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
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
Expand Up @@ -105,6 +105,8 @@ const siteConfig = {
},
docsSideNavCollapsible: true,
onPageNav: 'separate',
slugPreprocessor: baseSlug =>
baseSlug.replace(/<([^>]+?)([^>]*?)>(.*?)<\/\1>/gi, ''),
};

module.exports = siteConfig;

0 comments on commit 1005afe

Please sign in to comment.