mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-13 00:57:53 +02:00
feat(content-docs): displayed_sidebar front matter (#5782)
This commit is contained in:
parent
fdf59f30f0
commit
45f1b819b5
11 changed files with 128 additions and 32 deletions
|
@ -295,6 +295,7 @@ export function addDocNavigation(
|
|||
const navigation = sidebarsUtils.getDocNavigation(
|
||||
doc.unversionedId,
|
||||
doc.id,
|
||||
doc.frontMatter.displayed_sidebar,
|
||||
);
|
||||
|
||||
const toNavigationLinkByDocId = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue