Commit 2ffdca6
committed
fix(sidebar): hide release_notes directory from autogenerated sidebar
With autogenerated sidebars, Docusaurus creates a separate category
entry for the release_notes/ directory in addition to the
release_notes.md page. This results in a duplicate and broken
"release_notes" entry in the navigation menu.
Add a custom sidebarItemsGenerator that filters out the release_notes
directory category while keeping the individual pages accessible via
links in the Release notes index page.
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>1 parent a5bc777 commit 2ffdca6
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
53 | 62 | | |
54 | 63 | | |
55 | 64 | | |
| |||
0 commit comments