mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
added language dropdown
This commit is contained in:
parent
e985408f85
commit
87c253706e
1 changed files with 14 additions and 0 deletions
|
@ -93,6 +93,20 @@ const config = {
|
|||
src: 'img/favicon.png',
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: 'localeDropdown',
|
||||
position: 'right',
|
||||
dropdownItemsAfter: [
|
||||
{
|
||||
type: 'html',
|
||||
value: '<hr style="margin: 0.3rem 0;">',
|
||||
},
|
||||
{
|
||||
href: 'https://github.com/JonasunderscoreJones/docs.jonasjones.dev/issues/new?title=Translationfix',
|
||||
label: 'Help translating!',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
href: 'https://jonasjones.dev',
|
||||
label: 'Homepage',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue