mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-18 03:26:57 +02:00
feat(v2): version dropdown before/after items + move site "All Versions" link (#3548)
* add dropdownItemsAfter option + reorg a bit docusaurus site navbar * fix isActive react warning * Update theme-classic.md Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
This commit is contained in:
parent
5b79f2ebc2
commit
649882d867
7 changed files with 44 additions and 17 deletions
|
@ -57,6 +57,8 @@ describe('themeConfig', () => {
|
|||
{
|
||||
type: 'docsVersionDropdown',
|
||||
position: 'left',
|
||||
dropdownItemsBefore: [],
|
||||
dropdownItemsAfter: [],
|
||||
},
|
||||
{
|
||||
to: 'docs/next/support',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue