Skip to content

Commit

Permalink
Docs: Update the navigation (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjdominguez authored Nov 22, 2024
1 parent ae3aa5c commit 27c2062
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const config: Config = {
lastVersion: 'current',
versions: {
current: {
label: 'v3.x',
label: 'v3.x (DDN)',
badge: true,
},
},
Expand Down
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1537,3 +1537,8 @@ ol {
.hidden-sidebar-item {
display: none !important;
}

.navbar__item.dropdown.dropdown--hoverable > a {
width: 125px !important;
justify-content: end;
}

0 comments on commit 27c2062

Please sign in to comment.