mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 00:27:21 +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) */,
|
disableHeaderTitle: false /* disable title text in header (only show headerIcon) */,
|
||||||
footerIcon: "img/docusaurus.svg",
|
footerIcon: "img/docusaurus.svg",
|
||||||
favicon: "img/favicon.png",
|
favicon: "img/favicon.png",
|
||||||
/* default link for docsSidebar */
|
|
||||||
docsSidebarDefaults: {
|
|
||||||
layout: "docs",
|
|
||||||
root: "/test-site/docs/en/doc1.html",
|
|
||||||
title: "Docs"
|
|
||||||
},
|
|
||||||
/* colors for website */
|
/* colors for website */
|
||||||
colors: {
|
colors: {
|
||||||
primaryColor: "#2E8555",
|
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;
|
module.exports = DocsSidebar;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue