We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a8d33 commit ff8d2b1Copy full SHA for ff8d2b1
documentation/release-notes-redirect.mdx
documentation/sidebars.js
@@ -655,8 +655,8 @@ module.exports = {
655
},
656
{
657
label: "Release Notes",
658
- type: "doc",
659
- id: "release-notes-redirect",
+ type: "link",
+ href: "https://questdb.com/release-notes",
660
661
].filter(Boolean),
662
}
src/css/_global.css
@@ -416,3 +416,7 @@ html[data-theme="dark"] .DocSearch {
416
.navbar__item.mobile-only {
417
display: none;
418
419
+
420
+.theme-doc-sidebar-item-link > a > [class^=iconExternalLink] {
421
+ margin-left: 0.5rem !important;
422
+}
0 commit comments