mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 23:57:22 +02:00
Add active link classes to site navigation menu (#463)
This commit is contained in:
parent
4ea8158c0c
commit
48ee457ec9
9 changed files with 66 additions and 15 deletions
|
@ -36,7 +36,8 @@ class DocsLayout extends React.Component {
|
|||
}
|
||||
description={content.trim().split('\n')[0]}
|
||||
language={metadata.language}
|
||||
version={metadata.version}>
|
||||
version={metadata.version}
|
||||
metadata={metadata}>
|
||||
<div className="docMainWrapper wrapper">
|
||||
<DocsSidebar metadata={metadata} />
|
||||
<Container className="mainContainer">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue