Skip to content

Commit b1e9a44

Browse files
feat: YD-86 Portal (#252)
1 parent e4a02a0 commit b1e9a44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,11 @@ export default {
170170
label: 'Developer',
171171
position: 'left',
172172
},
173+
{
174+
to: 'portal',
175+
label: 'Portal',
176+
position: 'left',
177+
},
173178
{
174179
to: 'contributing',
175180
label: 'Contributing / Community',

i18n/pl/docusaurus-theme-classic/navbar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"description": "Navbar item with label Contributing / Community"
2525
},
2626
"item.label.Portal": {
27-
"message": "Portal",
27+
"message": "Portal Klienta",
2828
"description": "Navbar item with label Portal"
2929
}
3030
}

0 commit comments

Comments
 (0)