mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +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
|
@ -51,12 +51,6 @@ const siteConfig = {
|
|||
disableHeaderTitle: false /* disable title text in header (only show headerIcon) */,
|
||||
footerIcon: "img/docusaurus.svg",
|
||||
favicon: "img/favicon.png",
|
||||
/* default link for docsSidebar */
|
||||
docsSidebarDefaults: {
|
||||
layout: "docs",
|
||||
root: "/test-site/docs/en/doc1.html",
|
||||
title: "Docs"
|
||||
},
|
||||
/* colors for website */
|
||||
colors: {
|
||||
primaryColor: "#2E8555",
|
||||
|
|
|
@ -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