docs: add LLM dropdown menu to documentation pages (#12235)

* docs: add LLM dropdown menu to documentation pages

* fix build errors
This commit is contained in:
Shahed Nasser
2025-04-18 13:18:27 +03:00
committed by GitHub
parent 24af8f2d8e
commit db0fe0fc91
14 changed files with 127 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
import { CardList } from "docs-ui"
import { CardList, H1 } from "docs-ui"
import {
BookOpen,
AcademicCapSolid,
@@ -10,7 +10,7 @@ export const metadata = {
title: `Page Not Found`,
}
# {metadata.title}
<H1 hideLlmDropdown>{metadata.title}</H1>
The page you were looking for isn't available.