Skip to content

Commit ff8d2b1

Browse files
committed
remove unnecessary redirect to release notes
1 parent 77a8d33 commit ff8d2b1

File tree

3 files changed

+6
-20
lines changed

3 files changed

+6
-20
lines changed

documentation/release-notes-redirect.mdx

Lines changed: 0 additions & 18 deletions
This file was deleted.

documentation/sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,8 @@ module.exports = {
655655
},
656656
{
657657
label: "Release Notes",
658-
type: "doc",
659-
id: "release-notes-redirect",
658+
type: "link",
659+
href: "https://questdb.com/release-notes",
660660
},
661661
].filter(Boolean),
662662
}

src/css/_global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,3 +416,7 @@ html[data-theme="dark"] .DocSearch {
416416
.navbar__item.mobile-only {
417417
display: none;
418418
}
419+
420+
.theme-doc-sidebar-item-link > a > [class^=iconExternalLink] {
421+
margin-left: 0.5rem !important;
422+
}

0 commit comments

Comments
 (0)