diff --git a/documentation/why-questdb.md b/documentation/why-questdb.md index d399770ba..840a7573a 100644 --- a/documentation/why-questdb.md +++ b/documentation/why-questdb.md @@ -7,13 +7,15 @@ description: import { Clients } from '../src/components/Clients' import Screenshot from "@theme/Screenshot" +import TOCInline from '@theme/TOCInline'; This pages provides a brief overview on: -- [Top QuestDB features](#features) -- [Benefits of QuestDB](#benefits) -- [Where to next?](#next-up) -- [Support](#support) +
diff --git a/src/css/_global.css b/src/css/_global.css index 4fc41319f..0d1a33cae 100644 --- a/src/css/_global.css +++ b/src/css/_global.css @@ -222,6 +222,12 @@ html[data-theme="dark"] .DocSearch { z-index: 1; } +[class^="tableOfContentsInline"] { + .table-of-contents { + border-left: none; + } +} + .markdown table code { display: inline-block; max-width: 25ch;