mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +02:00
Clean up
This commit is contained in:
parent
090aa4c903
commit
22cadc48fc
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ class HeaderNav extends React.Component {
|
|||
"-" +
|
||||
link.doc;
|
||||
}
|
||||
console.log(id);
|
||||
href = this.props.config.baseUrl + Metadata[id].permalink;
|
||||
} else if (link.page) {
|
||||
if (fs.existsSync(CWD + "/pages/en/" + link.page + ".js")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue