mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
Remove unused doc sidebar config
This commit is contained in:
parent
ee82575df0
commit
d5fb69d475
2 changed files with 0 additions and 14 deletions
|
@ -31,12 +31,4 @@ class DocsSidebar extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
DocsSidebar.propTypes = {
|
||||
layout: React.PropTypes.string,
|
||||
root: React.PropTypes.string,
|
||||
title: React.PropTypes.string
|
||||
};
|
||||
|
||||
DocsSidebar.defaultProps = siteConfig.docsSidebarDefaults;
|
||||
|
||||
module.exports = DocsSidebar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue