@cbnventures/docusaurus-preset-nova 0.0.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/build/src/components/app-market-download/index.d.ts +4 -0
- package/build/src/components/app-market-download/index.d.ts.map +1 -0
- package/build/src/components/app-market-download/index.js +42 -0
- package/build/src/components/app-market-download/index.js.map +1 -0
- package/build/src/components/blog-preview/index.d.ts +4 -0
- package/build/src/components/blog-preview/index.d.ts.map +1 -0
- package/build/src/components/blog-preview/index.js +51 -0
- package/build/src/components/blog-preview/index.js.map +1 -0
- package/build/src/components/features/index.d.ts +4 -0
- package/build/src/components/features/index.d.ts.map +1 -0
- package/build/src/components/features/index.js +8 -0
- package/build/src/components/features/index.js.map +1 -0
- package/build/src/components/hero/index.d.ts +4 -0
- package/build/src/components/hero/index.d.ts.map +1 -0
- package/build/src/components/hero/index.js +10 -0
- package/build/src/components/hero/index.js.map +1 -0
- package/build/src/components/index.d.ts +10 -0
- package/build/src/components/index.d.ts.map +1 -0
- package/build/src/components/index.js +10 -0
- package/build/src/components/index.js.map +1 -0
- package/build/src/components/install-strip/index.d.ts +4 -0
- package/build/src/components/install-strip/index.d.ts.map +1 -0
- package/build/src/components/install-strip/index.js +39 -0
- package/build/src/components/install-strip/index.js.map +1 -0
- package/build/src/components/spotlight/index.d.ts +4 -0
- package/build/src/components/spotlight/index.d.ts.map +1 -0
- package/build/src/components/spotlight/index.js +7 -0
- package/build/src/components/spotlight/index.js.map +1 -0
- package/build/src/components/stats/index.d.ts +4 -0
- package/build/src/components/stats/index.d.ts.map +1 -0
- package/build/src/components/stats/index.js +15 -0
- package/build/src/components/stats/index.js.map +1 -0
- package/build/src/components/terminology/index.d.ts +4 -0
- package/build/src/components/terminology/index.d.ts.map +1 -0
- package/build/src/components/terminology/index.js +11 -0
- package/build/src/components/terminology/index.js.map +1 -0
- package/build/src/components/typewriter/index.d.ts +10 -0
- package/build/src/components/typewriter/index.d.ts.map +1 -0
- package/build/src/components/typewriter/index.js +105 -0
- package/build/src/components/typewriter/index.js.map +1 -0
- package/build/src/get-swizzle-config.d.ts +3 -0
- package/build/src/get-swizzle-config.d.ts.map +1 -0
- package/build/src/get-swizzle-config.js +532 -0
- package/build/src/get-swizzle-config.js.map +1 -0
- package/build/src/index.d.ts +10 -0
- package/build/src/index.d.ts.map +1 -0
- package/build/src/index.js +345 -0
- package/build/src/index.js.map +1 -0
- package/build/src/lib/color.d.ts +10 -0
- package/build/src/lib/color.d.ts.map +1 -0
- package/build/src/lib/color.js +190 -0
- package/build/src/lib/color.js.map +1 -0
- package/build/src/lib/css-generator.d.ts +11 -0
- package/build/src/lib/css-generator.d.ts.map +1 -0
- package/build/src/lib/css-generator.js +205 -0
- package/build/src/lib/css-generator.js.map +1 -0
- package/build/src/lib/mermaid.d.ts +6 -0
- package/build/src/lib/mermaid.d.ts.map +1 -0
- package/build/src/lib/mermaid.js +105 -0
- package/build/src/lib/mermaid.js.map +1 -0
- package/build/src/lib/regex.d.ts +8 -0
- package/build/src/lib/regex.d.ts.map +1 -0
- package/build/src/lib/regex.js +11 -0
- package/build/src/lib/regex.js.map +1 -0
- package/build/src/lib/rehype-shiki.d.ts +3 -0
- package/build/src/lib/rehype-shiki.d.ts.map +1 -0
- package/build/src/lib/rehype-shiki.js +258 -0
- package/build/src/lib/rehype-shiki.js.map +1 -0
- package/build/src/lib/search/indexer.d.ts +3 -0
- package/build/src/lib/search/indexer.d.ts.map +1 -0
- package/build/src/lib/search/indexer.js +238 -0
- package/build/src/lib/search/indexer.js.map +1 -0
- package/build/src/lib/search/perform-search.d.ts +3 -0
- package/build/src/lib/search/perform-search.d.ts.map +1 -0
- package/build/src/lib/search/perform-search.js +113 -0
- package/build/src/lib/search/perform-search.js.map +1 -0
- package/build/src/lib/search/use-search-highlight.d.ts +3 -0
- package/build/src/lib/search/use-search-highlight.d.ts.map +1 -0
- package/build/src/lib/search/use-search-highlight.js +52 -0
- package/build/src/lib/search/use-search-highlight.js.map +1 -0
- package/build/src/lib/search/use-search-worker.d.ts +3 -0
- package/build/src/lib/search/use-search-worker.d.ts.map +1 -0
- package/build/src/lib/search/use-search-worker.js +119 -0
- package/build/src/lib/search/use-search-worker.js.map +1 -0
- package/build/src/lib/search/worker.d.ts +7 -0
- package/build/src/lib/search/worker.d.ts.map +1 -0
- package/build/src/lib/search/worker.js +164 -0
- package/build/src/lib/search/worker.js.map +1 -0
- package/build/src/lib/shiki-themes.d.ts +3 -0
- package/build/src/lib/shiki-themes.d.ts.map +1 -0
- package/build/src/lib/shiki-themes.js +29 -0
- package/build/src/lib/shiki-themes.js.map +1 -0
- package/build/src/lib/sticky-layout.d.ts +3 -0
- package/build/src/lib/sticky-layout.d.ts.map +1 -0
- package/build/src/lib/sticky-layout.js +60 -0
- package/build/src/lib/sticky-layout.js.map +1 -0
- package/build/src/options.d.ts +5 -0
- package/build/src/options.d.ts.map +1 -0
- package/build/src/options.js +247 -0
- package/build/src/options.js.map +1 -0
- package/build/src/preset.d.ts +4 -0
- package/build/src/preset.d.ts.map +1 -0
- package/build/src/preset.js +95 -0
- package/build/src/preset.js.map +1 -0
- package/build/src/presets/envoy/preset.d.ts +3 -0
- package/build/src/presets/envoy/preset.d.ts.map +1 -0
- package/build/src/presets/envoy/preset.js +36 -0
- package/build/src/presets/envoy/preset.js.map +1 -0
- package/build/src/presets/foundry/preset.d.ts +3 -0
- package/build/src/presets/foundry/preset.d.ts.map +1 -0
- package/build/src/presets/foundry/preset.js +36 -0
- package/build/src/presets/foundry/preset.js.map +1 -0
- package/build/src/presets/index.d.ts +4 -0
- package/build/src/presets/index.d.ts.map +1 -0
- package/build/src/presets/index.js +20 -0
- package/build/src/presets/index.js.map +1 -0
- package/build/src/presets/sentinel/preset.d.ts +3 -0
- package/build/src/presets/sentinel/preset.d.ts.map +1 -0
- package/build/src/presets/sentinel/preset.js +36 -0
- package/build/src/presets/sentinel/preset.js.map +1 -0
- package/build/src/presets/signal/preset.d.ts +3 -0
- package/build/src/presets/signal/preset.d.ts.map +1 -0
- package/build/src/presets/signal/preset.js +36 -0
- package/build/src/presets/signal/preset.js.map +1 -0
- package/build/src/scripts/announcement-bar-init.d.ts +3 -0
- package/build/src/scripts/announcement-bar-init.d.ts.map +1 -0
- package/build/src/scripts/announcement-bar-init.js +20 -0
- package/build/src/scripts/announcement-bar-init.js.map +1 -0
- package/build/src/scripts/color-mode-init.d.ts +3 -0
- package/build/src/scripts/color-mode-init.d.ts.map +1 -0
- package/build/src/scripts/color-mode-init.js +58 -0
- package/build/src/scripts/color-mode-init.js.map +1 -0
- package/build/src/scripts/data-attribute-query.d.ts +2 -0
- package/build/src/scripts/data-attribute-query.d.ts.map +1 -0
- package/build/src/scripts/data-attribute-query.js +20 -0
- package/build/src/scripts/data-attribute-query.js.map +1 -0
- package/build/src/styles/accessibility.css +115 -0
- package/build/src/styles/components/app-market-download/style.css +53 -0
- package/build/src/styles/components/blog-preview/style.css +73 -0
- package/build/src/styles/components/features/style.css +31 -0
- package/build/src/styles/components/hero/style.css +21 -0
- package/build/src/styles/components/install-strip/style.css +107 -0
- package/build/src/styles/components/spotlight/style.css +67 -0
- package/build/src/styles/components/stats/style.css +64 -0
- package/build/src/styles/components/terminology/style.css +9 -0
- package/build/src/styles/components/typewriter/style.css +24 -0
- package/build/src/styles/grid.css +217 -0
- package/build/src/styles/presets/envoy/components/app-market-download/style.css +94 -0
- package/build/src/styles/presets/envoy/components/blog-preview/style.css +147 -0
- package/build/src/styles/presets/envoy/components/features/style.css +262 -0
- package/build/src/styles/presets/envoy/components/hero/style.css +187 -0
- package/build/src/styles/presets/envoy/components/install-strip/style.css +183 -0
- package/build/src/styles/presets/envoy/components/terminology/style.css +35 -0
- package/build/src/styles/presets/envoy/preset.css +570 -0
- package/build/src/styles/presets/envoy/theme/AnnouncementBar/style.css +68 -0
- package/build/src/styles/presets/envoy/theme/BackToTopButton/style.css +59 -0
- package/build/src/styles/presets/envoy/theme/BlogArchivePage/style.css +48 -0
- package/build/src/styles/presets/envoy/theme/BlogListPaginator/style.css +111 -0
- package/build/src/styles/presets/envoy/theme/BlogPostItem/style.css +197 -0
- package/build/src/styles/presets/envoy/theme/BlogPostPaginator/style.css +91 -0
- package/build/src/styles/presets/envoy/theme/BlogSidebar/style.css +67 -0
- package/build/src/styles/presets/envoy/theme/CodeBlock/style.css +256 -0
- package/build/src/styles/presets/envoy/theme/ContentFooter/style.css +106 -0
- package/build/src/styles/presets/envoy/theme/Details/style.css +57 -0
- package/build/src/styles/presets/envoy/theme/DocBreadcrumbs/style.css +47 -0
- package/build/src/styles/presets/envoy/theme/DocCard/style.css +55 -0
- package/build/src/styles/presets/envoy/theme/DocItem/Content/style.css +77 -0
- package/build/src/styles/presets/envoy/theme/DocItem/Footer/style.css +15 -0
- package/build/src/styles/presets/envoy/theme/DocPaginator/style.css +91 -0
- package/build/src/styles/presets/envoy/theme/DocSidebar/style.css +187 -0
- package/build/src/styles/presets/envoy/theme/DocSidebarMobile/style.css +113 -0
- package/build/src/styles/presets/envoy/theme/DocVersionBadge/style.css +51 -0
- package/build/src/styles/presets/envoy/theme/Footer/Commons/style.css +132 -0
- package/build/src/styles/presets/envoy/theme/Footer/Embassy/style.css +183 -0
- package/build/src/styles/presets/envoy/theme/Footer/Launchpad/style.css +257 -0
- package/build/src/styles/presets/envoy/theme/Footer/Ledger/style.css +117 -0
- package/build/src/styles/presets/envoy/theme/Heading/style.css +79 -0
- package/build/src/styles/presets/envoy/theme/MDXContent/style.css +342 -0
- package/build/src/styles/presets/envoy/theme/Navbar/Bridge/style.css +362 -0
- package/build/src/styles/presets/envoy/theme/Navbar/Canopy/style.css +378 -0
- package/build/src/styles/presets/envoy/theme/Navbar/Compass/style.css +400 -0
- package/build/src/styles/presets/envoy/theme/Navbar/Monolith/style.css +290 -0
- package/build/src/styles/presets/envoy/theme/SearchBar/style.css +121 -0
- package/build/src/styles/presets/envoy/theme/TOC/style.css +27 -0
- package/build/src/styles/presets/envoy/theme/TOCCollapsible/style.css +146 -0
- package/build/src/styles/presets/envoy/theme/Tabs/style.css +73 -0
- package/build/src/styles/presets/envoy/theme/Tag/style.css +81 -0
- package/build/src/styles/presets/foundry/components/app-market-download/style.css +85 -0
- package/build/src/styles/presets/foundry/components/blog-preview/style.css +138 -0
- package/build/src/styles/presets/foundry/components/features/style.css +176 -0
- package/build/src/styles/presets/foundry/components/hero/style.css +165 -0
- package/build/src/styles/presets/foundry/components/install-strip/style.css +188 -0
- package/build/src/styles/presets/foundry/components/terminology/style.css +35 -0
- package/build/src/styles/presets/foundry/preset.css +678 -0
- package/build/src/styles/presets/foundry/theme/AnnouncementBar/style.css +44 -0
- package/build/src/styles/presets/foundry/theme/BackToTopButton/style.css +57 -0
- package/build/src/styles/presets/foundry/theme/BlogArchivePage/style.css +48 -0
- package/build/src/styles/presets/foundry/theme/BlogListPaginator/style.css +113 -0
- package/build/src/styles/presets/foundry/theme/BlogPostItem/style.css +193 -0
- package/build/src/styles/presets/foundry/theme/BlogPostPaginator/style.css +101 -0
- package/build/src/styles/presets/foundry/theme/BlogSidebar/style.css +66 -0
- package/build/src/styles/presets/foundry/theme/CodeBlock/style.css +219 -0
- package/build/src/styles/presets/foundry/theme/ContentFooter/style.css +92 -0
- package/build/src/styles/presets/foundry/theme/Details/style.css +65 -0
- package/build/src/styles/presets/foundry/theme/DocBreadcrumbs/style.css +55 -0
- package/build/src/styles/presets/foundry/theme/DocCard/style.css +53 -0
- package/build/src/styles/presets/foundry/theme/DocItem/Content/style.css +18 -0
- package/build/src/styles/presets/foundry/theme/DocItem/Footer/style.css +22 -0
- package/build/src/styles/presets/foundry/theme/DocPaginator/style.css +97 -0
- package/build/src/styles/presets/foundry/theme/DocSidebar/style.css +126 -0
- package/build/src/styles/presets/foundry/theme/DocSidebarMobile/style.css +111 -0
- package/build/src/styles/presets/foundry/theme/DocVersionBadge/style.css +37 -0
- package/build/src/styles/presets/foundry/theme/Footer/Commons/style.css +177 -0
- package/build/src/styles/presets/foundry/theme/Footer/Embassy/style.css +183 -0
- package/build/src/styles/presets/foundry/theme/Footer/Launchpad/style.css +210 -0
- package/build/src/styles/presets/foundry/theme/Footer/Ledger/style.css +119 -0
- package/build/src/styles/presets/foundry/theme/Heading/style.css +118 -0
- package/build/src/styles/presets/foundry/theme/MDXContent/style.css +376 -0
- package/build/src/styles/presets/foundry/theme/Navbar/Bridge/style.css +391 -0
- package/build/src/styles/presets/foundry/theme/Navbar/Canopy/style.css +392 -0
- package/build/src/styles/presets/foundry/theme/Navbar/Compass/style.css +351 -0
- package/build/src/styles/presets/foundry/theme/Navbar/Monolith/style.css +287 -0
- package/build/src/styles/presets/foundry/theme/SearchBar/style.css +102 -0
- package/build/src/styles/presets/foundry/theme/TOC/style.css +27 -0
- package/build/src/styles/presets/foundry/theme/TOCCollapsible/style.css +134 -0
- package/build/src/styles/presets/foundry/theme/Tabs/style.css +77 -0
- package/build/src/styles/presets/foundry/theme/Tag/style.css +80 -0
- package/build/src/styles/presets/sentinel/components/app-market-download/style.css +90 -0
- package/build/src/styles/presets/sentinel/components/blog-preview/style.css +187 -0
- package/build/src/styles/presets/sentinel/components/features/style.css +177 -0
- package/build/src/styles/presets/sentinel/components/hero/style.css +189 -0
- package/build/src/styles/presets/sentinel/components/install-strip/style.css +163 -0
- package/build/src/styles/presets/sentinel/components/terminology/style.css +35 -0
- package/build/src/styles/presets/sentinel/preset.css +715 -0
- package/build/src/styles/presets/sentinel/theme/AnnouncementBar/style.css +62 -0
- package/build/src/styles/presets/sentinel/theme/BackToTopButton/style.css +58 -0
- package/build/src/styles/presets/sentinel/theme/BlogArchivePage/style.css +55 -0
- package/build/src/styles/presets/sentinel/theme/BlogListPaginator/style.css +96 -0
- package/build/src/styles/presets/sentinel/theme/BlogPostItem/style.css +222 -0
- package/build/src/styles/presets/sentinel/theme/BlogPostPaginator/style.css +117 -0
- package/build/src/styles/presets/sentinel/theme/BlogSidebar/style.css +76 -0
- package/build/src/styles/presets/sentinel/theme/CodeBlock/style.css +233 -0
- package/build/src/styles/presets/sentinel/theme/ContentFooter/style.css +98 -0
- package/build/src/styles/presets/sentinel/theme/Details/style.css +77 -0
- package/build/src/styles/presets/sentinel/theme/DocBreadcrumbs/style.css +49 -0
- package/build/src/styles/presets/sentinel/theme/DocCard/style.css +55 -0
- package/build/src/styles/presets/sentinel/theme/DocItem/Content/style.css +19 -0
- package/build/src/styles/presets/sentinel/theme/DocItem/Footer/style.css +22 -0
- package/build/src/styles/presets/sentinel/theme/DocPaginator/style.css +117 -0
- package/build/src/styles/presets/sentinel/theme/DocSidebar/style.css +151 -0
- package/build/src/styles/presets/sentinel/theme/DocSidebarMobile/style.css +130 -0
- package/build/src/styles/presets/sentinel/theme/DocVersionBadge/style.css +40 -0
- package/build/src/styles/presets/sentinel/theme/Footer/Commons/style.css +127 -0
- package/build/src/styles/presets/sentinel/theme/Footer/Embassy/style.css +198 -0
- package/build/src/styles/presets/sentinel/theme/Footer/Launchpad/style.css +199 -0
- package/build/src/styles/presets/sentinel/theme/Footer/Ledger/style.css +117 -0
- package/build/src/styles/presets/sentinel/theme/Heading/style.css +143 -0
- package/build/src/styles/presets/sentinel/theme/MDXContent/style.css +343 -0
- package/build/src/styles/presets/sentinel/theme/Navbar/Bridge/style.css +329 -0
- package/build/src/styles/presets/sentinel/theme/Navbar/Canopy/style.css +390 -0
- package/build/src/styles/presets/sentinel/theme/Navbar/Compass/style.css +308 -0
- package/build/src/styles/presets/sentinel/theme/Navbar/Monolith/style.css +267 -0
- package/build/src/styles/presets/sentinel/theme/SearchBar/style.css +118 -0
- package/build/src/styles/presets/sentinel/theme/TOC/style.css +27 -0
- package/build/src/styles/presets/sentinel/theme/TOCCollapsible/style.css +153 -0
- package/build/src/styles/presets/sentinel/theme/Tabs/style.css +70 -0
- package/build/src/styles/presets/sentinel/theme/Tag/style.css +76 -0
- package/build/src/styles/presets/signal/components/app-market-download/style.css +81 -0
- package/build/src/styles/presets/signal/components/blog-preview/style.css +140 -0
- package/build/src/styles/presets/signal/components/features/style.css +89 -0
- package/build/src/styles/presets/signal/components/hero/style.css +105 -0
- package/build/src/styles/presets/signal/components/install-strip/style.css +182 -0
- package/build/src/styles/presets/signal/components/terminology/style.css +35 -0
- package/build/src/styles/presets/signal/preset.css +574 -0
- package/build/src/styles/presets/signal/theme/AnnouncementBar/style.css +53 -0
- package/build/src/styles/presets/signal/theme/BackToTopButton/style.css +50 -0
- package/build/src/styles/presets/signal/theme/BlogArchivePage/style.css +52 -0
- package/build/src/styles/presets/signal/theme/BlogListPaginator/style.css +109 -0
- package/build/src/styles/presets/signal/theme/BlogPostItem/style.css +188 -0
- package/build/src/styles/presets/signal/theme/BlogPostPaginator/style.css +108 -0
- package/build/src/styles/presets/signal/theme/BlogSidebar/style.css +74 -0
- package/build/src/styles/presets/signal/theme/CodeBlock/style.css +200 -0
- package/build/src/styles/presets/signal/theme/ContentFooter/style.css +95 -0
- package/build/src/styles/presets/signal/theme/Details/style.css +62 -0
- package/build/src/styles/presets/signal/theme/DocBreadcrumbs/style.css +45 -0
- package/build/src/styles/presets/signal/theme/DocCard/style.css +48 -0
- package/build/src/styles/presets/signal/theme/DocItem/Content/style.css +15 -0
- package/build/src/styles/presets/signal/theme/DocItem/Footer/style.css +15 -0
- package/build/src/styles/presets/signal/theme/DocPaginator/style.css +108 -0
- package/build/src/styles/presets/signal/theme/DocSidebar/style.css +162 -0
- package/build/src/styles/presets/signal/theme/DocSidebarMobile/style.css +123 -0
- package/build/src/styles/presets/signal/theme/DocVersionBadge/style.css +47 -0
- package/build/src/styles/presets/signal/theme/Footer/Commons/style.css +126 -0
- package/build/src/styles/presets/signal/theme/Footer/Embassy/style.css +161 -0
- package/build/src/styles/presets/signal/theme/Footer/Launchpad/style.css +182 -0
- package/build/src/styles/presets/signal/theme/Footer/Ledger/style.css +127 -0
- package/build/src/styles/presets/signal/theme/Heading/style.css +93 -0
- package/build/src/styles/presets/signal/theme/MDXContent/style.css +403 -0
- package/build/src/styles/presets/signal/theme/Navbar/Bridge/style.css +326 -0
- package/build/src/styles/presets/signal/theme/Navbar/Canopy/style.css +330 -0
- package/build/src/styles/presets/signal/theme/Navbar/Compass/style.css +308 -0
- package/build/src/styles/presets/signal/theme/Navbar/Monolith/style.css +286 -0
- package/build/src/styles/presets/signal/theme/SearchBar/style.css +120 -0
- package/build/src/styles/presets/signal/theme/TOC/style.css +24 -0
- package/build/src/styles/presets/signal/theme/TOCCollapsible/style.css +156 -0
- package/build/src/styles/presets/signal/theme/Tabs/style.css +67 -0
- package/build/src/styles/presets/signal/theme/Tag/style.css +77 -0
- package/build/src/styles/reset.css +52 -0
- package/build/src/styles/theme/Admonition/style.css +36 -0
- package/build/src/styles/theme/AnnouncementBar/style.css +55 -0
- package/build/src/styles/theme/BackToTopButton/style.css +25 -0
- package/build/src/styles/theme/Blog/Pages/BlogAuthorsListPage/style.css +74 -0
- package/build/src/styles/theme/Blog/Pages/BlogAuthorsPostsPage/style.css +34 -0
- package/build/src/styles/theme/BlogArchivePage/style.css +65 -0
- package/build/src/styles/theme/BlogLayout/style.css +87 -0
- package/build/src/styles/theme/BlogListPage/style.css +5 -0
- package/build/src/styles/theme/BlogListPaginator/style.css +65 -0
- package/build/src/styles/theme/BlogPostItem/style.css +160 -0
- package/build/src/styles/theme/BlogPostItems/style.css +5 -0
- package/build/src/styles/theme/BlogPostPage/style.css +5 -0
- package/build/src/styles/theme/BlogPostPaginator/style.css +103 -0
- package/build/src/styles/theme/BlogSidebar/style.css +135 -0
- package/build/src/styles/theme/BlogSidebarMobile/style.css +14 -0
- package/build/src/styles/theme/BlogTagsListPage/style.css +10 -0
- package/build/src/styles/theme/BlogTagsPostsPage/style.css +39 -0
- package/build/src/styles/theme/CodeBlock/style.css +244 -0
- package/build/src/styles/theme/CodeInline/style.css +24 -0
- package/build/src/styles/theme/ColorModeToggle/style.css +39 -0
- package/build/src/styles/theme/ContentFooter/style.css +106 -0
- package/build/src/styles/theme/ContentVisibility/Draft/style.css +5 -0
- package/build/src/styles/theme/ContentVisibility/Unlisted/style.css +5 -0
- package/build/src/styles/theme/ContentVisibility/style.css +5 -0
- package/build/src/styles/theme/Details/style.css +101 -0
- package/build/src/styles/theme/DocBreadcrumbs/style.css +80 -0
- package/build/src/styles/theme/DocCard/style.css +35 -0
- package/build/src/styles/theme/DocCardList/style.css +16 -0
- package/build/src/styles/theme/DocCategoryGeneratedIndexPage/style.css +12 -0
- package/build/src/styles/theme/DocItem/Content/style.css +19 -0
- package/build/src/styles/theme/DocItem/Footer/style.css +13 -0
- package/build/src/styles/theme/DocItem/Layout/style.css +5 -0
- package/build/src/styles/theme/DocItem/Metadata/style.css +5 -0
- package/build/src/styles/theme/DocItem/Paginator/style.css +5 -0
- package/build/src/styles/theme/DocItem/TOC/Desktop/style.css +5 -0
- package/build/src/styles/theme/DocItem/TOC/Mobile/style.css +22 -0
- package/build/src/styles/theme/DocItem/style.css +5 -0
- package/build/src/styles/theme/DocPaginator/style.css +103 -0
- package/build/src/styles/theme/DocRoot/Layout/Main/style.css +10 -0
- package/build/src/styles/theme/DocRoot/Layout/Sidebar/style.css +16 -0
- package/build/src/styles/theme/DocRoot/Layout/style.css +19 -0
- package/build/src/styles/theme/DocRoot/style.css +5 -0
- package/build/src/styles/theme/DocSidebar/style.css +180 -0
- package/build/src/styles/theme/DocSidebarItem/Category/style.css +5 -0
- package/build/src/styles/theme/DocSidebarItem/Html/style.css +5 -0
- package/build/src/styles/theme/DocSidebarItem/Link/style.css +5 -0
- package/build/src/styles/theme/DocSidebarItem/style.css +5 -0
- package/build/src/styles/theme/DocSidebarItems/style.css +5 -0
- package/build/src/styles/theme/DocSidebarMobile/style.css +236 -0
- package/build/src/styles/theme/DocTagDocListPage/style.css +5 -0
- package/build/src/styles/theme/DocTagsListPage/style.css +5 -0
- package/build/src/styles/theme/DocVersionBadge/style.css +12 -0
- package/build/src/styles/theme/DocVersionBanner/style.css +11 -0
- package/build/src/styles/theme/DocVersionRoot/style.css +5 -0
- package/build/src/styles/theme/DocsRoot/style.css +5 -0
- package/build/src/styles/theme/EditMetaRow/style.css +13 -0
- package/build/src/styles/theme/EditThisPage/style.css +5 -0
- package/build/src/styles/theme/Error/style.css +17 -0
- package/build/src/styles/theme/ErrorPageContent/style.css +5 -0
- package/build/src/styles/theme/Footer/Commons/style.css +12 -0
- package/build/src/styles/theme/Footer/Embassy/style.css +30 -0
- package/build/src/styles/theme/Footer/Launchpad/style.css +42 -0
- package/build/src/styles/theme/Footer/Ledger/style.css +40 -0
- package/build/src/styles/theme/Footer/style.css +21 -0
- package/build/src/styles/theme/Heading/style.css +5 -0
- package/build/src/styles/theme/LastUpdated/style.css +5 -0
- package/build/src/styles/theme/Layout/Provider/style.css +5 -0
- package/build/src/styles/theme/Layout/style.css +5 -0
- package/build/src/styles/theme/Loading/style.css +74 -0
- package/build/src/styles/theme/MDXComponents/style.css +5 -0
- package/build/src/styles/theme/MDXContent/style.css +27 -0
- package/build/src/styles/theme/MDXPage/style.css +5 -0
- package/build/src/styles/theme/Mermaid/style.css +7 -0
- package/build/src/styles/theme/Navbar/Bridge/style.css +210 -0
- package/build/src/styles/theme/Navbar/Canopy/style.css +237 -0
- package/build/src/styles/theme/Navbar/Compass/style.css +205 -0
- package/build/src/styles/theme/Navbar/Monolith/style.css +192 -0
- package/build/src/styles/theme/Navbar/style.css +71 -0
- package/build/src/styles/theme/NavbarItem/style.css +5 -0
- package/build/src/styles/theme/NotFound/Content/style.css +5 -0
- package/build/src/styles/theme/NotFound/style.css +5 -0
- package/build/src/styles/theme/Root/style.css +5 -0
- package/build/src/styles/theme/SearchBar/style.css +334 -0
- package/build/src/styles/theme/SearchMetadata/style.css +5 -0
- package/build/src/styles/theme/SearchPage/style.css +5 -0
- package/build/src/styles/theme/SiteMetadata/style.css +5 -0
- package/build/src/styles/theme/SkipToContent/style.css +5 -0
- package/build/src/styles/theme/TOC/style.css +66 -0
- package/build/src/styles/theme/TOCCollapsible/style.css +222 -0
- package/build/src/styles/theme/TabItem/style.css +5 -0
- package/build/src/styles/theme/Tabs/style.css +49 -0
- package/build/src/styles/theme/Tag/style.css +23 -0
- package/build/src/styles/theme/TagsListByLetter/style.css +16 -0
- package/build/src/styles/theme/ThemeProvider/TitleFormatter/style.css +5 -0
- package/build/src/styles/theme/ThemeProvider/style.css +5 -0
- package/build/src/styles/theme/ThemedImage/style.css +5 -0
- package/build/src/styles/utilities.css +112 -0
- package/build/src/tests/config-drift.test.d.ts +2 -0
- package/build/src/tests/config-drift.test.d.ts.map +1 -0
- package/build/src/tests/config-drift.test.js +310 -0
- package/build/src/tests/config-drift.test.js.map +1 -0
- package/build/src/tests/lib/color.test.d.ts +2 -0
- package/build/src/tests/lib/color.test.d.ts.map +1 -0
- package/build/src/tests/lib/color.test.js +157 -0
- package/build/src/tests/lib/color.test.js.map +1 -0
- package/build/src/tests/lib/css-generator.test.d.ts +2 -0
- package/build/src/tests/lib/css-generator.test.d.ts.map +1 -0
- package/build/src/tests/lib/css-generator.test.js +745 -0
- package/build/src/tests/lib/css-generator.test.js.map +1 -0
- package/build/src/tests/lib/rehype-shiki.test.d.ts +2 -0
- package/build/src/tests/lib/rehype-shiki.test.d.ts.map +1 -0
- package/build/src/tests/lib/rehype-shiki.test.js +245 -0
- package/build/src/tests/lib/rehype-shiki.test.js.map +1 -0
- package/build/src/tests/lib/search/indexer.test.d.ts +2 -0
- package/build/src/tests/lib/search/indexer.test.d.ts.map +1 -0
- package/build/src/tests/lib/search/indexer.test.js +294 -0
- package/build/src/tests/lib/search/indexer.test.js.map +1 -0
- package/build/src/tests/lib/search/worker.test.d.ts +2 -0
- package/build/src/tests/lib/search/worker.test.d.ts.map +1 -0
- package/build/src/tests/lib/search/worker.test.js +148 -0
- package/build/src/tests/lib/search/worker.test.js.map +1 -0
- package/build/src/tests/lib/shiki-themes.test.d.ts +2 -0
- package/build/src/tests/lib/shiki-themes.test.d.ts.map +1 -0
- package/build/src/tests/lib/shiki-themes.test.js +30 -0
- package/build/src/tests/lib/shiki-themes.test.js.map +1 -0
- package/build/src/tests/options.test.d.ts +2 -0
- package/build/src/tests/options.test.d.ts.map +1 -0
- package/build/src/tests/options.test.js +488 -0
- package/build/src/tests/options.test.js.map +1 -0
- package/build/src/tests/preset.test.d.ts +2 -0
- package/build/src/tests/preset.test.d.ts.map +1 -0
- package/build/src/tests/preset.test.js +169 -0
- package/build/src/tests/preset.test.js.map +1 -0
- package/build/src/tests/presets/envoy/preset.test.d.ts +2 -0
- package/build/src/tests/presets/envoy/preset.test.d.ts.map +1 -0
- package/build/src/tests/presets/envoy/preset.test.js +53 -0
- package/build/src/tests/presets/envoy/preset.test.js.map +1 -0
- package/build/src/tests/presets/foundry/preset.test.d.ts +2 -0
- package/build/src/tests/presets/foundry/preset.test.d.ts.map +1 -0
- package/build/src/tests/presets/foundry/preset.test.js +53 -0
- package/build/src/tests/presets/foundry/preset.test.js.map +1 -0
- package/build/src/tests/presets/index.test.d.ts +2 -0
- package/build/src/tests/presets/index.test.d.ts.map +1 -0
- package/build/src/tests/presets/index.test.js +47 -0
- package/build/src/tests/presets/index.test.js.map +1 -0
- package/build/src/tests/presets/sentinel/preset.test.d.ts +2 -0
- package/build/src/tests/presets/sentinel/preset.test.d.ts.map +1 -0
- package/build/src/tests/presets/sentinel/preset.test.js +53 -0
- package/build/src/tests/presets/sentinel/preset.test.js.map +1 -0
- package/build/src/tests/presets/signal/preset.test.d.ts +2 -0
- package/build/src/tests/presets/signal/preset.test.d.ts.map +1 -0
- package/build/src/tests/presets/signal/preset.test.js +53 -0
- package/build/src/tests/presets/signal/preset.test.js.map +1 -0
- package/build/src/tests/theme/CodeBlock/live-editor.test.d.ts +2 -0
- package/build/src/tests/theme/CodeBlock/live-editor.test.d.ts.map +1 -0
- package/build/src/tests/theme/CodeBlock/live-editor.test.js +37 -0
- package/build/src/tests/theme/CodeBlock/live-editor.test.js.map +1 -0
- package/build/src/tests/theme-drift.test.d.ts +2 -0
- package/build/src/tests/theme-drift.test.d.ts.map +1 -0
- package/build/src/tests/theme-drift.test.js +91 -0
- package/build/src/tests/theme-drift.test.js.map +1 -0
- package/build/src/tests/type-declarations.test.d.ts +2 -0
- package/build/src/tests/type-declarations.test.d.ts.map +1 -0
- package/build/src/tests/type-declarations.test.js +564 -0
- package/build/src/tests/type-declarations.test.js.map +1 -0
- package/build/src/theme/Admonition/index.d.ts +4 -0
- package/build/src/theme/Admonition/index.d.ts.map +1 -0
- package/build/src/theme/Admonition/index.js +17 -0
- package/build/src/theme/Admonition/index.js.map +1 -0
- package/build/src/theme/AnnouncementBar/index.d.ts +4 -0
- package/build/src/theme/AnnouncementBar/index.d.ts.map +1 -0
- package/build/src/theme/AnnouncementBar/index.js +57 -0
- package/build/src/theme/AnnouncementBar/index.js.map +1 -0
- package/build/src/theme/BackToTopButton/index.d.ts +4 -0
- package/build/src/theme/BackToTopButton/index.d.ts.map +1 -0
- package/build/src/theme/BackToTopButton/index.js +42 -0
- package/build/src/theme/BackToTopButton/index.js.map +1 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts +4 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts.map +1 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.js +25 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.js.map +1 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts +4 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts.map +1 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.js +24 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.js.map +1 -0
- package/build/src/theme/BlogArchivePage/index.d.ts +4 -0
- package/build/src/theme/BlogArchivePage/index.d.ts.map +1 -0
- package/build/src/theme/BlogArchivePage/index.js +41 -0
- package/build/src/theme/BlogArchivePage/index.js.map +1 -0
- package/build/src/theme/BlogLayout/index.d.ts +4 -0
- package/build/src/theme/BlogLayout/index.d.ts.map +1 -0
- package/build/src/theme/BlogLayout/index.js +21 -0
- package/build/src/theme/BlogLayout/index.js.map +1 -0
- package/build/src/theme/BlogListPage/index.d.ts +4 -0
- package/build/src/theme/BlogListPage/index.d.ts.map +1 -0
- package/build/src/theme/BlogListPage/index.js +11 -0
- package/build/src/theme/BlogListPage/index.js.map +1 -0
- package/build/src/theme/BlogListPaginator/index.d.ts +4 -0
- package/build/src/theme/BlogListPaginator/index.d.ts.map +1 -0
- package/build/src/theme/BlogListPaginator/index.js +96 -0
- package/build/src/theme/BlogListPaginator/index.js.map +1 -0
- package/build/src/theme/BlogPostItem/index.d.ts +4 -0
- package/build/src/theme/BlogPostItem/index.d.ts.map +1 -0
- package/build/src/theme/BlogPostItem/index.js +66 -0
- package/build/src/theme/BlogPostItem/index.js.map +1 -0
- package/build/src/theme/BlogPostItems/index.d.ts +4 -0
- package/build/src/theme/BlogPostItems/index.d.ts.map +1 -0
- package/build/src/theme/BlogPostItems/index.js +12 -0
- package/build/src/theme/BlogPostItems/index.js.map +1 -0
- package/build/src/theme/BlogPostPage/index.d.ts +4 -0
- package/build/src/theme/BlogPostPage/index.d.ts.map +1 -0
- package/build/src/theme/BlogPostPage/index.js +58 -0
- package/build/src/theme/BlogPostPage/index.js.map +1 -0
- package/build/src/theme/BlogPostPaginator/index.d.ts +4 -0
- package/build/src/theme/BlogPostPaginator/index.d.ts.map +1 -0
- package/build/src/theme/BlogPostPaginator/index.js +55 -0
- package/build/src/theme/BlogPostPaginator/index.js.map +1 -0
- package/build/src/theme/BlogSidebar/index.d.ts +4 -0
- package/build/src/theme/BlogSidebar/index.d.ts.map +1 -0
- package/build/src/theme/BlogSidebar/index.js +52 -0
- package/build/src/theme/BlogSidebar/index.js.map +1 -0
- package/build/src/theme/BlogSidebarMobile/index.d.ts +4 -0
- package/build/src/theme/BlogSidebarMobile/index.d.ts.map +1 -0
- package/build/src/theme/BlogSidebarMobile/index.js +107 -0
- package/build/src/theme/BlogSidebarMobile/index.js.map +1 -0
- package/build/src/theme/BlogTagsListPage/index.d.ts +4 -0
- package/build/src/theme/BlogTagsListPage/index.d.ts.map +1 -0
- package/build/src/theme/BlogTagsListPage/index.js +16 -0
- package/build/src/theme/BlogTagsListPage/index.js.map +1 -0
- package/build/src/theme/BlogTagsPostsPage/index.d.ts +4 -0
- package/build/src/theme/BlogTagsPostsPage/index.d.ts.map +1 -0
- package/build/src/theme/BlogTagsPostsPage/index.js +20 -0
- package/build/src/theme/BlogTagsPostsPage/index.js.map +1 -0
- package/build/src/theme/CodeBlock/index.d.ts +4 -0
- package/build/src/theme/CodeBlock/index.d.ts.map +1 -0
- package/build/src/theme/CodeBlock/index.js +113 -0
- package/build/src/theme/CodeBlock/index.js.map +1 -0
- package/build/src/theme/CodeBlock/live-editor.d.ts +5 -0
- package/build/src/theme/CodeBlock/live-editor.d.ts.map +1 -0
- package/build/src/theme/CodeBlock/live-editor.js +29 -0
- package/build/src/theme/CodeBlock/live-editor.js.map +1 -0
- package/build/src/theme/CodeInline/index.d.ts +4 -0
- package/build/src/theme/CodeInline/index.d.ts.map +1 -0
- package/build/src/theme/CodeInline/index.js +6 -0
- package/build/src/theme/CodeInline/index.js.map +1 -0
- package/build/src/theme/ColorModeToggle/index.d.ts +3 -0
- package/build/src/theme/ColorModeToggle/index.d.ts.map +1 -0
- package/build/src/theme/ColorModeToggle/index.js +5 -0
- package/build/src/theme/ColorModeToggle/index.js.map +1 -0
- package/build/src/theme/ContentFooter/index.d.ts +4 -0
- package/build/src/theme/ContentFooter/index.d.ts.map +1 -0
- package/build/src/theme/ContentFooter/index.js +114 -0
- package/build/src/theme/ContentFooter/index.js.map +1 -0
- package/build/src/theme/ContentVisibility/Draft/index.d.ts +4 -0
- package/build/src/theme/ContentVisibility/Draft/index.d.ts.map +1 -0
- package/build/src/theme/ContentVisibility/Draft/index.js +7 -0
- package/build/src/theme/ContentVisibility/Draft/index.js.map +1 -0
- package/build/src/theme/ContentVisibility/Unlisted/index.d.ts +4 -0
- package/build/src/theme/ContentVisibility/Unlisted/index.d.ts.map +1 -0
- package/build/src/theme/ContentVisibility/Unlisted/index.js +7 -0
- package/build/src/theme/ContentVisibility/Unlisted/index.js.map +1 -0
- package/build/src/theme/ContentVisibility/index.d.ts +4 -0
- package/build/src/theme/ContentVisibility/index.d.ts.map +1 -0
- package/build/src/theme/ContentVisibility/index.js +11 -0
- package/build/src/theme/ContentVisibility/index.js.map +1 -0
- package/build/src/theme/Details/index.d.ts +4 -0
- package/build/src/theme/Details/index.d.ts.map +1 -0
- package/build/src/theme/Details/index.js +33 -0
- package/build/src/theme/Details/index.js.map +1 -0
- package/build/src/theme/DocBreadcrumbs/index.d.ts +3 -0
- package/build/src/theme/DocBreadcrumbs/index.d.ts.map +1 -0
- package/build/src/theme/DocBreadcrumbs/index.js +38 -0
- package/build/src/theme/DocBreadcrumbs/index.js.map +1 -0
- package/build/src/theme/DocCard/index.d.ts +4 -0
- package/build/src/theme/DocCard/index.d.ts.map +1 -0
- package/build/src/theme/DocCard/index.js +53 -0
- package/build/src/theme/DocCard/index.js.map +1 -0
- package/build/src/theme/DocCardList/index.d.ts +4 -0
- package/build/src/theme/DocCardList/index.d.ts.map +1 -0
- package/build/src/theme/DocCardList/index.js +16 -0
- package/build/src/theme/DocCardList/index.js.map +1 -0
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts +4 -0
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts.map +1 -0
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.js +35 -0
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.js.map +1 -0
- package/build/src/theme/DocItem/Content/index.d.ts +4 -0
- package/build/src/theme/DocItem/Content/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/Content/index.js +18 -0
- package/build/src/theme/DocItem/Content/index.js.map +1 -0
- package/build/src/theme/DocItem/Footer/index.d.ts +3 -0
- package/build/src/theme/DocItem/Footer/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/Footer/index.js +39 -0
- package/build/src/theme/DocItem/Footer/index.js.map +1 -0
- package/build/src/theme/DocItem/Layout/index.d.ts +4 -0
- package/build/src/theme/DocItem/Layout/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/Layout/index.js +27 -0
- package/build/src/theme/DocItem/Layout/index.js.map +1 -0
- package/build/src/theme/DocItem/Metadata/index.d.ts +3 -0
- package/build/src/theme/DocItem/Metadata/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/Metadata/index.js +20 -0
- package/build/src/theme/DocItem/Metadata/index.js.map +1 -0
- package/build/src/theme/DocItem/Paginator/index.d.ts +3 -0
- package/build/src/theme/DocItem/Paginator/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/Paginator/index.js +29 -0
- package/build/src/theme/DocItem/Paginator/index.js.map +1 -0
- package/build/src/theme/DocItem/TOC/Desktop/index.d.ts +3 -0
- package/build/src/theme/DocItem/TOC/Desktop/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/TOC/Desktop/index.js +16 -0
- package/build/src/theme/DocItem/TOC/Desktop/index.js.map +1 -0
- package/build/src/theme/DocItem/TOC/Mobile/index.d.ts +3 -0
- package/build/src/theme/DocItem/TOC/Mobile/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/TOC/Mobile/index.js +16 -0
- package/build/src/theme/DocItem/TOC/Mobile/index.js.map +1 -0
- package/build/src/theme/DocItem/index.d.ts +4 -0
- package/build/src/theme/DocItem/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/index.js +13 -0
- package/build/src/theme/DocItem/index.js.map +1 -0
- package/build/src/theme/DocPaginator/index.d.ts +4 -0
- package/build/src/theme/DocPaginator/index.d.ts.map +1 -0
- package/build/src/theme/DocPaginator/index.js +46 -0
- package/build/src/theme/DocPaginator/index.js.map +1 -0
- package/build/src/theme/DocRoot/Layout/Main/index.d.ts +4 -0
- package/build/src/theme/DocRoot/Layout/Main/index.d.ts.map +1 -0
- package/build/src/theme/DocRoot/Layout/Main/index.js +6 -0
- package/build/src/theme/DocRoot/Layout/Main/index.js.map +1 -0
- package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts +4 -0
- package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts.map +1 -0
- package/build/src/theme/DocRoot/Layout/Sidebar/index.js +45 -0
- package/build/src/theme/DocRoot/Layout/Sidebar/index.js.map +1 -0
- package/build/src/theme/DocRoot/Layout/index.d.ts +4 -0
- package/build/src/theme/DocRoot/Layout/index.d.ts.map +1 -0
- package/build/src/theme/DocRoot/Layout/index.js +13 -0
- package/build/src/theme/DocRoot/Layout/index.js.map +1 -0
- package/build/src/theme/DocRoot/index.d.ts +4 -0
- package/build/src/theme/DocRoot/index.d.ts.map +1 -0
- package/build/src/theme/DocRoot/index.js +14 -0
- package/build/src/theme/DocRoot/index.js.map +1 -0
- package/build/src/theme/DocSidebar/index.d.ts +4 -0
- package/build/src/theme/DocSidebar/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebar/index.js +13 -0
- package/build/src/theme/DocSidebar/index.js.map +1 -0
- package/build/src/theme/DocSidebarItem/Category/index.d.ts +4 -0
- package/build/src/theme/DocSidebarItem/Category/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebarItem/Category/index.js +102 -0
- package/build/src/theme/DocSidebarItem/Category/index.js.map +1 -0
- package/build/src/theme/DocSidebarItem/Html/index.d.ts +4 -0
- package/build/src/theme/DocSidebarItem/Html/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebarItem/Html/index.js +7 -0
- package/build/src/theme/DocSidebarItem/Html/index.js.map +1 -0
- package/build/src/theme/DocSidebarItem/Link/index.d.ts +4 -0
- package/build/src/theme/DocSidebarItem/Link/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebarItem/Link/index.js +10 -0
- package/build/src/theme/DocSidebarItem/Link/index.js.map +1 -0
- package/build/src/theme/DocSidebarItem/index.d.ts +4 -0
- package/build/src/theme/DocSidebarItem/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebarItem/index.js +19 -0
- package/build/src/theme/DocSidebarItem/index.js.map +1 -0
- package/build/src/theme/DocSidebarItems/index.d.ts +4 -0
- package/build/src/theme/DocSidebarItems/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebarItems/index.js +9 -0
- package/build/src/theme/DocSidebarItems/index.js.map +1 -0
- package/build/src/theme/DocSidebarMobile/index.d.ts +3 -0
- package/build/src/theme/DocSidebarMobile/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebarMobile/index.js +108 -0
- package/build/src/theme/DocSidebarMobile/index.js.map +1 -0
- package/build/src/theme/DocTagDocListPage/index.d.ts +4 -0
- package/build/src/theme/DocTagDocListPage/index.d.ts.map +1 -0
- package/build/src/theme/DocTagDocListPage/index.js +20 -0
- package/build/src/theme/DocTagDocListPage/index.js.map +1 -0
- package/build/src/theme/DocTagsListPage/index.d.ts +4 -0
- package/build/src/theme/DocTagsListPage/index.d.ts.map +1 -0
- package/build/src/theme/DocTagsListPage/index.js +10 -0
- package/build/src/theme/DocTagsListPage/index.js.map +1 -0
- package/build/src/theme/DocVersionBadge/index.d.ts +3 -0
- package/build/src/theme/DocVersionBadge/index.d.ts.map +1 -0
- package/build/src/theme/DocVersionBadge/index.js +13 -0
- package/build/src/theme/DocVersionBadge/index.js.map +1 -0
- package/build/src/theme/DocVersionBanner/index.d.ts +3 -0
- package/build/src/theme/DocVersionBanner/index.d.ts.map +1 -0
- package/build/src/theme/DocVersionBanner/index.js +20 -0
- package/build/src/theme/DocVersionBanner/index.js.map +1 -0
- package/build/src/theme/DocVersionRoot/index.d.ts +4 -0
- package/build/src/theme/DocVersionRoot/index.d.ts.map +1 -0
- package/build/src/theme/DocVersionRoot/index.js +12 -0
- package/build/src/theme/DocVersionRoot/index.js.map +1 -0
- package/build/src/theme/DocsRoot/index.d.ts +4 -0
- package/build/src/theme/DocsRoot/index.d.ts.map +1 -0
- package/build/src/theme/DocsRoot/index.js +9 -0
- package/build/src/theme/DocsRoot/index.js.map +1 -0
- package/build/src/theme/EditMetaRow/index.d.ts +4 -0
- package/build/src/theme/EditMetaRow/index.d.ts.map +1 -0
- package/build/src/theme/EditMetaRow/index.js +16 -0
- package/build/src/theme/EditMetaRow/index.js.map +1 -0
- package/build/src/theme/EditThisPage/index.d.ts +4 -0
- package/build/src/theme/EditThisPage/index.d.ts.map +1 -0
- package/build/src/theme/EditThisPage/index.js +13 -0
- package/build/src/theme/EditThisPage/index.js.map +1 -0
- package/build/src/theme/Error/index.d.ts +4 -0
- package/build/src/theme/Error/index.d.ts.map +1 -0
- package/build/src/theme/Error/index.js +13 -0
- package/build/src/theme/Error/index.js.map +1 -0
- package/build/src/theme/ErrorPageContent/index.d.ts +4 -0
- package/build/src/theme/ErrorPageContent/index.d.ts.map +1 -0
- package/build/src/theme/ErrorPageContent/index.js +19 -0
- package/build/src/theme/ErrorPageContent/index.js.map +1 -0
- package/build/src/theme/Footer/Commons/index.d.ts +4 -0
- package/build/src/theme/Footer/Commons/index.d.ts.map +1 -0
- package/build/src/theme/Footer/Commons/index.js +25 -0
- package/build/src/theme/Footer/Commons/index.js.map +1 -0
- package/build/src/theme/Footer/Embassy/index.d.ts +4 -0
- package/build/src/theme/Footer/Embassy/index.d.ts.map +1 -0
- package/build/src/theme/Footer/Embassy/index.js +25 -0
- package/build/src/theme/Footer/Embassy/index.js.map +1 -0
- package/build/src/theme/Footer/Launchpad/index.d.ts +4 -0
- package/build/src/theme/Footer/Launchpad/index.d.ts.map +1 -0
- package/build/src/theme/Footer/Launchpad/index.js +26 -0
- package/build/src/theme/Footer/Launchpad/index.js.map +1 -0
- package/build/src/theme/Footer/Ledger/index.d.ts +4 -0
- package/build/src/theme/Footer/Ledger/index.d.ts.map +1 -0
- package/build/src/theme/Footer/Ledger/index.js +32 -0
- package/build/src/theme/Footer/Ledger/index.js.map +1 -0
- package/build/src/theme/Footer/credit.d.ts +4 -0
- package/build/src/theme/Footer/credit.d.ts.map +1 -0
- package/build/src/theme/Footer/credit.js +48 -0
- package/build/src/theme/Footer/credit.js.map +1 -0
- package/build/src/theme/Footer/index.d.ts +3 -0
- package/build/src/theme/Footer/index.d.ts.map +1 -0
- package/build/src/theme/Footer/index.js +43 -0
- package/build/src/theme/Footer/index.js.map +1 -0
- package/build/src/theme/Heading/index.d.ts +7 -0
- package/build/src/theme/Heading/index.d.ts.map +1 -0
- package/build/src/theme/Heading/index.js +15 -0
- package/build/src/theme/Heading/index.js.map +1 -0
- package/build/src/theme/LastUpdated/index.d.ts +4 -0
- package/build/src/theme/LastUpdated/index.d.ts.map +1 -0
- package/build/src/theme/LastUpdated/index.js +45 -0
- package/build/src/theme/LastUpdated/index.js.map +1 -0
- package/build/src/theme/Layout/Provider/index.d.ts +4 -0
- package/build/src/theme/Layout/Provider/index.d.ts.map +1 -0
- package/build/src/theme/Layout/Provider/index.js +17 -0
- package/build/src/theme/Layout/Provider/index.js.map +1 -0
- package/build/src/theme/Layout/index.d.ts +4 -0
- package/build/src/theme/Layout/index.d.ts.map +1 -0
- package/build/src/theme/Layout/index.js +24 -0
- package/build/src/theme/Layout/index.js.map +1 -0
- package/build/src/theme/Loading/index.d.ts +4 -0
- package/build/src/theme/Loading/index.d.ts.map +1 -0
- package/build/src/theme/Loading/index.js +37 -0
- package/build/src/theme/Loading/index.js.map +1 -0
- package/build/src/theme/MDXComponents/index.d.ts +30 -0
- package/build/src/theme/MDXComponents/index.d.ts.map +1 -0
- package/build/src/theme/MDXComponents/index.js +57 -0
- package/build/src/theme/MDXComponents/index.js.map +1 -0
- package/build/src/theme/MDXContent/index.d.ts +4 -0
- package/build/src/theme/MDXContent/index.d.ts.map +1 -0
- package/build/src/theme/MDXContent/index.js +8 -0
- package/build/src/theme/MDXContent/index.js.map +1 -0
- package/build/src/theme/MDXPage/index.d.ts +4 -0
- package/build/src/theme/MDXPage/index.d.ts.map +1 -0
- package/build/src/theme/MDXPage/index.js +52 -0
- package/build/src/theme/MDXPage/index.js.map +1 -0
- package/build/src/theme/Mermaid/index.d.ts +4 -0
- package/build/src/theme/Mermaid/index.d.ts.map +1 -0
- package/build/src/theme/Mermaid/index.js +50 -0
- package/build/src/theme/Mermaid/index.js.map +1 -0
- package/build/src/theme/Navbar/Bridge/index.d.ts +4 -0
- package/build/src/theme/Navbar/Bridge/index.d.ts.map +1 -0
- package/build/src/theme/Navbar/Bridge/index.js +32 -0
- package/build/src/theme/Navbar/Bridge/index.js.map +1 -0
- package/build/src/theme/Navbar/Bridge/mobile-menu.d.ts +4 -0
- package/build/src/theme/Navbar/Bridge/mobile-menu.d.ts.map +1 -0
- package/build/src/theme/Navbar/Bridge/mobile-menu.js +104 -0
- package/build/src/theme/Navbar/Bridge/mobile-menu.js.map +1 -0
- package/build/src/theme/Navbar/Canopy/index.d.ts +4 -0
- package/build/src/theme/Navbar/Canopy/index.d.ts.map +1 -0
- package/build/src/theme/Navbar/Canopy/index.js +32 -0
- package/build/src/theme/Navbar/Canopy/index.js.map +1 -0
- package/build/src/theme/Navbar/Canopy/mobile-menu.d.ts +4 -0
- package/build/src/theme/Navbar/Canopy/mobile-menu.d.ts.map +1 -0
- package/build/src/theme/Navbar/Canopy/mobile-menu.js +103 -0
- package/build/src/theme/Navbar/Canopy/mobile-menu.js.map +1 -0
- package/build/src/theme/Navbar/Compass/index.d.ts +4 -0
- package/build/src/theme/Navbar/Compass/index.d.ts.map +1 -0
- package/build/src/theme/Navbar/Compass/index.js +32 -0
- package/build/src/theme/Navbar/Compass/index.js.map +1 -0
- package/build/src/theme/Navbar/Compass/mobile-menu.d.ts +4 -0
- package/build/src/theme/Navbar/Compass/mobile-menu.d.ts.map +1 -0
- package/build/src/theme/Navbar/Compass/mobile-menu.js +104 -0
- package/build/src/theme/Navbar/Compass/mobile-menu.js.map +1 -0
- package/build/src/theme/Navbar/Monolith/index.d.ts +4 -0
- package/build/src/theme/Navbar/Monolith/index.d.ts.map +1 -0
- package/build/src/theme/Navbar/Monolith/index.js +29 -0
- package/build/src/theme/Navbar/Monolith/index.js.map +1 -0
- package/build/src/theme/Navbar/Monolith/mobile-menu.d.ts +4 -0
- package/build/src/theme/Navbar/Monolith/mobile-menu.d.ts.map +1 -0
- package/build/src/theme/Navbar/Monolith/mobile-menu.js +95 -0
- package/build/src/theme/Navbar/Monolith/mobile-menu.js.map +1 -0
- package/build/src/theme/Navbar/index.d.ts +3 -0
- package/build/src/theme/Navbar/index.d.ts.map +1 -0
- package/build/src/theme/Navbar/index.js +231 -0
- package/build/src/theme/Navbar/index.js.map +1 -0
- package/build/src/theme/NavbarItem/component-types.d.ts +4 -0
- package/build/src/theme/NavbarItem/component-types.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/component-types.js +22 -0
- package/build/src/theme/NavbarItem/component-types.js.map +1 -0
- package/build/src/theme/NavbarItem/default-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/default-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/default-navbar-item.js +18 -0
- package/build/src/theme/NavbarItem/default-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/doc-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/doc-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/doc-navbar-item.js +21 -0
- package/build/src/theme/NavbarItem/doc-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.js +19 -0
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.js +27 -0
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/docs-version-navbar-item.js +13 -0
- package/build/src/theme/NavbarItem/docs-version-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/dropdown-navbar-item.js +9 -0
- package/build/src/theme/NavbarItem/dropdown-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/html-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/html-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/html-navbar-item.js +8 -0
- package/build/src/theme/NavbarItem/html-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/index.d.ts +4 -0
- package/build/src/theme/NavbarItem/index.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/index.js +15 -0
- package/build/src/theme/NavbarItem/index.js.map +1 -0
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.js +34 -0
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/search-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/search-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/search-navbar-item.js +7 -0
- package/build/src/theme/NavbarItem/search-navbar-item.js.map +1 -0
- package/build/src/theme/NotFound/Content/index.d.ts +3 -0
- package/build/src/theme/NotFound/Content/index.d.ts.map +1 -0
- package/build/src/theme/NotFound/Content/index.js +23 -0
- package/build/src/theme/NotFound/Content/index.js.map +1 -0
- package/build/src/theme/NotFound/index.d.ts +3 -0
- package/build/src/theme/NotFound/index.d.ts.map +1 -0
- package/build/src/theme/NotFound/index.js +15 -0
- package/build/src/theme/NotFound/index.js.map +1 -0
- package/build/src/theme/Root/icons.d.ts +2 -0
- package/build/src/theme/Root/icons.d.ts.map +1 -0
- package/build/src/theme/Root/icons.js +10 -0
- package/build/src/theme/Root/icons.js.map +1 -0
- package/build/src/theme/Root/index.d.ts +5 -0
- package/build/src/theme/Root/index.d.ts.map +1 -0
- package/build/src/theme/Root/index.js +7 -0
- package/build/src/theme/Root/index.js.map +1 -0
- package/build/src/theme/SearchBar/index.d.ts +5 -0
- package/build/src/theme/SearchBar/index.d.ts.map +1 -0
- package/build/src/theme/SearchBar/index.js +5 -0
- package/build/src/theme/SearchBar/index.js.map +1 -0
- package/build/src/theme/SearchBar/search-context.d.ts +5 -0
- package/build/src/theme/SearchBar/search-context.d.ts.map +1 -0
- package/build/src/theme/SearchBar/search-context.js +11 -0
- package/build/src/theme/SearchBar/search-context.js.map +1 -0
- package/build/src/theme/SearchBar/search-input.d.ts +4 -0
- package/build/src/theme/SearchBar/search-input.d.ts.map +1 -0
- package/build/src/theme/SearchBar/search-input.js +99 -0
- package/build/src/theme/SearchBar/search-input.js.map +1 -0
- package/build/src/theme/SearchBar/search-provider.d.ts +4 -0
- package/build/src/theme/SearchBar/search-provider.d.ts.map +1 -0
- package/build/src/theme/SearchBar/search-provider.js +66 -0
- package/build/src/theme/SearchBar/search-provider.js.map +1 -0
- package/build/src/theme/SearchBar/search-results.d.ts +4 -0
- package/build/src/theme/SearchBar/search-results.d.ts.map +1 -0
- package/build/src/theme/SearchBar/search-results.js +74 -0
- package/build/src/theme/SearchBar/search-results.js.map +1 -0
- package/build/src/theme/SearchMetadata/index.d.ts +4 -0
- package/build/src/theme/SearchMetadata/index.d.ts.map +1 -0
- package/build/src/theme/SearchMetadata/index.js +7 -0
- package/build/src/theme/SearchMetadata/index.js.map +1 -0
- package/build/src/theme/SearchPage/index.d.ts +4 -0
- package/build/src/theme/SearchPage/index.d.ts.map +1 -0
- package/build/src/theme/SearchPage/index.js +73 -0
- package/build/src/theme/SearchPage/index.js.map +1 -0
- package/build/src/theme/SiteMetadata/index.d.ts +3 -0
- package/build/src/theme/SiteMetadata/index.d.ts.map +1 -0
- package/build/src/theme/SiteMetadata/index.js +35 -0
- package/build/src/theme/SiteMetadata/index.js.map +1 -0
- package/build/src/theme/SkipToContent/index.d.ts +3 -0
- package/build/src/theme/SkipToContent/index.d.ts.map +1 -0
- package/build/src/theme/SkipToContent/index.js +7 -0
- package/build/src/theme/SkipToContent/index.js.map +1 -0
- package/build/src/theme/TOC/index.d.ts +4 -0
- package/build/src/theme/TOC/index.d.ts.map +1 -0
- package/build/src/theme/TOC/index.js +22 -0
- package/build/src/theme/TOC/index.js.map +1 -0
- package/build/src/theme/TOCCollapsible/index.d.ts +4 -0
- package/build/src/theme/TOCCollapsible/index.d.ts.map +1 -0
- package/build/src/theme/TOCCollapsible/index.js +110 -0
- package/build/src/theme/TOCCollapsible/index.js.map +1 -0
- package/build/src/theme/TabItem/index.d.ts +4 -0
- package/build/src/theme/TabItem/index.d.ts.map +1 -0
- package/build/src/theme/TabItem/index.js +11 -0
- package/build/src/theme/TabItem/index.js.map +1 -0
- package/build/src/theme/Tabs/index.d.ts +4 -0
- package/build/src/theme/Tabs/index.d.ts.map +1 -0
- package/build/src/theme/Tabs/index.js +93 -0
- package/build/src/theme/Tabs/index.js.map +1 -0
- package/build/src/theme/Tag/index.d.ts +4 -0
- package/build/src/theme/Tag/index.d.ts.map +1 -0
- package/build/src/theme/Tag/index.js +7 -0
- package/build/src/theme/Tag/index.js.map +1 -0
- package/build/src/theme/TagsListByLetter/index.d.ts +4 -0
- package/build/src/theme/TagsListByLetter/index.d.ts.map +1 -0
- package/build/src/theme/TagsListByLetter/index.js +10 -0
- package/build/src/theme/TagsListByLetter/index.js.map +1 -0
- package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts +4 -0
- package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts.map +1 -0
- package/build/src/theme/ThemeProvider/TitleFormatter/index.js +7 -0
- package/build/src/theme/ThemeProvider/TitleFormatter/index.js.map +1 -0
- package/build/src/theme/ThemeProvider/index.d.ts +4 -0
- package/build/src/theme/ThemeProvider/index.d.ts.map +1 -0
- package/build/src/theme/ThemeProvider/index.js +7 -0
- package/build/src/theme/ThemeProvider/index.js.map +1 -0
- package/build/src/theme/ThemedImage/index.d.ts +4 -0
- package/build/src/theme/ThemedImage/index.d.ts.map +1 -0
- package/build/src/theme/ThemedImage/index.js +32 -0
- package/build/src/theme/ThemedImage/index.js.map +1 -0
- package/build/src/types/components/app-market-download/index.d.ts +33 -0
- package/build/src/types/components/blog-preview/index.d.ts +93 -0
- package/build/src/types/components/features/index.d.ts +35 -0
- package/build/src/types/components/hero/index.d.ts +35 -0
- package/build/src/types/components/install-strip/index.d.ts +45 -0
- package/build/src/types/components/spotlight/index.d.ts +20 -0
- package/build/src/types/components/stats/index.d.ts +33 -0
- package/build/src/types/components/terminology/index.d.ts +25 -0
- package/build/src/types/components/typewriter/index.d.ts +95 -0
- package/build/src/types/get-swizzle-config.d.ts +25 -0
- package/build/src/types/index.d.ts +547 -0
- package/build/src/types/lib/color.d.ts +178 -0
- package/build/src/types/lib/css-generator.d.ts +156 -0
- package/build/src/types/lib/mermaid.d.ts +99 -0
- package/build/src/types/lib/rehype-shiki.d.ts +244 -0
- package/build/src/types/lib/search/indexer.d.ts +262 -0
- package/build/src/types/lib/search/use-search-highlight.d.ts +51 -0
- package/build/src/types/lib/search/use-search-worker.d.ts +114 -0
- package/build/src/types/lib/search/worker.d.ts +179 -0
- package/build/src/types/lib/shiki-themes.d.ts +26 -0
- package/build/src/types/lib/sticky-layout.d.ts +50 -0
- package/build/src/types/options.d.ts +268 -0
- package/build/src/types/preset.d.ts +132 -0
- package/build/src/types/presets/envoy/preset.d.ts +8 -0
- package/build/src/types/presets/foundry/preset.d.ts +8 -0
- package/build/src/types/presets/index.d.ts +18 -0
- package/build/src/types/presets/sentinel/preset.d.ts +8 -0
- package/build/src/types/presets/signal/preset.d.ts +8 -0
- package/build/src/types/scripts/announcement-bar-init.d.ts +27 -0
- package/build/src/types/scripts/color-mode-init.d.ts +44 -0
- package/build/src/types/scripts/data-attribute-query.d.ts +6 -0
- package/build/src/types/shared.d.ts +385 -0
- package/build/src/types/tests/config-drift.test.d.ts +199 -0
- package/build/src/types/tests/lib/color.test.d.ts +113 -0
- package/build/src/types/tests/lib/css-generator.test.d.ts +164 -0
- package/build/src/types/tests/lib/rehype-shiki.test.d.ts +88 -0
- package/build/src/types/tests/lib/search/indexer.test.d.ts +295 -0
- package/build/src/types/tests/lib/search/worker.test.d.ts +119 -0
- package/build/src/types/tests/lib/shiki-themes.test.d.ts +12 -0
- package/build/src/types/tests/options.test.d.ts +87 -0
- package/build/src/types/tests/preset.test.d.ts +12 -0
- package/build/src/types/tests/presets/envoy/preset.test.d.ts +17 -0
- package/build/src/types/tests/presets/foundry/preset.test.d.ts +17 -0
- package/build/src/types/tests/presets/index.test.d.ts +29 -0
- package/build/src/types/tests/presets/sentinel/preset.test.d.ts +17 -0
- package/build/src/types/tests/presets/signal/preset.test.d.ts +17 -0
- package/build/src/types/tests/theme/CodeBlock/live-editor.test.d.ts +13 -0
- package/build/src/types/tests/theme-drift.test.d.ts +84 -0
- package/build/src/types/tests/type-declarations.test.d.ts +564 -0
- package/build/src/types/theme/Admonition/index.d.ts +30 -0
- package/build/src/types/theme/AnnouncementBar/index.d.ts +43 -0
- package/build/src/types/theme/BackToTopButton/index.d.ts +32 -0
- package/build/src/types/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts +45 -0
- package/build/src/types/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts +46 -0
- package/build/src/types/theme/BlogArchivePage/index.d.ts +70 -0
- package/build/src/types/theme/BlogLayout/index.d.ts +52 -0
- package/build/src/types/theme/BlogListPage/index.d.ts +28 -0
- package/build/src/types/theme/BlogListPaginator/index.d.ts +86 -0
- package/build/src/types/theme/BlogPostItem/index.d.ts +94 -0
- package/build/src/types/theme/BlogPostItems/index.d.ts +31 -0
- package/build/src/types/theme/BlogPostPage/index.d.ts +82 -0
- package/build/src/types/theme/BlogPostPaginator/index.d.ts +70 -0
- package/build/src/types/theme/BlogSidebar/index.d.ts +78 -0
- package/build/src/types/theme/BlogSidebarMobile/index.d.ts +66 -0
- package/build/src/types/theme/BlogTagsListPage/index.d.ts +21 -0
- package/build/src/types/theme/BlogTagsPostsPage/index.d.ts +34 -0
- package/build/src/types/theme/CodeBlock/index.d.ts +109 -0
- package/build/src/types/theme/CodeBlock/live-editor.d.ts +38 -0
- package/build/src/types/theme/CodeInline/index.d.ts +13 -0
- package/build/src/types/theme/ContentFooter/index.d.ts +79 -0
- package/build/src/types/theme/ContentVisibility/Draft/index.d.ts +10 -0
- package/build/src/types/theme/ContentVisibility/Unlisted/index.d.ts +10 -0
- package/build/src/types/theme/ContentVisibility/index.d.ts +28 -0
- package/build/src/types/theme/Details/index.d.ts +45 -0
- package/build/src/types/theme/DocBreadcrumbs/index.d.ts +36 -0
- package/build/src/types/theme/DocCard/index.d.ts +96 -0
- package/build/src/types/theme/DocCardList/index.d.ts +26 -0
- package/build/src/types/theme/DocCategoryGeneratedIndexPage/index.d.ts +70 -0
- package/build/src/types/theme/DocItem/Content/index.d.ts +41 -0
- package/build/src/types/theme/DocItem/Footer/index.d.ts +43 -0
- package/build/src/types/theme/DocItem/Layout/index.d.ts +20 -0
- package/build/src/types/theme/DocItem/Metadata/index.d.ts +12 -0
- package/build/src/types/theme/DocItem/Paginator/index.d.ts +16 -0
- package/build/src/types/theme/DocItem/TOC/Desktop/index.d.ts +10 -0
- package/build/src/types/theme/DocItem/TOC/Mobile/index.d.ts +10 -0
- package/build/src/types/theme/DocItem/index.d.ts +19 -0
- package/build/src/types/theme/DocPaginator/index.d.ts +43 -0
- package/build/src/types/theme/DocRoot/Layout/Main/index.d.ts +13 -0
- package/build/src/types/theme/DocRoot/Layout/Sidebar/index.d.ts +67 -0
- package/build/src/types/theme/DocRoot/Layout/index.d.ts +21 -0
- package/build/src/types/theme/DocRoot/index.d.ts +23 -0
- package/build/src/types/theme/DocSidebar/index.d.ts +24 -0
- package/build/src/types/theme/DocSidebarItem/Category/index.d.ts +149 -0
- package/build/src/types/theme/DocSidebarItem/Html/index.d.ts +24 -0
- package/build/src/types/theme/DocSidebarItem/Link/index.d.ts +29 -0
- package/build/src/types/theme/DocSidebarItem/index.d.ts +22 -0
- package/build/src/types/theme/DocSidebarItems/index.d.ts +27 -0
- package/build/src/types/theme/DocSidebarMobile/index.d.ts +69 -0
- package/build/src/types/theme/DocTagDocListPage/index.d.ts +58 -0
- package/build/src/types/theme/DocTagsListPage/index.d.ts +15 -0
- package/build/src/types/theme/DocVersionBadge/index.d.ts +14 -0
- package/build/src/types/theme/DocVersionBanner/index.d.ts +18 -0
- package/build/src/types/theme/DocVersionRoot/index.d.ts +27 -0
- package/build/src/types/theme/DocsRoot/index.d.ts +21 -0
- package/build/src/types/theme/EditMetaRow/index.d.ts +22 -0
- package/build/src/types/theme/EditThisPage/index.d.ts +12 -0
- package/build/src/types/theme/Error/index.d.ts +18 -0
- package/build/src/types/theme/ErrorPageContent/index.d.ts +20 -0
- package/build/src/types/theme/Footer/Commons/index.d.ts +88 -0
- package/build/src/types/theme/Footer/Embassy/index.d.ts +88 -0
- package/build/src/types/theme/Footer/Launchpad/index.d.ts +95 -0
- package/build/src/types/theme/Footer/Ledger/index.d.ts +90 -0
- package/build/src/types/theme/Footer/credit.d.ts +33 -0
- package/build/src/types/theme/Footer/index.d.ts +102 -0
- package/build/src/types/theme/Heading/index.d.ts +35 -0
- package/build/src/types/theme/LastUpdated/index.d.ts +39 -0
- package/build/src/types/theme/Layout/Provider/index.d.ts +25 -0
- package/build/src/types/theme/Layout/index.d.ts +27 -0
- package/build/src/types/theme/Loading/index.d.ts +33 -0
- package/build/src/types/theme/MDXComponents/index.d.ts +59 -0
- package/build/src/types/theme/MDXContent/index.d.ts +15 -0
- package/build/src/types/theme/MDXPage/index.d.ts +67 -0
- package/build/src/types/theme/Mermaid/index.d.ts +45 -0
- package/build/src/types/theme/Navbar/Bridge/index.d.ts +95 -0
- package/build/src/types/theme/Navbar/Bridge/mobile-menu.d.ts +129 -0
- package/build/src/types/theme/Navbar/Canopy/index.d.ts +95 -0
- package/build/src/types/theme/Navbar/Canopy/mobile-menu.d.ts +129 -0
- package/build/src/types/theme/Navbar/Compass/index.d.ts +95 -0
- package/build/src/types/theme/Navbar/Compass/mobile-menu.d.ts +129 -0
- package/build/src/types/theme/Navbar/Monolith/index.d.ts +91 -0
- package/build/src/types/theme/Navbar/Monolith/mobile-menu.d.ts +80 -0
- package/build/src/types/theme/Navbar/index.d.ts +262 -0
- package/build/src/types/theme/NavbarItem/index.d.ts +306 -0
- package/build/src/types/theme/NotFound/Content/index.d.ts +10 -0
- package/build/src/types/theme/NotFound/index.d.ts +6 -0
- package/build/src/types/theme/Root/icons.d.ts +5 -0
- package/build/src/types/theme/Root/index.d.ts +12 -0
- package/build/src/types/theme/SearchBar/search-context.d.ts +54 -0
- package/build/src/types/theme/SearchBar/search-input.d.ts +60 -0
- package/build/src/types/theme/SearchBar/search-provider.d.ts +50 -0
- package/build/src/types/theme/SearchBar/search-results.d.ts +64 -0
- package/build/src/types/theme/SearchMetadata/index.d.ts +16 -0
- package/build/src/types/theme/SearchPage/index.d.ts +52 -0
- package/build/src/types/theme/SiteMetadata/index.d.ts +61 -0
- package/build/src/types/theme/TOC/index.d.ts +46 -0
- package/build/src/types/theme/TOCCollapsible/index.d.ts +98 -0
- package/build/src/types/theme/TabItem/index.d.ts +26 -0
- package/build/src/types/theme/Tabs/index.d.ts +76 -0
- package/build/src/types/theme/Tag/index.d.ts +20 -0
- package/build/src/types/theme/TagsListByLetter/index.d.ts +20 -0
- package/build/src/types/theme/ThemeProvider/TitleFormatter/index.d.ts +12 -0
- package/build/src/types/theme/ThemeProvider/index.d.ts +12 -0
- package/build/src/types/theme/ThemedImage/index.d.ts +48 -0
- package/build/src/types/worker-globals.d.ts +103 -0
- package/build/vitest.setup.d.ts +2 -0
- package/build/vitest.setup.d.ts.map +1 -0
- package/build/vitest.setup.js +14 -0
- package/build/vitest.setup.js.map +1 -0
- package/nova-config.d.ts +1392 -0
- package/nova-theme.d.ts +999 -0
- package/package.json +144 -2
package/nova-config.d.ts
ADDED
|
@@ -0,0 +1,1392 @@
|
|
|
1
|
+
import type { ProcessBlogPostsFn, ReadingTimeFunctionOption } from '@docusaurus/plugin-content-blog';
|
|
2
|
+
import type {
|
|
3
|
+
DocusaurusConfig,
|
|
4
|
+
FutureV4Config,
|
|
5
|
+
ReportingSeverity,
|
|
6
|
+
RouteConfig,
|
|
7
|
+
} from '@docusaurus/types';
|
|
8
|
+
|
|
9
|
+
// Primary brand color — hex format (e.g., "#DC2626").
|
|
10
|
+
export type NovaPresetOverridesColorsPrimary = string | undefined;
|
|
11
|
+
|
|
12
|
+
// Accent color for highlights and CTAs — hex format (e.g., "#FFBA33").
|
|
13
|
+
export type NovaPresetOverridesColorsAccent = string | undefined;
|
|
14
|
+
|
|
15
|
+
// Neutral color for borders and muted text — hex format (e.g., "#78716C").
|
|
16
|
+
export type NovaPresetOverridesColorsNeutral = string | undefined;
|
|
17
|
+
|
|
18
|
+
// Brand color overrides.
|
|
19
|
+
export type NovaPresetOverridesColors = {
|
|
20
|
+
primary: NovaPresetOverridesColorsPrimary;
|
|
21
|
+
accent: NovaPresetOverridesColorsAccent;
|
|
22
|
+
neutral: NovaPresetOverridesColorsNeutral;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
// Display/heading font family (e.g., "Sora", "Plus Jakarta Sans").
|
|
26
|
+
export type NovaPresetOverridesFontsDisplay = string | undefined;
|
|
27
|
+
|
|
28
|
+
// Body text font family (e.g., "Inter", "DM Sans").
|
|
29
|
+
export type NovaPresetOverridesFontsBody = string | undefined;
|
|
30
|
+
|
|
31
|
+
// Code/monospace font family (e.g., "Fira Code", "JetBrains Mono").
|
|
32
|
+
export type NovaPresetOverridesFontsCode = string | undefined;
|
|
33
|
+
|
|
34
|
+
// Font family overrides.
|
|
35
|
+
export type NovaPresetOverridesFonts = {
|
|
36
|
+
display: NovaPresetOverridesFontsDisplay;
|
|
37
|
+
body: NovaPresetOverridesFontsBody;
|
|
38
|
+
code: NovaPresetOverridesFontsCode;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
// Border radius style.
|
|
42
|
+
export type NovaPresetOverridesShapeRadius = 'sharp' | 'rounded' | 'pill' | undefined;
|
|
43
|
+
|
|
44
|
+
// Spacing density — affects padding and margins.
|
|
45
|
+
export type NovaPresetOverridesShapeDensity = 'compact' | 'comfortable' | 'spacious' | undefined;
|
|
46
|
+
|
|
47
|
+
// Shape and spacing overrides.
|
|
48
|
+
export type NovaPresetOverridesShape = {
|
|
49
|
+
radius: NovaPresetOverridesShapeRadius;
|
|
50
|
+
density: NovaPresetOverridesShapeDensity;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
// Card surface style.
|
|
54
|
+
export type NovaPresetOverridesDepthCards = 'flat' | 'elevated' | 'glass' | undefined;
|
|
55
|
+
|
|
56
|
+
// Code block surface style.
|
|
57
|
+
export type NovaPresetOverridesDepthCodeBlocks = 'flat' | 'bordered' | 'elevated' | undefined;
|
|
58
|
+
|
|
59
|
+
// Surface depth overrides.
|
|
60
|
+
export type NovaPresetOverridesDepth = {
|
|
61
|
+
cards: NovaPresetOverridesDepthCards;
|
|
62
|
+
codeBlocks: NovaPresetOverridesDepthCodeBlocks;
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
// Animation speed.
|
|
66
|
+
export type NovaPresetOverridesMotionSpeed = 'none' | 'subtle' | 'normal' | 'expressive' | undefined;
|
|
67
|
+
|
|
68
|
+
// Stagger reveal animations on page load.
|
|
69
|
+
export type NovaPresetOverridesMotionStaggeredReveals = boolean | undefined;
|
|
70
|
+
|
|
71
|
+
// Enable hover effects on interactive elements.
|
|
72
|
+
export type NovaPresetOverridesMotionHoverEffects = boolean | undefined;
|
|
73
|
+
|
|
74
|
+
// Animation and motion overrides.
|
|
75
|
+
export type NovaPresetOverridesMotion = {
|
|
76
|
+
speed: NovaPresetOverridesMotionSpeed;
|
|
77
|
+
staggeredReveals: NovaPresetOverridesMotionStaggeredReveals;
|
|
78
|
+
hoverEffects: NovaPresetOverridesMotionHoverEffects;
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
// Override preset brand colors (e.g., { primary: "#DC2626" }).
|
|
82
|
+
export type NovaPresetOverridesColorsPartial = Partial<NovaPresetOverridesColors> | undefined;
|
|
83
|
+
|
|
84
|
+
// Override preset font families (e.g., { display: "Sora" }).
|
|
85
|
+
export type NovaPresetOverridesFontsPartial = Partial<NovaPresetOverridesFonts> | undefined;
|
|
86
|
+
|
|
87
|
+
// Override preset border radius and spacing density.
|
|
88
|
+
export type NovaPresetOverridesShapePartial = Partial<NovaPresetOverridesShape> | undefined;
|
|
89
|
+
|
|
90
|
+
// Override preset card and code block depth styling.
|
|
91
|
+
export type NovaPresetOverridesDepthPartial = Partial<NovaPresetOverridesDepth> | undefined;
|
|
92
|
+
|
|
93
|
+
// Override preset animation speed and effects.
|
|
94
|
+
export type NovaPresetOverridesMotionPartial = Partial<NovaPresetOverridesMotion> | undefined;
|
|
95
|
+
|
|
96
|
+
// Navbar variant override.
|
|
97
|
+
export type NovaPresetOverridesNavbar = 'bridge' | 'canopy' | 'monolith' | 'compass' | undefined;
|
|
98
|
+
|
|
99
|
+
// Footer variant override.
|
|
100
|
+
export type NovaPresetOverridesFooter = 'commons' | 'embassy' | 'ledger' | 'launchpad' | undefined;
|
|
101
|
+
|
|
102
|
+
// Preset visual overrides — colors, fonts, shape, depth, motion, and layout variants.
|
|
103
|
+
export type NovaPresetOverrides = {
|
|
104
|
+
colors?: NovaPresetOverridesColorsPartial;
|
|
105
|
+
fonts?: NovaPresetOverridesFontsPartial;
|
|
106
|
+
shape?: NovaPresetOverridesShapePartial;
|
|
107
|
+
depth?: NovaPresetOverridesDepthPartial;
|
|
108
|
+
motion?: NovaPresetOverridesMotionPartial;
|
|
109
|
+
navbar?: NovaPresetOverridesNavbar;
|
|
110
|
+
footer?: NovaPresetOverridesFooter;
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
// Plugin ID for multi-instance support (e.g., "product", "api").
|
|
114
|
+
export type NovaPresetPluginsDocsConfigId = string | undefined;
|
|
115
|
+
|
|
116
|
+
// Path to the docs content directory, relative to the site directory (e.g., "docs"). Defaults to "docs".
|
|
117
|
+
export type NovaPresetPluginsDocsConfigPath = string | undefined;
|
|
118
|
+
|
|
119
|
+
// URL route for the docs section (e.g., "docs", "/"). Defaults to "docs".
|
|
120
|
+
export type NovaPresetPluginsDocsConfigRouteBasePath = string | undefined;
|
|
121
|
+
|
|
122
|
+
// Path to sidebar configuration file (e.g., "./sidebars.ts"). Set as false to disable sidebars.
|
|
123
|
+
export type NovaPresetPluginsDocsConfigSidebarPath = string | false | undefined;
|
|
124
|
+
|
|
125
|
+
// Base URL to edit docs, or a function receiving doc context and returning a URL string or undefined to skip.
|
|
126
|
+
export type NovaPresetPluginsDocsConfigEditUrl = string | ((params: {
|
|
127
|
+
version: string;
|
|
128
|
+
versionDocsDirPath: string;
|
|
129
|
+
docPath: string;
|
|
130
|
+
permalink: string;
|
|
131
|
+
locale: string;
|
|
132
|
+
}) => string | undefined) | undefined;
|
|
133
|
+
|
|
134
|
+
// Target the current version doc for edit links instead of older versions. Defaults to false.
|
|
135
|
+
export type NovaPresetPluginsDocsConfigEditCurrentVersion = boolean | undefined;
|
|
136
|
+
|
|
137
|
+
// Target localized file paths for edit links instead of the original. Defaults to false.
|
|
138
|
+
export type NovaPresetPluginsDocsConfigEditLocalizedFiles = boolean | undefined;
|
|
139
|
+
|
|
140
|
+
// Show the last update timestamp on each doc page. Defaults to false.
|
|
141
|
+
export type NovaPresetPluginsDocsConfigShowLastUpdateTime = boolean | undefined;
|
|
142
|
+
|
|
143
|
+
// Show the author who last updated each doc page. Defaults to false.
|
|
144
|
+
export type NovaPresetPluginsDocsConfigShowLastUpdateAuthor = boolean | undefined;
|
|
145
|
+
|
|
146
|
+
// Parse number prefixes from file names for sidebar ordering. Set as false to disable. Defaults to true.
|
|
147
|
+
export type NovaPresetPluginsDocsConfigNumberPrefixParser = boolean | undefined;
|
|
148
|
+
|
|
149
|
+
// Show breadcrumb navigation on doc pages. Defaults to true.
|
|
150
|
+
export type NovaPresetPluginsDocsConfigBreadcrumbs = boolean | undefined;
|
|
151
|
+
|
|
152
|
+
// Allow sidebar categories to be collapsed. Defaults to true.
|
|
153
|
+
export type NovaPresetPluginsDocsConfigSidebarCollapsible = boolean | undefined;
|
|
154
|
+
|
|
155
|
+
// Collapse sidebar categories by default. Defaults to true.
|
|
156
|
+
export type NovaPresetPluginsDocsConfigSidebarCollapsed = boolean | undefined;
|
|
157
|
+
|
|
158
|
+
// Glob patterns matching Markdown files to include (e.g., ["**/*.{md,mdx}"]). Defaults to ["**/*.{md,mdx}"].
|
|
159
|
+
export type NovaPresetPluginsDocsConfigInclude = string[] | undefined;
|
|
160
|
+
|
|
161
|
+
// Glob patterns matching Markdown files to exclude. Defaults to standard temp and draft patterns.
|
|
162
|
+
export type NovaPresetPluginsDocsConfigExclude = string[] | undefined;
|
|
163
|
+
|
|
164
|
+
// Default version displayed in navbar items (e.g., "1.0.0").
|
|
165
|
+
export type NovaPresetPluginsDocsConfigLastVersion = string | undefined;
|
|
166
|
+
|
|
167
|
+
// Subset of versions to include in the build (e.g., ["current", "1.0.0"]).
|
|
168
|
+
export type NovaPresetPluginsDocsConfigOnlyIncludeVersions = string[] | undefined;
|
|
169
|
+
|
|
170
|
+
// Disable versioning even when multiple versions exist. Defaults to false.
|
|
171
|
+
export type NovaPresetPluginsDocsConfigDisableVersioning = boolean | undefined;
|
|
172
|
+
|
|
173
|
+
// Include the current unreleased version of docs. Defaults to true.
|
|
174
|
+
export type NovaPresetPluginsDocsConfigIncludeCurrentVersion = boolean | undefined;
|
|
175
|
+
|
|
176
|
+
// Version path appended after routeBasePath (e.g., "1.0.0", "next").
|
|
177
|
+
export type NovaPresetPluginsDocsConfigVersionOptionsPath = string | undefined;
|
|
178
|
+
|
|
179
|
+
// Version label for badges and dropdowns (e.g., "1.0.0", "Next").
|
|
180
|
+
export type NovaPresetPluginsDocsConfigVersionOptionsLabel = string | undefined;
|
|
181
|
+
|
|
182
|
+
// Banner style shown at the top of docs — "none" to hide, or a version status indicator.
|
|
183
|
+
export type NovaPresetPluginsDocsConfigVersionOptionsBanner = 'none' | 'unreleased' | 'unmaintained' | undefined;
|
|
184
|
+
|
|
185
|
+
// Show a badge with the version label at the top of each doc. Defaults to true.
|
|
186
|
+
export type NovaPresetPluginsDocsConfigVersionOptionsBadge = boolean | undefined;
|
|
187
|
+
|
|
188
|
+
// Prevent search engines from indexing this version. Defaults to false.
|
|
189
|
+
export type NovaPresetPluginsDocsConfigVersionOptionsNoIndex = boolean | undefined;
|
|
190
|
+
|
|
191
|
+
// Add a custom class name to the HTML element for this version.
|
|
192
|
+
export type NovaPresetPluginsDocsConfigVersionOptionsClassName = string | undefined;
|
|
193
|
+
|
|
194
|
+
// Per-version docs configuration (label, banner, badge, noIndex, className).
|
|
195
|
+
export type NovaPresetPluginsDocsConfigVersionOptions = {
|
|
196
|
+
path?: NovaPresetPluginsDocsConfigVersionOptionsPath;
|
|
197
|
+
label?: NovaPresetPluginsDocsConfigVersionOptionsLabel;
|
|
198
|
+
banner?: NovaPresetPluginsDocsConfigVersionOptionsBanner;
|
|
199
|
+
badge?: NovaPresetPluginsDocsConfigVersionOptionsBadge;
|
|
200
|
+
noIndex?: NovaPresetPluginsDocsConfigVersionOptionsNoIndex;
|
|
201
|
+
className?: NovaPresetPluginsDocsConfigVersionOptionsClassName;
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
// Per-version configuration keyed by version name (e.g., { "1.0.0": { label: "v1.0", banner: "unmaintained" } }).
|
|
205
|
+
export type NovaPresetPluginsDocsConfigVersions = Record<string, NovaPresetPluginsDocsConfigVersionOptions> | undefined;
|
|
206
|
+
|
|
207
|
+
// Path to the tags file, or false/null to disable (e.g., "tags.yml"). Defaults to "tags.yml".
|
|
208
|
+
export type NovaPresetPluginsDocsConfigTags = string | false | null | undefined;
|
|
209
|
+
|
|
210
|
+
// Behavior when inline tags are detected. Defaults to "warn".
|
|
211
|
+
export type NovaPresetPluginsDocsConfigOnInlineTags = ReportingSeverity | undefined;
|
|
212
|
+
|
|
213
|
+
// URL route for the tags section, appended to routeBasePath (e.g., "tags"). Defaults to "tags".
|
|
214
|
+
export type NovaPresetPluginsDocsConfigTagsBasePath = string | undefined;
|
|
215
|
+
|
|
216
|
+
// Enable admonition syntax in Markdown (:::note, :::tip, etc.). Defaults to true.
|
|
217
|
+
export type NovaPresetPluginsDocsConfigAdmonitions = boolean | undefined;
|
|
218
|
+
|
|
219
|
+
// Remark plugins for Markdown processing.
|
|
220
|
+
export type NovaPresetPluginsDocsConfigRemarkPlugins = unknown[] | undefined;
|
|
221
|
+
|
|
222
|
+
// Rehype plugins for HTML processing.
|
|
223
|
+
export type NovaPresetPluginsDocsConfigRehypePlugins = unknown[] | undefined;
|
|
224
|
+
|
|
225
|
+
// Recma plugins for ESTree processing.
|
|
226
|
+
export type NovaPresetPluginsDocsConfigRecmaPlugins = unknown[] | undefined;
|
|
227
|
+
|
|
228
|
+
// Remark plugins inserted before the defaults.
|
|
229
|
+
export type NovaPresetPluginsDocsConfigBeforeDefaultRemarkPlugins = unknown[] | undefined;
|
|
230
|
+
|
|
231
|
+
// Rehype plugins inserted before the defaults.
|
|
232
|
+
export type NovaPresetPluginsDocsConfigBeforeDefaultRehypePlugins = unknown[] | undefined;
|
|
233
|
+
|
|
234
|
+
// Root component wrapping all docs pages across all versions (e.g., "@theme/DocsRoot").
|
|
235
|
+
export type NovaPresetPluginsDocsConfigDocsRootComponent = string | undefined;
|
|
236
|
+
|
|
237
|
+
// Root component wrapping all docs pages within a single version (e.g., "@theme/DocVersionRoot").
|
|
238
|
+
export type NovaPresetPluginsDocsConfigDocVersionRootComponent = string | undefined;
|
|
239
|
+
|
|
240
|
+
// Root component wrapping doc pages that have sidebars (e.g., "@theme/DocRoot").
|
|
241
|
+
export type NovaPresetPluginsDocsConfigDocRootComponent = string | undefined;
|
|
242
|
+
|
|
243
|
+
// Main doc page component with TOC, pagination, and content (e.g., "@theme/DocItem").
|
|
244
|
+
export type NovaPresetPluginsDocsConfigDocItemComponent = string | undefined;
|
|
245
|
+
|
|
246
|
+
// Component for the "docs with this tag" listing page (e.g., "@theme/DocTagDocListPage").
|
|
247
|
+
export type NovaPresetPluginsDocsConfigDocTagDocListComponent = string | undefined;
|
|
248
|
+
|
|
249
|
+
// Component for the tags index page (e.g., "@theme/DocTagsListPage").
|
|
250
|
+
export type NovaPresetPluginsDocsConfigDocTagsListComponent = string | undefined;
|
|
251
|
+
|
|
252
|
+
// Component for auto-generated category index pages (e.g., "@theme/DocCategoryGeneratedIndexPage").
|
|
253
|
+
export type NovaPresetPluginsDocsConfigDocCategoryGeneratedIndexComponent = string | undefined;
|
|
254
|
+
|
|
255
|
+
// Custom callback to generate sidebar items from autogenerated sections.
|
|
256
|
+
export type NovaPresetPluginsDocsConfigSidebarItemsGenerator = ((generatorArgs: Record<string, unknown>) => unknown[] | Promise<unknown[]>) | undefined;
|
|
257
|
+
|
|
258
|
+
// Docs plugin options — pass-through to @docusaurus/plugin-content-docs.
|
|
259
|
+
export type NovaPresetPluginsDocsConfig = {
|
|
260
|
+
id?: NovaPresetPluginsDocsConfigId;
|
|
261
|
+
path?: NovaPresetPluginsDocsConfigPath;
|
|
262
|
+
routeBasePath?: NovaPresetPluginsDocsConfigRouteBasePath;
|
|
263
|
+
sidebarPath?: NovaPresetPluginsDocsConfigSidebarPath;
|
|
264
|
+
editUrl?: NovaPresetPluginsDocsConfigEditUrl;
|
|
265
|
+
editCurrentVersion?: NovaPresetPluginsDocsConfigEditCurrentVersion;
|
|
266
|
+
editLocalizedFiles?: NovaPresetPluginsDocsConfigEditLocalizedFiles;
|
|
267
|
+
showLastUpdateTime?: NovaPresetPluginsDocsConfigShowLastUpdateTime;
|
|
268
|
+
showLastUpdateAuthor?: NovaPresetPluginsDocsConfigShowLastUpdateAuthor;
|
|
269
|
+
numberPrefixParser?: NovaPresetPluginsDocsConfigNumberPrefixParser;
|
|
270
|
+
breadcrumbs?: NovaPresetPluginsDocsConfigBreadcrumbs;
|
|
271
|
+
sidebarCollapsible?: NovaPresetPluginsDocsConfigSidebarCollapsible;
|
|
272
|
+
sidebarCollapsed?: NovaPresetPluginsDocsConfigSidebarCollapsed;
|
|
273
|
+
include?: NovaPresetPluginsDocsConfigInclude;
|
|
274
|
+
exclude?: NovaPresetPluginsDocsConfigExclude;
|
|
275
|
+
lastVersion?: NovaPresetPluginsDocsConfigLastVersion;
|
|
276
|
+
onlyIncludeVersions?: NovaPresetPluginsDocsConfigOnlyIncludeVersions;
|
|
277
|
+
disableVersioning?: NovaPresetPluginsDocsConfigDisableVersioning;
|
|
278
|
+
includeCurrentVersion?: NovaPresetPluginsDocsConfigIncludeCurrentVersion;
|
|
279
|
+
versions?: NovaPresetPluginsDocsConfigVersions;
|
|
280
|
+
tags?: NovaPresetPluginsDocsConfigTags;
|
|
281
|
+
onInlineTags?: NovaPresetPluginsDocsConfigOnInlineTags;
|
|
282
|
+
tagsBasePath?: NovaPresetPluginsDocsConfigTagsBasePath;
|
|
283
|
+
admonitions?: NovaPresetPluginsDocsConfigAdmonitions;
|
|
284
|
+
remarkPlugins?: NovaPresetPluginsDocsConfigRemarkPlugins;
|
|
285
|
+
rehypePlugins?: NovaPresetPluginsDocsConfigRehypePlugins;
|
|
286
|
+
recmaPlugins?: NovaPresetPluginsDocsConfigRecmaPlugins;
|
|
287
|
+
beforeDefaultRemarkPlugins?: NovaPresetPluginsDocsConfigBeforeDefaultRemarkPlugins;
|
|
288
|
+
beforeDefaultRehypePlugins?: NovaPresetPluginsDocsConfigBeforeDefaultRehypePlugins;
|
|
289
|
+
docsRootComponent?: NovaPresetPluginsDocsConfigDocsRootComponent;
|
|
290
|
+
docVersionRootComponent?: NovaPresetPluginsDocsConfigDocVersionRootComponent;
|
|
291
|
+
docRootComponent?: NovaPresetPluginsDocsConfigDocRootComponent;
|
|
292
|
+
docItemComponent?: NovaPresetPluginsDocsConfigDocItemComponent;
|
|
293
|
+
docTagDocListComponent?: NovaPresetPluginsDocsConfigDocTagDocListComponent;
|
|
294
|
+
docTagsListComponent?: NovaPresetPluginsDocsConfigDocTagsListComponent;
|
|
295
|
+
docCategoryGeneratedIndexComponent?: NovaPresetPluginsDocsConfigDocCategoryGeneratedIndexComponent;
|
|
296
|
+
sidebarItemsGenerator?: NovaPresetPluginsDocsConfigSidebarItemsGenerator;
|
|
297
|
+
[key: string]: unknown;
|
|
298
|
+
};
|
|
299
|
+
|
|
300
|
+
// Docs plugin options — pass-through to @docusaurus/plugin-content-docs.
|
|
301
|
+
export type NovaPresetPluginsDocs = NovaPresetPluginsDocsConfig | undefined;
|
|
302
|
+
|
|
303
|
+
// Plugin ID for multi-instance support.
|
|
304
|
+
export type NovaPresetPluginsBlogConfigId = string | undefined;
|
|
305
|
+
|
|
306
|
+
// Path to the blog content directory, relative to the site directory (e.g., "blog"). Defaults to "blog".
|
|
307
|
+
export type NovaPresetPluginsBlogConfigPath = string | undefined;
|
|
308
|
+
|
|
309
|
+
// URL route for the blog section (e.g., "blog", "/"). Defaults to "blog".
|
|
310
|
+
export type NovaPresetPluginsBlogConfigRouteBasePath = string | undefined;
|
|
311
|
+
|
|
312
|
+
// URL route for the tags section, appended to routeBasePath (e.g., "tags"). Defaults to "tags".
|
|
313
|
+
export type NovaPresetPluginsBlogConfigTagsBasePath = string | undefined;
|
|
314
|
+
|
|
315
|
+
// URL route for paginated list pages, appended to routeBasePath (e.g., "page"). Defaults to "page".
|
|
316
|
+
export type NovaPresetPluginsBlogConfigPageBasePath = string | undefined;
|
|
317
|
+
|
|
318
|
+
// URL route for the archive page, appended to routeBasePath. Set to null to disable. Defaults to "archive".
|
|
319
|
+
export type NovaPresetPluginsBlogConfigArchiveBasePath = string | null | undefined;
|
|
320
|
+
|
|
321
|
+
// Glob patterns matching blog post files to include. Defaults to ["**/*.{md,mdx}"].
|
|
322
|
+
export type NovaPresetPluginsBlogConfigInclude = string[] | undefined;
|
|
323
|
+
|
|
324
|
+
// Glob patterns matching blog post files to exclude. Defaults to standard temp and draft patterns.
|
|
325
|
+
export type NovaPresetPluginsBlogConfigExclude = string[] | undefined;
|
|
326
|
+
|
|
327
|
+
// Number of posts per listing page, or "ALL" to show all on one page. Defaults to 10.
|
|
328
|
+
export type NovaPresetPluginsBlogConfigPostsPerPage = number | 'ALL' | undefined;
|
|
329
|
+
|
|
330
|
+
// Blog page title for SEO (e.g., "Blog", "Changelog"). Defaults to "Blog".
|
|
331
|
+
export type NovaPresetPluginsBlogConfigBlogTitle = string | undefined;
|
|
332
|
+
|
|
333
|
+
// Blog page meta description for SEO. Defaults to "Blog".
|
|
334
|
+
export type NovaPresetPluginsBlogConfigBlogDescription = string | undefined;
|
|
335
|
+
|
|
336
|
+
// Number of recent posts in the blog sidebar, or "ALL" for all posts, or 0 to disable. Defaults to 5.
|
|
337
|
+
export type NovaPresetPluginsBlogConfigBlogSidebarCount = number | 'ALL' | undefined;
|
|
338
|
+
|
|
339
|
+
// Title of the blog sidebar (e.g., "Recent Posts"). Defaults to "Recent posts".
|
|
340
|
+
export type NovaPresetPluginsBlogConfigBlogSidebarTitle = string | undefined;
|
|
341
|
+
|
|
342
|
+
// Show estimated reading time on blog posts. Defaults to true.
|
|
343
|
+
export type NovaPresetPluginsBlogConfigShowReadingTime = boolean | undefined;
|
|
344
|
+
|
|
345
|
+
// Truncate marker regex for the blog post excerpt. Defaults to /<!--\s*truncate\s*-->/.
|
|
346
|
+
export type NovaPresetPluginsBlogConfigTruncateMarker = RegExp | undefined;
|
|
347
|
+
|
|
348
|
+
// Sort order for blog posts. Defaults to "descending".
|
|
349
|
+
export type NovaPresetPluginsBlogConfigSortPosts = 'ascending' | 'descending' | undefined;
|
|
350
|
+
|
|
351
|
+
// Base URL to edit blog posts, or a function receiving post context and returning a URL string or undefined to skip.
|
|
352
|
+
export type NovaPresetPluginsBlogConfigEditUrl = string | ((params: {
|
|
353
|
+
blogDirPath: string;
|
|
354
|
+
blogPath: string;
|
|
355
|
+
permalink: string;
|
|
356
|
+
locale: string;
|
|
357
|
+
}) => string | undefined) | undefined;
|
|
358
|
+
|
|
359
|
+
// Target localized file paths for edit links instead of the original. Defaults to false.
|
|
360
|
+
export type NovaPresetPluginsBlogConfigEditLocalizedFiles = boolean | undefined;
|
|
361
|
+
|
|
362
|
+
// Show the last update timestamp on each blog post. Defaults to false.
|
|
363
|
+
export type NovaPresetPluginsBlogConfigShowLastUpdateTime = boolean | undefined;
|
|
364
|
+
|
|
365
|
+
// Show the author who last updated each blog post. Defaults to false.
|
|
366
|
+
export type NovaPresetPluginsBlogConfigShowLastUpdateAuthor = boolean | undefined;
|
|
367
|
+
|
|
368
|
+
// Path to the authors map YAML file, relative to the blog directory (e.g., "authors.yml"). Defaults to "authors.yml".
|
|
369
|
+
export type NovaPresetPluginsBlogConfigAuthorsMapPath = string | undefined;
|
|
370
|
+
|
|
371
|
+
// Base path for the authors list page, appended to routeBasePath (e.g., "authors"). Defaults to "authors".
|
|
372
|
+
export type NovaPresetPluginsBlogConfigAuthorsBasePath = string | undefined;
|
|
373
|
+
|
|
374
|
+
// Behavior when inline authors (not from authors map) are detected. Defaults to "warn".
|
|
375
|
+
export type NovaPresetPluginsBlogConfigOnInlineAuthors = ReportingSeverity | undefined;
|
|
376
|
+
|
|
377
|
+
// Behavior when blog posts without a truncate marker are detected. Defaults to "warn".
|
|
378
|
+
export type NovaPresetPluginsBlogConfigOnUntruncatedBlogPosts = ReportingSeverity | undefined;
|
|
379
|
+
|
|
380
|
+
// Path to the tags file, or false/null to disable (e.g., "tags.yml"). Defaults to "tags.yml".
|
|
381
|
+
export type NovaPresetPluginsBlogConfigTags = string | false | null | undefined;
|
|
382
|
+
|
|
383
|
+
// Behavior when inline tags are detected. Defaults to "warn".
|
|
384
|
+
export type NovaPresetPluginsBlogConfigOnInlineTags = ReportingSeverity | undefined;
|
|
385
|
+
|
|
386
|
+
// Feed format — array of types, single type, "all" for all formats, or null to disable. Defaults to null.
|
|
387
|
+
export type NovaPresetPluginsBlogConfigFeedOptionsType = ('rss' | 'atom' | 'json')[] | 'all' | 'rss' | 'atom' | 'json' | null | undefined;
|
|
388
|
+
|
|
389
|
+
// Feed title override. Defaults to the site title.
|
|
390
|
+
export type NovaPresetPluginsBlogConfigFeedOptionsTitle = string | undefined;
|
|
391
|
+
|
|
392
|
+
// Feed description override. Defaults to the site tagline.
|
|
393
|
+
export type NovaPresetPluginsBlogConfigFeedOptionsDescription = string | undefined;
|
|
394
|
+
|
|
395
|
+
// Copyright notice included in the feed.
|
|
396
|
+
export type NovaPresetPluginsBlogConfigFeedOptionsCopyright = string | undefined;
|
|
397
|
+
|
|
398
|
+
// Language code for the feed (e.g., "en").
|
|
399
|
+
export type NovaPresetPluginsBlogConfigFeedOptionsLanguage = string | undefined;
|
|
400
|
+
|
|
401
|
+
// Maximum number of feed items, or false/null for unlimited. Defaults to 20.
|
|
402
|
+
export type NovaPresetPluginsBlogConfigFeedOptionsLimit = number | false | null | undefined;
|
|
403
|
+
|
|
404
|
+
// XSLT stylesheet configuration — true for defaults, false/null to disable, or per-format overrides.
|
|
405
|
+
export type NovaPresetPluginsBlogConfigFeedOptionsXslt = boolean | null | {
|
|
406
|
+
rss?: string | boolean | null | undefined;
|
|
407
|
+
atom?: string | boolean | null | undefined;
|
|
408
|
+
} | undefined;
|
|
409
|
+
|
|
410
|
+
// Blog RSS/Atom feed configuration.
|
|
411
|
+
export type NovaPresetPluginsBlogConfigFeedOptions = {
|
|
412
|
+
type?: NovaPresetPluginsBlogConfigFeedOptionsType;
|
|
413
|
+
title?: NovaPresetPluginsBlogConfigFeedOptionsTitle;
|
|
414
|
+
description?: NovaPresetPluginsBlogConfigFeedOptionsDescription;
|
|
415
|
+
copyright?: NovaPresetPluginsBlogConfigFeedOptionsCopyright;
|
|
416
|
+
language?: NovaPresetPluginsBlogConfigFeedOptionsLanguage;
|
|
417
|
+
limit?: NovaPresetPluginsBlogConfigFeedOptionsLimit;
|
|
418
|
+
xslt?: NovaPresetPluginsBlogConfigFeedOptionsXslt;
|
|
419
|
+
[key: string]: unknown;
|
|
420
|
+
} | undefined;
|
|
421
|
+
|
|
422
|
+
// Enable admonition syntax in Markdown. Defaults to true.
|
|
423
|
+
export type NovaPresetPluginsBlogConfigAdmonitions = boolean | undefined;
|
|
424
|
+
|
|
425
|
+
// Remark plugins for Markdown processing.
|
|
426
|
+
export type NovaPresetPluginsBlogConfigRemarkPlugins = unknown[] | undefined;
|
|
427
|
+
|
|
428
|
+
// Rehype plugins for HTML processing.
|
|
429
|
+
export type NovaPresetPluginsBlogConfigRehypePlugins = unknown[] | undefined;
|
|
430
|
+
|
|
431
|
+
// Recma plugins for ESTree processing.
|
|
432
|
+
export type NovaPresetPluginsBlogConfigRecmaPlugins = unknown[] | undefined;
|
|
433
|
+
|
|
434
|
+
// Remark plugins inserted before the defaults.
|
|
435
|
+
export type NovaPresetPluginsBlogConfigBeforeDefaultRemarkPlugins = unknown[] | undefined;
|
|
436
|
+
|
|
437
|
+
// Rehype plugins inserted before the defaults.
|
|
438
|
+
export type NovaPresetPluginsBlogConfigBeforeDefaultRehypePlugins = unknown[] | undefined;
|
|
439
|
+
|
|
440
|
+
// Root component for the blog listing page (e.g., "@theme/BlogListPage").
|
|
441
|
+
export type NovaPresetPluginsBlogConfigBlogListComponent = string | undefined;
|
|
442
|
+
|
|
443
|
+
// Root component for individual blog post pages (e.g., "@theme/BlogPostPage").
|
|
444
|
+
export type NovaPresetPluginsBlogConfigBlogPostComponent = string | undefined;
|
|
445
|
+
|
|
446
|
+
// Root component for the blog tags index page (e.g., "@theme/BlogTagsListPage").
|
|
447
|
+
export type NovaPresetPluginsBlogConfigBlogTagsListComponent = string | undefined;
|
|
448
|
+
|
|
449
|
+
// Root component for the "posts with this tag" page (e.g., "@theme/BlogTagsPostsPage").
|
|
450
|
+
export type NovaPresetPluginsBlogConfigBlogTagsPostsComponent = string | undefined;
|
|
451
|
+
|
|
452
|
+
// Root component for the authors list page (e.g., "@theme/BlogAuthorsListPage").
|
|
453
|
+
export type NovaPresetPluginsBlogConfigBlogAuthorsListComponent = string | undefined;
|
|
454
|
+
|
|
455
|
+
// Root component for the "posts by this author" page (e.g., "@theme/BlogAuthorsPostsPage").
|
|
456
|
+
export type NovaPresetPluginsBlogConfigBlogAuthorsPostsComponent = string | undefined;
|
|
457
|
+
|
|
458
|
+
// Root component for the blog archive page (e.g., "@theme/BlogArchivePage").
|
|
459
|
+
export type NovaPresetPluginsBlogConfigBlogArchiveComponent = string | undefined;
|
|
460
|
+
|
|
461
|
+
// Custom callback to calculate reading time for a blog post. Return undefined to hide reading time.
|
|
462
|
+
export type NovaPresetPluginsBlogConfigReadingTime = ReadingTimeFunctionOption | undefined;
|
|
463
|
+
|
|
464
|
+
// Async callback to transform, filter, or modify blog posts before rendering.
|
|
465
|
+
export type NovaPresetPluginsBlogConfigProcessBlogPosts = ProcessBlogPostsFn | undefined;
|
|
466
|
+
|
|
467
|
+
// Blog plugin options — pass-through to @docusaurus/plugin-content-blog.
|
|
468
|
+
export type NovaPresetPluginsBlogConfig = {
|
|
469
|
+
id?: NovaPresetPluginsBlogConfigId;
|
|
470
|
+
path?: NovaPresetPluginsBlogConfigPath;
|
|
471
|
+
routeBasePath?: NovaPresetPluginsBlogConfigRouteBasePath;
|
|
472
|
+
tagsBasePath?: NovaPresetPluginsBlogConfigTagsBasePath;
|
|
473
|
+
pageBasePath?: NovaPresetPluginsBlogConfigPageBasePath;
|
|
474
|
+
archiveBasePath?: NovaPresetPluginsBlogConfigArchiveBasePath;
|
|
475
|
+
include?: NovaPresetPluginsBlogConfigInclude;
|
|
476
|
+
exclude?: NovaPresetPluginsBlogConfigExclude;
|
|
477
|
+
postsPerPage?: NovaPresetPluginsBlogConfigPostsPerPage;
|
|
478
|
+
blogTitle?: NovaPresetPluginsBlogConfigBlogTitle;
|
|
479
|
+
blogDescription?: NovaPresetPluginsBlogConfigBlogDescription;
|
|
480
|
+
blogSidebarCount?: NovaPresetPluginsBlogConfigBlogSidebarCount;
|
|
481
|
+
blogSidebarTitle?: NovaPresetPluginsBlogConfigBlogSidebarTitle;
|
|
482
|
+
showReadingTime?: NovaPresetPluginsBlogConfigShowReadingTime;
|
|
483
|
+
truncateMarker?: NovaPresetPluginsBlogConfigTruncateMarker;
|
|
484
|
+
sortPosts?: NovaPresetPluginsBlogConfigSortPosts;
|
|
485
|
+
editUrl?: NovaPresetPluginsBlogConfigEditUrl;
|
|
486
|
+
editLocalizedFiles?: NovaPresetPluginsBlogConfigEditLocalizedFiles;
|
|
487
|
+
showLastUpdateTime?: NovaPresetPluginsBlogConfigShowLastUpdateTime;
|
|
488
|
+
showLastUpdateAuthor?: NovaPresetPluginsBlogConfigShowLastUpdateAuthor;
|
|
489
|
+
authorsMapPath?: NovaPresetPluginsBlogConfigAuthorsMapPath;
|
|
490
|
+
authorsBasePath?: NovaPresetPluginsBlogConfigAuthorsBasePath;
|
|
491
|
+
onInlineAuthors?: NovaPresetPluginsBlogConfigOnInlineAuthors;
|
|
492
|
+
onUntruncatedBlogPosts?: NovaPresetPluginsBlogConfigOnUntruncatedBlogPosts;
|
|
493
|
+
tags?: NovaPresetPluginsBlogConfigTags;
|
|
494
|
+
onInlineTags?: NovaPresetPluginsBlogConfigOnInlineTags;
|
|
495
|
+
feedOptions?: NovaPresetPluginsBlogConfigFeedOptions;
|
|
496
|
+
admonitions?: NovaPresetPluginsBlogConfigAdmonitions;
|
|
497
|
+
remarkPlugins?: NovaPresetPluginsBlogConfigRemarkPlugins;
|
|
498
|
+
rehypePlugins?: NovaPresetPluginsBlogConfigRehypePlugins;
|
|
499
|
+
recmaPlugins?: NovaPresetPluginsBlogConfigRecmaPlugins;
|
|
500
|
+
beforeDefaultRemarkPlugins?: NovaPresetPluginsBlogConfigBeforeDefaultRemarkPlugins;
|
|
501
|
+
beforeDefaultRehypePlugins?: NovaPresetPluginsBlogConfigBeforeDefaultRehypePlugins;
|
|
502
|
+
blogListComponent?: NovaPresetPluginsBlogConfigBlogListComponent;
|
|
503
|
+
blogPostComponent?: NovaPresetPluginsBlogConfigBlogPostComponent;
|
|
504
|
+
blogTagsListComponent?: NovaPresetPluginsBlogConfigBlogTagsListComponent;
|
|
505
|
+
blogTagsPostsComponent?: NovaPresetPluginsBlogConfigBlogTagsPostsComponent;
|
|
506
|
+
blogAuthorsListComponent?: NovaPresetPluginsBlogConfigBlogAuthorsListComponent;
|
|
507
|
+
blogAuthorsPostsComponent?: NovaPresetPluginsBlogConfigBlogAuthorsPostsComponent;
|
|
508
|
+
blogArchiveComponent?: NovaPresetPluginsBlogConfigBlogArchiveComponent;
|
|
509
|
+
readingTime?: NovaPresetPluginsBlogConfigReadingTime;
|
|
510
|
+
processBlogPosts?: NovaPresetPluginsBlogConfigProcessBlogPosts;
|
|
511
|
+
[key: string]: unknown;
|
|
512
|
+
};
|
|
513
|
+
|
|
514
|
+
// Blog plugin options — pass-through to @docusaurus/plugin-content-blog, or false to disable.
|
|
515
|
+
export type NovaPresetPluginsBlog = NovaPresetPluginsBlogConfig | false | undefined;
|
|
516
|
+
|
|
517
|
+
// Plugin ID for multi-instance support.
|
|
518
|
+
export type NovaPresetPluginsPagesConfigId = string | undefined;
|
|
519
|
+
|
|
520
|
+
// Path to the pages content directory, relative to the site directory (e.g., "src/pages"). Defaults to "src/pages".
|
|
521
|
+
export type NovaPresetPluginsPagesConfigPath = string | undefined;
|
|
522
|
+
|
|
523
|
+
// URL route for standalone pages (e.g., "/", "pages"). Defaults to "/".
|
|
524
|
+
export type NovaPresetPluginsPagesConfigRouteBasePath = string | undefined;
|
|
525
|
+
|
|
526
|
+
// Glob patterns matching page files to include. Defaults to ["**/*.{js,jsx,ts,tsx,md,mdx}"].
|
|
527
|
+
export type NovaPresetPluginsPagesConfigInclude = string[] | undefined;
|
|
528
|
+
|
|
529
|
+
// Glob patterns matching page files to exclude. Defaults to standard temp and draft patterns.
|
|
530
|
+
export type NovaPresetPluginsPagesConfigExclude = string[] | undefined;
|
|
531
|
+
|
|
532
|
+
// Base URL to edit pages, or a function receiving page context and returning a URL string or undefined to skip.
|
|
533
|
+
export type NovaPresetPluginsPagesConfigEditUrl = string | ((params: {
|
|
534
|
+
pagesDirPath: string;
|
|
535
|
+
pagesPath: string;
|
|
536
|
+
permalink: string;
|
|
537
|
+
locale: string;
|
|
538
|
+
}) => string | undefined) | undefined;
|
|
539
|
+
|
|
540
|
+
// Target localized file paths for edit links instead of the original. Defaults to false.
|
|
541
|
+
export type NovaPresetPluginsPagesConfigEditLocalizedFiles = boolean | undefined;
|
|
542
|
+
|
|
543
|
+
// Show the last update timestamp on each page. Defaults to false.
|
|
544
|
+
export type NovaPresetPluginsPagesConfigShowLastUpdateTime = boolean | undefined;
|
|
545
|
+
|
|
546
|
+
// Show the author who last updated each page. Defaults to false.
|
|
547
|
+
export type NovaPresetPluginsPagesConfigShowLastUpdateAuthor = boolean | undefined;
|
|
548
|
+
|
|
549
|
+
// Enable admonition syntax in Markdown. Defaults to true.
|
|
550
|
+
export type NovaPresetPluginsPagesConfigAdmonitions = boolean | undefined;
|
|
551
|
+
|
|
552
|
+
// Remark plugins for Markdown processing.
|
|
553
|
+
export type NovaPresetPluginsPagesConfigRemarkPlugins = unknown[] | undefined;
|
|
554
|
+
|
|
555
|
+
// Rehype plugins for HTML processing.
|
|
556
|
+
export type NovaPresetPluginsPagesConfigRehypePlugins = unknown[] | undefined;
|
|
557
|
+
|
|
558
|
+
// Recma plugins for ESTree processing.
|
|
559
|
+
export type NovaPresetPluginsPagesConfigRecmaPlugins = unknown[] | undefined;
|
|
560
|
+
|
|
561
|
+
// Remark plugins inserted before the defaults.
|
|
562
|
+
export type NovaPresetPluginsPagesConfigBeforeDefaultRemarkPlugins = unknown[] | undefined;
|
|
563
|
+
|
|
564
|
+
// Rehype plugins inserted before the defaults.
|
|
565
|
+
export type NovaPresetPluginsPagesConfigBeforeDefaultRehypePlugins = unknown[] | undefined;
|
|
566
|
+
|
|
567
|
+
// Root component for MDX pages (e.g., "@theme/MDXPage").
|
|
568
|
+
export type NovaPresetPluginsPagesConfigMdxPageComponent = string | undefined;
|
|
569
|
+
|
|
570
|
+
// Pages plugin options — pass-through to @docusaurus/plugin-content-pages.
|
|
571
|
+
export type NovaPresetPluginsPagesConfig = {
|
|
572
|
+
id?: NovaPresetPluginsPagesConfigId;
|
|
573
|
+
path?: NovaPresetPluginsPagesConfigPath;
|
|
574
|
+
routeBasePath?: NovaPresetPluginsPagesConfigRouteBasePath;
|
|
575
|
+
include?: NovaPresetPluginsPagesConfigInclude;
|
|
576
|
+
exclude?: NovaPresetPluginsPagesConfigExclude;
|
|
577
|
+
editUrl?: NovaPresetPluginsPagesConfigEditUrl;
|
|
578
|
+
editLocalizedFiles?: NovaPresetPluginsPagesConfigEditLocalizedFiles;
|
|
579
|
+
showLastUpdateTime?: NovaPresetPluginsPagesConfigShowLastUpdateTime;
|
|
580
|
+
showLastUpdateAuthor?: NovaPresetPluginsPagesConfigShowLastUpdateAuthor;
|
|
581
|
+
admonitions?: NovaPresetPluginsPagesConfigAdmonitions;
|
|
582
|
+
remarkPlugins?: NovaPresetPluginsPagesConfigRemarkPlugins;
|
|
583
|
+
rehypePlugins?: NovaPresetPluginsPagesConfigRehypePlugins;
|
|
584
|
+
recmaPlugins?: NovaPresetPluginsPagesConfigRecmaPlugins;
|
|
585
|
+
beforeDefaultRemarkPlugins?: NovaPresetPluginsPagesConfigBeforeDefaultRemarkPlugins;
|
|
586
|
+
beforeDefaultRehypePlugins?: NovaPresetPluginsPagesConfigBeforeDefaultRehypePlugins;
|
|
587
|
+
mdxPageComponent?: NovaPresetPluginsPagesConfigMdxPageComponent;
|
|
588
|
+
[key: string]: unknown;
|
|
589
|
+
};
|
|
590
|
+
|
|
591
|
+
// Pages plugin options — pass-through to @docusaurus/plugin-content-pages, or false to disable.
|
|
592
|
+
export type NovaPresetPluginsPages = NovaPresetPluginsPagesConfig | false | undefined;
|
|
593
|
+
|
|
594
|
+
// Output filename for the sitemap, relative to the build directory (e.g., "sitemap.xml"). Defaults to "sitemap.xml".
|
|
595
|
+
export type NovaPresetPluginsSitemapConfigFilename = string | undefined;
|
|
596
|
+
|
|
597
|
+
// Glob patterns for routes to exclude from the sitemap (e.g., ["/docs/tags/**"]).
|
|
598
|
+
export type NovaPresetPluginsSitemapConfigIgnorePatterns = string[] | undefined;
|
|
599
|
+
|
|
600
|
+
// Format of the lastmod entry — "date" for YYYY-MM-DD, "datetime" for ISO 8601, or null to omit. Defaults to null.
|
|
601
|
+
export type NovaPresetPluginsSitemapConfigLastmod = 'date' | 'datetime' | null | undefined;
|
|
602
|
+
|
|
603
|
+
// Change frequency hint for search engines, or null to omit. Defaults to null.
|
|
604
|
+
export type NovaPresetPluginsSitemapConfigChangefreq = 'hourly' | 'daily' | 'weekly' | 'monthly' | 'yearly' | 'always' | 'never' | null | undefined;
|
|
605
|
+
|
|
606
|
+
// Priority value between 0.0 and 1.0 for search engines, or null to omit. Defaults to null.
|
|
607
|
+
export type NovaPresetPluginsSitemapConfigPriority = number | null | undefined;
|
|
608
|
+
|
|
609
|
+
// Sitemap entry with URL, last modified date, change frequency, and priority.
|
|
610
|
+
export type NovaSitemapItem = {
|
|
611
|
+
url: string;
|
|
612
|
+
lastmod?: string | null;
|
|
613
|
+
changefreq?: 'hourly' | 'daily' | 'weekly' | 'monthly' | 'yearly' | 'always' | 'never' | null;
|
|
614
|
+
priority?: number | null;
|
|
615
|
+
};
|
|
616
|
+
|
|
617
|
+
// Site configuration passed to the sitemap callback.
|
|
618
|
+
export type NovaSitemapCallbackSiteConfig = DocusaurusConfig;
|
|
619
|
+
|
|
620
|
+
// Route list passed to the sitemap callback.
|
|
621
|
+
export type NovaSitemapCallbackRoutes = RouteConfig[];
|
|
622
|
+
|
|
623
|
+
// Default sitemap item generator provided to the callback.
|
|
624
|
+
export type NovaSitemapCallbackDefaultCreateSitemapItems = (params: {
|
|
625
|
+
siteConfig: NovaSitemapCallbackSiteConfig;
|
|
626
|
+
routes: NovaSitemapCallbackRoutes;
|
|
627
|
+
}) => Promise<NovaSitemapItem[]>;
|
|
628
|
+
|
|
629
|
+
// Custom callback to control sitemap item generation with access to the default implementation.
|
|
630
|
+
export type NovaPresetPluginsSitemapConfigCreateSitemapItems = ((params: {
|
|
631
|
+
siteConfig: NovaSitemapCallbackSiteConfig;
|
|
632
|
+
routes: NovaSitemapCallbackRoutes;
|
|
633
|
+
defaultCreateSitemapItems: NovaSitemapCallbackDefaultCreateSitemapItems;
|
|
634
|
+
}) => Promise<NovaSitemapItem[]>) | undefined;
|
|
635
|
+
|
|
636
|
+
// Sitemap plugin options — pass-through to @docusaurus/plugin-sitemap.
|
|
637
|
+
export type NovaPresetPluginsSitemapConfig = {
|
|
638
|
+
filename?: NovaPresetPluginsSitemapConfigFilename;
|
|
639
|
+
ignorePatterns?: NovaPresetPluginsSitemapConfigIgnorePatterns;
|
|
640
|
+
lastmod?: NovaPresetPluginsSitemapConfigLastmod;
|
|
641
|
+
changefreq?: NovaPresetPluginsSitemapConfigChangefreq;
|
|
642
|
+
priority?: NovaPresetPluginsSitemapConfigPriority;
|
|
643
|
+
createSitemapItems?: NovaPresetPluginsSitemapConfigCreateSitemapItems;
|
|
644
|
+
[key: string]: unknown;
|
|
645
|
+
};
|
|
646
|
+
|
|
647
|
+
// Sitemap plugin options — pass-through to @docusaurus/plugin-sitemap, or false to disable.
|
|
648
|
+
export type NovaPresetPluginsSitemap = NovaPresetPluginsSitemapConfig | false | undefined;
|
|
649
|
+
|
|
650
|
+
// Docusaurus plugin configuration (docs, blog, pages, sitemap).
|
|
651
|
+
export type NovaPresetPlugins = {
|
|
652
|
+
docs?: NovaPresetPluginsDocs;
|
|
653
|
+
blog?: NovaPresetPluginsBlog;
|
|
654
|
+
pages?: NovaPresetPluginsPages;
|
|
655
|
+
sitemap?: NovaPresetPluginsSitemap;
|
|
656
|
+
};
|
|
657
|
+
|
|
658
|
+
// GTM container ID (e.g., "GTM-XXXXXXXX").
|
|
659
|
+
export type NovaPresetAnalyticsGtmContainerId = string;
|
|
660
|
+
|
|
661
|
+
// Google Tag Manager configuration.
|
|
662
|
+
export type NovaPresetAnalyticsGtm = {
|
|
663
|
+
containerId: NovaPresetAnalyticsGtmContainerId;
|
|
664
|
+
} | undefined;
|
|
665
|
+
|
|
666
|
+
// Analytics integrations.
|
|
667
|
+
export type NovaPresetAnalytics = {
|
|
668
|
+
gtm?: NovaPresetAnalyticsGtm;
|
|
669
|
+
};
|
|
670
|
+
|
|
671
|
+
// Minimum progress value before the bar starts (e.g., 0.08). Defaults to 0.08.
|
|
672
|
+
export type NovaPresetProgressBarConfigMinimum = number | undefined;
|
|
673
|
+
|
|
674
|
+
// CSS easing function for the progress animation (e.g., "ease", "linear"). Defaults to "ease".
|
|
675
|
+
export type NovaPresetProgressBarConfigEasing = string | undefined;
|
|
676
|
+
|
|
677
|
+
// Animation speed in milliseconds (e.g., 200). Defaults to 200.
|
|
678
|
+
export type NovaPresetProgressBarConfigSpeed = number | undefined;
|
|
679
|
+
|
|
680
|
+
// Enable automatic trickle increments. Defaults to true.
|
|
681
|
+
export type NovaPresetProgressBarConfigTrickle = boolean | undefined;
|
|
682
|
+
|
|
683
|
+
// Trickle increment speed in milliseconds (e.g., 200). Defaults to 200.
|
|
684
|
+
export type NovaPresetProgressBarConfigTrickleSpeed = number | undefined;
|
|
685
|
+
|
|
686
|
+
// Show the spinner element alongside the progress bar. Defaults to true.
|
|
687
|
+
export type NovaPresetProgressBarConfigShowSpinner = boolean | undefined;
|
|
688
|
+
|
|
689
|
+
// CSS selector for the progress bar parent element (e.g., "body"). Defaults to "body".
|
|
690
|
+
export type NovaPresetProgressBarConfigParent = string | undefined;
|
|
691
|
+
|
|
692
|
+
// Progress bar appearance and behavior.
|
|
693
|
+
export type NovaPresetProgressBarConfig = {
|
|
694
|
+
minimum?: NovaPresetProgressBarConfigMinimum;
|
|
695
|
+
easing?: NovaPresetProgressBarConfigEasing;
|
|
696
|
+
speed?: NovaPresetProgressBarConfigSpeed;
|
|
697
|
+
trickle?: NovaPresetProgressBarConfigTrickle;
|
|
698
|
+
trickleSpeed?: NovaPresetProgressBarConfigTrickleSpeed;
|
|
699
|
+
showSpinner?: NovaPresetProgressBarConfigShowSpinner;
|
|
700
|
+
parent?: NovaPresetProgressBarConfigParent;
|
|
701
|
+
[key: string]: unknown;
|
|
702
|
+
};
|
|
703
|
+
|
|
704
|
+
// Show a progress bar during page transitions. Defaults to false.
|
|
705
|
+
export type NovaPresetProgressBar = boolean | NovaPresetProgressBarConfig;
|
|
706
|
+
|
|
707
|
+
// Lunr language codes for search indexing (e.g., ["en"], ["en", "de", "ja"]). Defaults to ["en"].
|
|
708
|
+
export type NovaPresetSearchConfigLanguage = string[] | undefined;
|
|
709
|
+
|
|
710
|
+
// Index docs pages in search. Defaults to true.
|
|
711
|
+
export type NovaPresetSearchConfigIndexDocs = boolean | undefined;
|
|
712
|
+
|
|
713
|
+
// Index blog pages in search. Defaults to true.
|
|
714
|
+
export type NovaPresetSearchConfigIndexBlog = boolean | undefined;
|
|
715
|
+
|
|
716
|
+
// Index standalone pages in search. Defaults to false.
|
|
717
|
+
export type NovaPresetSearchConfigIndexPages = boolean | undefined;
|
|
718
|
+
|
|
719
|
+
// Hash search index filenames for cache busting. Defaults to true.
|
|
720
|
+
export type NovaPresetSearchConfigHashed = boolean | undefined;
|
|
721
|
+
|
|
722
|
+
// Max number of search results shown in dropdown (e.g., 5, 10, 20). Defaults to 8.
|
|
723
|
+
export type NovaPresetSearchConfigSearchResultLimits = number | undefined;
|
|
724
|
+
|
|
725
|
+
// Highlight matching terms on the target page after clicking a result. Defaults to true.
|
|
726
|
+
export type NovaPresetSearchConfigHighlightSearchTermsOnTargetPage = boolean | undefined;
|
|
727
|
+
|
|
728
|
+
// Keyboard shortcut to open search (e.g., "mod+k", "mod+/", mod = Cmd/Ctrl). Defaults to "mod+k".
|
|
729
|
+
export type NovaPresetSearchConfigSearchBarShortcutKeymap = string | undefined;
|
|
730
|
+
|
|
731
|
+
// Max Levenshtein distance for fuzzy matching (0 = exact, 1 = one typo, 2 = two typos). Defaults to 1.
|
|
732
|
+
export type NovaPresetSearchConfigFuzzyMatchingDistance = number | undefined;
|
|
733
|
+
|
|
734
|
+
// Glob patterns of routes to exclude from search (e.g., ["/docs/tags/**"]). Defaults to [].
|
|
735
|
+
export type NovaPresetSearchConfigIgnorePatterns = string[] | undefined;
|
|
736
|
+
|
|
737
|
+
// Docs route base path — must match plugins.docs.routeBasePath (e.g., "docs", "guides"). Defaults to "docs".
|
|
738
|
+
export type NovaPresetSearchConfigDocsRouteBasePath = string | undefined;
|
|
739
|
+
|
|
740
|
+
// Local search configuration.
|
|
741
|
+
export type NovaPresetSearchConfig = {
|
|
742
|
+
language?: NovaPresetSearchConfigLanguage;
|
|
743
|
+
indexDocs?: NovaPresetSearchConfigIndexDocs;
|
|
744
|
+
indexBlog?: NovaPresetSearchConfigIndexBlog;
|
|
745
|
+
indexPages?: NovaPresetSearchConfigIndexPages;
|
|
746
|
+
hashed?: NovaPresetSearchConfigHashed;
|
|
747
|
+
searchResultLimits?: NovaPresetSearchConfigSearchResultLimits;
|
|
748
|
+
highlightSearchTermsOnTargetPage?: NovaPresetSearchConfigHighlightSearchTermsOnTargetPage;
|
|
749
|
+
searchBarShortcutKeymap?: NovaPresetSearchConfigSearchBarShortcutKeymap;
|
|
750
|
+
fuzzyMatchingDistance?: NovaPresetSearchConfigFuzzyMatchingDistance;
|
|
751
|
+
ignorePatterns?: NovaPresetSearchConfigIgnorePatterns;
|
|
752
|
+
docsRouteBasePath?: NovaPresetSearchConfigDocsRouteBasePath;
|
|
753
|
+
[key: string]: unknown;
|
|
754
|
+
};
|
|
755
|
+
|
|
756
|
+
// Local search configuration, or false to disable search entirely. Defaults to false.
|
|
757
|
+
export type NovaPresetSearch = NovaPresetSearchConfig | false;
|
|
758
|
+
|
|
759
|
+
// Preset identity — determines default colors, fonts, shape, and layout.
|
|
760
|
+
export type NovaPresetName = 'foundry' | 'sentinel' | 'signal' | 'envoy';
|
|
761
|
+
|
|
762
|
+
// Override individual preset defaults (undefined = use preset default).
|
|
763
|
+
export type NovaPresetOptionsOverrides = NovaPresetOverrides | undefined;
|
|
764
|
+
|
|
765
|
+
// Docusaurus plugin configuration (docs, blog, pages, sitemap).
|
|
766
|
+
export type NovaPresetOptionsPlugins = NovaPresetPlugins | undefined;
|
|
767
|
+
|
|
768
|
+
// Analytics integrations.
|
|
769
|
+
export type NovaPresetOptionsAnalytics = NovaPresetAnalytics | undefined;
|
|
770
|
+
|
|
771
|
+
// Show a progress bar during page transitions. Defaults to false.
|
|
772
|
+
export type NovaPresetOptionsProgressBar = NovaPresetProgressBar | undefined;
|
|
773
|
+
|
|
774
|
+
// Local search configuration, or false to disable search entirely. Defaults to false.
|
|
775
|
+
export type NovaPresetOptionsSearch = NovaPresetSearch | undefined;
|
|
776
|
+
|
|
777
|
+
// Nova preset options — identity, overrides, plugins, analytics, progress bar, and search.
|
|
778
|
+
export type NovaPresetOptions = {
|
|
779
|
+
preset: NovaPresetName;
|
|
780
|
+
overrides?: NovaPresetOptionsOverrides;
|
|
781
|
+
plugins?: NovaPresetOptionsPlugins;
|
|
782
|
+
analytics?: NovaPresetOptionsAnalytics;
|
|
783
|
+
progressBar?: NovaPresetOptionsProgressBar;
|
|
784
|
+
search?: NovaPresetOptionsSearch;
|
|
785
|
+
};
|
|
786
|
+
|
|
787
|
+
// Meta tag name attribute (e.g., "twitter:card", "og:description").
|
|
788
|
+
export type NovaThemeConfigSiteMetadataEntryName = string;
|
|
789
|
+
|
|
790
|
+
// Meta tag content attribute (e.g., "summary_large_image").
|
|
791
|
+
export type NovaThemeConfigSiteMetadataEntryContent = string;
|
|
792
|
+
|
|
793
|
+
// Single HTML <meta> tag for SEO.
|
|
794
|
+
export type NovaThemeConfigSiteMetadataEntry = {
|
|
795
|
+
name: NovaThemeConfigSiteMetadataEntryName;
|
|
796
|
+
content: NovaThemeConfigSiteMetadataEntryContent;
|
|
797
|
+
};
|
|
798
|
+
|
|
799
|
+
// Site title shown in the browser tab and SEO (e.g., "Nova", "Foundry"). Defaults to "".
|
|
800
|
+
export type NovaThemeConfigSiteTitle = string | undefined;
|
|
801
|
+
|
|
802
|
+
// Alt text for the logo image (e.g., "Nova"). Defaults to "".
|
|
803
|
+
export type NovaThemeConfigSiteLogoAlt = string | undefined;
|
|
804
|
+
|
|
805
|
+
// Logo image — URL path from static dir (e.g., "/images/logo.svg"). Defaults to "".
|
|
806
|
+
export type NovaThemeConfigSiteLogoSrc = string | undefined;
|
|
807
|
+
|
|
808
|
+
// Dark mode logo — URL path from static dir (e.g., "/images/logo-dark.svg").
|
|
809
|
+
export type NovaThemeConfigSiteLogoSrcDark = string | undefined;
|
|
810
|
+
|
|
811
|
+
// Clicking the logo navigates to this URL (e.g., "https://example.com").
|
|
812
|
+
export type NovaThemeConfigSiteLogoHref = string | undefined;
|
|
813
|
+
|
|
814
|
+
// Wordmark image — URL path from static dir (e.g., "/images/wordmark.svg").
|
|
815
|
+
export type NovaThemeConfigSiteLogoWordmark = string | undefined;
|
|
816
|
+
|
|
817
|
+
// Dark mode wordmark — URL path from static dir (e.g., "/images/wordmark-dark.svg").
|
|
818
|
+
export type NovaThemeConfigSiteLogoWordmarkDark = string | undefined;
|
|
819
|
+
|
|
820
|
+
// Brand title text shown in the navbar (e.g., "Envoy"). Not used for SEO.
|
|
821
|
+
export type NovaThemeConfigSiteLogoTitle = string | undefined;
|
|
822
|
+
|
|
823
|
+
// Site logo configuration.
|
|
824
|
+
export type NovaThemeConfigSiteLogo = {
|
|
825
|
+
alt?: NovaThemeConfigSiteLogoAlt;
|
|
826
|
+
src?: NovaThemeConfigSiteLogoSrc;
|
|
827
|
+
srcDark?: NovaThemeConfigSiteLogoSrcDark;
|
|
828
|
+
href?: NovaThemeConfigSiteLogoHref;
|
|
829
|
+
wordmark?: NovaThemeConfigSiteLogoWordmark;
|
|
830
|
+
wordmarkDark?: NovaThemeConfigSiteLogoWordmarkDark;
|
|
831
|
+
title?: NovaThemeConfigSiteLogoTitle;
|
|
832
|
+
} | undefined;
|
|
833
|
+
|
|
834
|
+
// Default social sharing image — URL path from static dir (e.g., "/thumbnails/brand.png"). Defaults to "".
|
|
835
|
+
export type NovaThemeConfigSiteImage = string | undefined;
|
|
836
|
+
|
|
837
|
+
// HTML <meta> tags for SEO (e.g., [{ name: "twitter:card", content: "summary_large_image" }]). Defaults to [].
|
|
838
|
+
export type NovaThemeConfigSiteMetadata = NovaThemeConfigSiteMetadataEntry[] | undefined;
|
|
839
|
+
|
|
840
|
+
// Site identity — title, logo, image, and metadata.
|
|
841
|
+
export type NovaThemeConfigSite = {
|
|
842
|
+
title?: NovaThemeConfigSiteTitle;
|
|
843
|
+
logo?: NovaThemeConfigSiteLogo;
|
|
844
|
+
image?: NovaThemeConfigSiteImage;
|
|
845
|
+
metadata?: NovaThemeConfigSiteMetadata;
|
|
846
|
+
} | undefined;
|
|
847
|
+
|
|
848
|
+
// Default color mode on first visit. Defaults to "system".
|
|
849
|
+
export type NovaThemeConfigColorModeDefaultMode = 'system' | 'light' | 'dark' | undefined;
|
|
850
|
+
|
|
851
|
+
// Hide the light/dark toggle switch. Defaults to false.
|
|
852
|
+
export type NovaThemeConfigColorModeDisableSwitch = boolean | undefined;
|
|
853
|
+
|
|
854
|
+
// Color mode configuration.
|
|
855
|
+
export type NovaThemeConfigColorMode = {
|
|
856
|
+
defaultMode?: NovaThemeConfigColorModeDefaultMode;
|
|
857
|
+
disableSwitch?: NovaThemeConfigColorModeDisableSwitch;
|
|
858
|
+
[key: string]: unknown;
|
|
859
|
+
} | undefined;
|
|
860
|
+
|
|
861
|
+
// Display text for the navbar item (e.g., "Documentation", "Blog").
|
|
862
|
+
export type NovaThemeConfigNavbarItemLabel = string | undefined;
|
|
863
|
+
|
|
864
|
+
// Item type — determines rendering behavior.
|
|
865
|
+
export type NovaThemeConfigNavbarItemType = 'default' | 'doc' | 'docSidebar' | 'dropdown' | 'html' | 'localeDropdown' | 'docsVersion' | 'docsVersionDropdown' | 'search' | undefined;
|
|
866
|
+
|
|
867
|
+
// Nested items — used when type is "dropdown".
|
|
868
|
+
export type NovaThemeConfigNavbarItemItems = NovaThemeConfigNavbarItem[] | undefined;
|
|
869
|
+
|
|
870
|
+
// Internal site path — uses client-side routing (e.g., "/blog", "/docs/getting-started").
|
|
871
|
+
export type NovaThemeConfigNavbarItemTo = string | undefined;
|
|
872
|
+
|
|
873
|
+
// External URL — full page navigation (e.g., "https://github.com/...").
|
|
874
|
+
export type NovaThemeConfigNavbarItemHref = string | undefined;
|
|
875
|
+
|
|
876
|
+
// Iconify icon ID or object (e.g., "lucide:book-open", "mdi:github").
|
|
877
|
+
export type NovaThemeConfigNavbarItemIcon = string | undefined;
|
|
878
|
+
|
|
879
|
+
// Document ID — filename without extension, used with type: "doc" (e.g., "getting-started", "overview").
|
|
880
|
+
export type NovaThemeConfigNavbarItemDocId = string | undefined;
|
|
881
|
+
|
|
882
|
+
// Sidebar ID — defined in sidebars.ts, used with type: "docSidebar" (e.g., "docs").
|
|
883
|
+
export type NovaThemeConfigNavbarItemSidebarId = string | undefined;
|
|
884
|
+
|
|
885
|
+
// Single navbar item — link, doc, dropdown, search, etc.
|
|
886
|
+
export type NovaThemeConfigNavbarItem = {
|
|
887
|
+
label?: NovaThemeConfigNavbarItemLabel;
|
|
888
|
+
type?: NovaThemeConfigNavbarItemType;
|
|
889
|
+
items?: NovaThemeConfigNavbarItemItems;
|
|
890
|
+
to?: NovaThemeConfigNavbarItemTo;
|
|
891
|
+
href?: NovaThemeConfigNavbarItemHref;
|
|
892
|
+
icon?: NovaThemeConfigNavbarItemIcon;
|
|
893
|
+
docId?: NovaThemeConfigNavbarItemDocId;
|
|
894
|
+
sidebarId?: NovaThemeConfigNavbarItemSidebarId;
|
|
895
|
+
[key: string]: unknown;
|
|
896
|
+
};
|
|
897
|
+
|
|
898
|
+
// Text title displayed next to the logo in the navbar (e.g., "Nova", "Foundry"). Defaults to "".
|
|
899
|
+
export type NovaThemeConfigNavbarTitle = string | undefined;
|
|
900
|
+
|
|
901
|
+
// Hide the navbar when scrolling down. Defaults to false.
|
|
902
|
+
export type NovaThemeConfigNavbarHideOnScroll = boolean | undefined;
|
|
903
|
+
|
|
904
|
+
// Navbar items — links, dropdowns, docs, and search. Defaults to [].
|
|
905
|
+
export type NovaThemeConfigNavbarItems = NovaThemeConfigNavbarItem[] | undefined;
|
|
906
|
+
|
|
907
|
+
// Navbar configuration — title, items, and scroll behavior.
|
|
908
|
+
export type NovaThemeConfigNavbar = {
|
|
909
|
+
title?: NovaThemeConfigNavbarTitle;
|
|
910
|
+
hideOnScroll?: NovaThemeConfigNavbarHideOnScroll;
|
|
911
|
+
items?: NovaThemeConfigNavbarItems;
|
|
912
|
+
[key: string]: unknown;
|
|
913
|
+
} | undefined;
|
|
914
|
+
|
|
915
|
+
// Storage key for persisting the selected docs version. Defaults to "localStorage".
|
|
916
|
+
export type NovaThemeConfigDocsVersionPersistence = string | undefined;
|
|
917
|
+
|
|
918
|
+
// Allow users to collapse the entire sidebar. Defaults to false.
|
|
919
|
+
export type NovaThemeConfigDocsSidebarHideable = boolean | undefined;
|
|
920
|
+
|
|
921
|
+
// Auto-collapse other categories when opening one. Defaults to false.
|
|
922
|
+
export type NovaThemeConfigDocsSidebarAutoCollapseCategories = boolean | undefined;
|
|
923
|
+
|
|
924
|
+
// Docs sidebar behavior.
|
|
925
|
+
export type NovaThemeConfigDocsSidebar = {
|
|
926
|
+
hideable?: NovaThemeConfigDocsSidebarHideable;
|
|
927
|
+
autoCollapseCategories?: NovaThemeConfigDocsSidebarAutoCollapseCategories;
|
|
928
|
+
[key: string]: unknown;
|
|
929
|
+
} | undefined;
|
|
930
|
+
|
|
931
|
+
// Docs theme configuration — version persistence and sidebar.
|
|
932
|
+
export type NovaThemeConfigDocs = {
|
|
933
|
+
versionPersistence?: NovaThemeConfigDocsVersionPersistence;
|
|
934
|
+
sidebar?: NovaThemeConfigDocsSidebar;
|
|
935
|
+
[key: string]: unknown;
|
|
936
|
+
} | undefined;
|
|
937
|
+
|
|
938
|
+
// Group blog posts by year in the sidebar. Defaults to true.
|
|
939
|
+
export type NovaThemeConfigBlogSidebarGroupByYear = boolean | undefined;
|
|
940
|
+
|
|
941
|
+
// Blog sidebar behavior.
|
|
942
|
+
export type NovaThemeConfigBlogSidebar = {
|
|
943
|
+
groupByYear?: NovaThemeConfigBlogSidebarGroupByYear;
|
|
944
|
+
[key: string]: unknown;
|
|
945
|
+
} | undefined;
|
|
946
|
+
|
|
947
|
+
// Heading text on the blog list page (e.g., "Blog", "Changelog"). Defaults to "Blog".
|
|
948
|
+
export type NovaThemeConfigBlogLayoutHeading = string | undefined;
|
|
949
|
+
|
|
950
|
+
// Description text below the heading (e.g., "Updates and insights from the team"). Defaults to "".
|
|
951
|
+
export type NovaThemeConfigBlogLayoutDescription = string | undefined;
|
|
952
|
+
|
|
953
|
+
// Blog list page layout — heading and description.
|
|
954
|
+
export type NovaThemeConfigBlogLayout = {
|
|
955
|
+
heading?: NovaThemeConfigBlogLayoutHeading;
|
|
956
|
+
description?: NovaThemeConfigBlogLayoutDescription;
|
|
957
|
+
[key: string]: unknown;
|
|
958
|
+
} | undefined;
|
|
959
|
+
|
|
960
|
+
// Blog theme configuration — sidebar and layout.
|
|
961
|
+
export type NovaThemeConfigBlog = {
|
|
962
|
+
sidebar?: NovaThemeConfigBlogSidebar;
|
|
963
|
+
layout?: NovaThemeConfigBlogLayout;
|
|
964
|
+
[key: string]: unknown;
|
|
965
|
+
} | undefined;
|
|
966
|
+
|
|
967
|
+
// Minimum heading level to include (2 = h2, 3 = h3, etc.). Defaults to 2.
|
|
968
|
+
export type NovaThemeConfigTableOfContentsMinHeadingLevel = 2 | 3 | 4 | 5 | 6 | undefined;
|
|
969
|
+
|
|
970
|
+
// Maximum heading level to include (2 = h2, 3 = h3, etc.). Defaults to 3.
|
|
971
|
+
export type NovaThemeConfigTableOfContentsMaxHeadingLevel = 2 | 3 | 4 | 5 | 6 | undefined;
|
|
972
|
+
|
|
973
|
+
// Table of contents heading range.
|
|
974
|
+
export type NovaThemeConfigTableOfContents = {
|
|
975
|
+
minHeadingLevel?: NovaThemeConfigTableOfContentsMinHeadingLevel;
|
|
976
|
+
maxHeadingLevel?: NovaThemeConfigTableOfContentsMaxHeadingLevel;
|
|
977
|
+
} | undefined;
|
|
978
|
+
|
|
979
|
+
// Show a floating scroll-to-top button. Defaults to true.
|
|
980
|
+
export type NovaThemeConfigBackToTopButton = boolean | undefined;
|
|
981
|
+
|
|
982
|
+
// Unique ID — used to remember dismissal in localStorage.
|
|
983
|
+
export type NovaThemeConfigAnnouncementBarId = string;
|
|
984
|
+
|
|
985
|
+
// Banner content — supports HTML (e.g., "Check out our <a href="/blog">latest post</a>").
|
|
986
|
+
export type NovaThemeConfigAnnouncementBarContent = string;
|
|
987
|
+
|
|
988
|
+
// Background color — any CSS color (e.g., "#1a1a2e", "var(--custom-color)").
|
|
989
|
+
export type NovaThemeConfigAnnouncementBarBackgroundColor = string | undefined;
|
|
990
|
+
|
|
991
|
+
// Text color — any CSS color (e.g., "#ffffff").
|
|
992
|
+
export type NovaThemeConfigAnnouncementBarTextColor = string | undefined;
|
|
993
|
+
|
|
994
|
+
// Allow users to dismiss the banner. Defaults to true.
|
|
995
|
+
export type NovaThemeConfigAnnouncementBarIsCloseable = boolean | undefined;
|
|
996
|
+
|
|
997
|
+
// Announcement bar configuration.
|
|
998
|
+
export type NovaThemeConfigAnnouncementBar = {
|
|
999
|
+
id: NovaThemeConfigAnnouncementBarId;
|
|
1000
|
+
content: NovaThemeConfigAnnouncementBarContent;
|
|
1001
|
+
backgroundColor?: NovaThemeConfigAnnouncementBarBackgroundColor;
|
|
1002
|
+
textColor?: NovaThemeConfigAnnouncementBarTextColor;
|
|
1003
|
+
isCloseable?: NovaThemeConfigAnnouncementBarIsCloseable;
|
|
1004
|
+
} | undefined;
|
|
1005
|
+
|
|
1006
|
+
// Link text (e.g., "Terms of Use", "Privacy Policy").
|
|
1007
|
+
export type NovaThemeConfigFooterSectionLinkLabel = string;
|
|
1008
|
+
|
|
1009
|
+
// Link destination — internal path or external URL (e.g., "/docs/getting-started/", "https://example.com").
|
|
1010
|
+
export type NovaThemeConfigFooterSectionLinkHref = string;
|
|
1011
|
+
|
|
1012
|
+
// Single footer section link.
|
|
1013
|
+
export type NovaThemeConfigFooterSectionLink = {
|
|
1014
|
+
label: NovaThemeConfigFooterSectionLinkLabel;
|
|
1015
|
+
href: NovaThemeConfigFooterSectionLinkHref;
|
|
1016
|
+
};
|
|
1017
|
+
|
|
1018
|
+
// Column heading text (e.g., "Company", "Legal").
|
|
1019
|
+
export type NovaThemeConfigFooterLayoutSlotTitle = string | undefined;
|
|
1020
|
+
|
|
1021
|
+
// Key from sections to display in this slot (e.g., "legal", "company").
|
|
1022
|
+
export type NovaThemeConfigFooterLayoutSlotSection = string;
|
|
1023
|
+
|
|
1024
|
+
// Single footer layout slot — maps a section to a column.
|
|
1025
|
+
export type NovaThemeConfigFooterLayoutSlot = {
|
|
1026
|
+
title?: NovaThemeConfigFooterLayoutSlotTitle;
|
|
1027
|
+
section: NovaThemeConfigFooterLayoutSlotSection;
|
|
1028
|
+
};
|
|
1029
|
+
|
|
1030
|
+
// SVG path data (e.g., "<path d='M...' />").
|
|
1031
|
+
export type NovaIconifyIconBody = string;
|
|
1032
|
+
|
|
1033
|
+
// Left offset of the viewBox. Defaults to 0.
|
|
1034
|
+
export type NovaIconifyIconLeft = number | undefined;
|
|
1035
|
+
|
|
1036
|
+
// Top offset of the viewBox. Defaults to 0.
|
|
1037
|
+
export type NovaIconifyIconTop = number | undefined;
|
|
1038
|
+
|
|
1039
|
+
// Width of the viewBox. Defaults to 16.
|
|
1040
|
+
export type NovaIconifyIconWidth = number | undefined;
|
|
1041
|
+
|
|
1042
|
+
// Height of the viewBox. Defaults to 16.
|
|
1043
|
+
export type NovaIconifyIconHeight = number | undefined;
|
|
1044
|
+
|
|
1045
|
+
// Number of 90-degree rotations (e.g., 0 = none, 1 = 90deg, 2 = 180deg). Defaults to 0.
|
|
1046
|
+
export type NovaIconifyIconRotate = number | undefined;
|
|
1047
|
+
|
|
1048
|
+
// Horizontal flip. Defaults to false.
|
|
1049
|
+
export type NovaIconifyIconHFlip = boolean | undefined;
|
|
1050
|
+
|
|
1051
|
+
// Vertical flip. Defaults to false.
|
|
1052
|
+
export type NovaIconifyIconVFlip = boolean | undefined;
|
|
1053
|
+
|
|
1054
|
+
// Iconify icon definition with SVG path data and viewBox overrides.
|
|
1055
|
+
export type NovaIconifyIcon = {
|
|
1056
|
+
body: NovaIconifyIconBody;
|
|
1057
|
+
left?: NovaIconifyIconLeft;
|
|
1058
|
+
top?: NovaIconifyIconTop;
|
|
1059
|
+
width?: NovaIconifyIconWidth;
|
|
1060
|
+
height?: NovaIconifyIconHeight;
|
|
1061
|
+
rotate?: NovaIconifyIconRotate;
|
|
1062
|
+
hFlip?: NovaIconifyIconHFlip;
|
|
1063
|
+
vFlip?: NovaIconifyIconVFlip;
|
|
1064
|
+
};
|
|
1065
|
+
|
|
1066
|
+
// Iconify icon ID or object (e.g., "mdi:github", "ri:twitter-x-fill").
|
|
1067
|
+
export type NovaThemeConfigFooterSocialLinkIcon = string | NovaIconifyIcon;
|
|
1068
|
+
|
|
1069
|
+
// Social profile URL (e.g., "https://github.com/cbnventures").
|
|
1070
|
+
export type NovaThemeConfigFooterSocialLinkHref = string;
|
|
1071
|
+
|
|
1072
|
+
// Accessibility label for screen readers (e.g., "GitHub", "X").
|
|
1073
|
+
export type NovaThemeConfigFooterSocialLinkLabel = string;
|
|
1074
|
+
|
|
1075
|
+
// Single footer social media link.
|
|
1076
|
+
export type NovaThemeConfigFooterSocialLink = {
|
|
1077
|
+
icon: NovaThemeConfigFooterSocialLinkIcon;
|
|
1078
|
+
href: NovaThemeConfigFooterSocialLinkHref;
|
|
1079
|
+
label: NovaThemeConfigFooterSocialLinkLabel;
|
|
1080
|
+
};
|
|
1081
|
+
|
|
1082
|
+
// Link sections — keyed by section name (e.g., { legal: [{ label: "Terms", href: "/terms/" }] }).
|
|
1083
|
+
export type NovaThemeConfigFooterSections = Record<string, NovaThemeConfigFooterSectionLink[]> | undefined;
|
|
1084
|
+
|
|
1085
|
+
// Layout slots — keyed by slot name (e.g., { company: { title: "Company", section: "company" } }).
|
|
1086
|
+
export type NovaThemeConfigFooterLayout = Record<string, NovaThemeConfigFooterLayoutSlot> | undefined;
|
|
1087
|
+
|
|
1088
|
+
// Social media icon links shown in the footer.
|
|
1089
|
+
export type NovaThemeConfigFooterSocialLinks = NovaThemeConfigFooterSocialLink[] | undefined;
|
|
1090
|
+
|
|
1091
|
+
// Copyright text displayed in the footer (e.g., "Copyright 2025 Acme LLC."). Defaults to "".
|
|
1092
|
+
export type NovaThemeConfigFooterCopyright = string | undefined;
|
|
1093
|
+
|
|
1094
|
+
// Show "Built with Nova" credit in the footer. Defaults to true.
|
|
1095
|
+
export type NovaThemeConfigFooterCredit = boolean | undefined;
|
|
1096
|
+
|
|
1097
|
+
// Call-to-action text displayed in the footer (e.g., "Ready to deploy?", "Get started").
|
|
1098
|
+
export type NovaThemeConfigFooterCta = string | undefined;
|
|
1099
|
+
|
|
1100
|
+
// Footer configuration. Set as false to disable the footer entirely. Defaults to false.
|
|
1101
|
+
export type NovaThemeConfigFooter = {
|
|
1102
|
+
sections?: NovaThemeConfigFooterSections;
|
|
1103
|
+
layout?: NovaThemeConfigFooterLayout;
|
|
1104
|
+
socialLinks?: NovaThemeConfigFooterSocialLinks;
|
|
1105
|
+
copyright?: NovaThemeConfigFooterCopyright;
|
|
1106
|
+
credit?: NovaThemeConfigFooterCredit;
|
|
1107
|
+
cta?: NovaThemeConfigFooterCta;
|
|
1108
|
+
[key: string]: unknown;
|
|
1109
|
+
} | false | undefined;
|
|
1110
|
+
|
|
1111
|
+
// Nova theme configuration — site, navbar, docs, blog, footer, and more.
|
|
1112
|
+
export type NovaThemeConfig = {
|
|
1113
|
+
site?: NovaThemeConfigSite;
|
|
1114
|
+
colorMode?: NovaThemeConfigColorMode;
|
|
1115
|
+
navbar?: NovaThemeConfigNavbar;
|
|
1116
|
+
docs?: NovaThemeConfigDocs;
|
|
1117
|
+
blog?: NovaThemeConfigBlog;
|
|
1118
|
+
tableOfContents?: NovaThemeConfigTableOfContents;
|
|
1119
|
+
announcementBar?: NovaThemeConfigAnnouncementBar;
|
|
1120
|
+
backToTopButton?: NovaThemeConfigBackToTopButton;
|
|
1121
|
+
footer?: NovaThemeConfigFooter;
|
|
1122
|
+
[key: string]: unknown;
|
|
1123
|
+
};
|
|
1124
|
+
|
|
1125
|
+
// Site title — used in metadata and browser tab (e.g., "Nova", "Foundry").
|
|
1126
|
+
export type DocusaurusNovaConfigTitle = string;
|
|
1127
|
+
|
|
1128
|
+
// Site URL — top-level hostname (e.g., "https://nova.cbnventures.io").
|
|
1129
|
+
export type DocusaurusNovaConfigUrl = string;
|
|
1130
|
+
|
|
1131
|
+
// Path after the host (e.g., "/", "/my-site/"). Must start and end with "/".
|
|
1132
|
+
export type DocusaurusNovaConfigBaseUrl = string;
|
|
1133
|
+
|
|
1134
|
+
// Site favicon — file path relative to site dir (e.g., "./favicon.ico").
|
|
1135
|
+
export type DocusaurusNovaConfigFavicon = string | undefined;
|
|
1136
|
+
|
|
1137
|
+
// Delimiter between page title and site title in <title> tag. Defaults to "|".
|
|
1138
|
+
export type DocusaurusNovaConfigTitleDelimiter = string | undefined;
|
|
1139
|
+
|
|
1140
|
+
// Site tagline used in metadata. Defaults to "".
|
|
1141
|
+
export type DocusaurusNovaConfigTagline = string | undefined;
|
|
1142
|
+
|
|
1143
|
+
// Trailing slash behavior. undefined = keep as-is, true = add, false = remove.
|
|
1144
|
+
export type DocusaurusNovaConfigTrailingSlash = boolean | undefined;
|
|
1145
|
+
|
|
1146
|
+
// Add noindex meta tag to prevent search engine indexing. Defaults to false.
|
|
1147
|
+
export type DocusaurusNovaConfigNoIndex = boolean | undefined;
|
|
1148
|
+
|
|
1149
|
+
// Behavior when broken links are detected. Defaults to "throw".
|
|
1150
|
+
export type DocusaurusNovaConfigOnBrokenLinks = ReportingSeverity | undefined;
|
|
1151
|
+
|
|
1152
|
+
// Behavior when broken anchors are detected. Defaults to "warn".
|
|
1153
|
+
export type DocusaurusNovaConfigOnBrokenAnchors = ReportingSeverity | undefined;
|
|
1154
|
+
|
|
1155
|
+
// Behavior when duplicate routes are detected. Defaults to "warn".
|
|
1156
|
+
export type DocusaurusNovaConfigOnDuplicateRoutes = ReportingSeverity | undefined;
|
|
1157
|
+
|
|
1158
|
+
// GitHub organization or user that owns the repository (e.g., "cbnventures").
|
|
1159
|
+
export type DocusaurusNovaConfigOrganizationName = string | undefined;
|
|
1160
|
+
|
|
1161
|
+
// GitHub repository name (e.g., "nova", "demo-foundry").
|
|
1162
|
+
export type DocusaurusNovaConfigProjectName = string | undefined;
|
|
1163
|
+
|
|
1164
|
+
// Branch for static file deployment (e.g., "gh-pages").
|
|
1165
|
+
export type DocusaurusNovaConfigDeploymentBranch = string | undefined;
|
|
1166
|
+
|
|
1167
|
+
// GitHub Enterprise hostname (e.g., "github.com").
|
|
1168
|
+
export type DocusaurusNovaConfigGithubHost = string | undefined;
|
|
1169
|
+
|
|
1170
|
+
// GitHub Enterprise port (e.g., "443").
|
|
1171
|
+
export type DocusaurusNovaConfigGithubPort = string | undefined;
|
|
1172
|
+
|
|
1173
|
+
// Directories copied to build output as-is (e.g., ["static"]).
|
|
1174
|
+
export type DocusaurusNovaConfigStaticDirectories = string[] | undefined;
|
|
1175
|
+
|
|
1176
|
+
// Show a banner when CSS/JS fails to load due to wrong baseUrl. Defaults to true.
|
|
1177
|
+
export type DocusaurusNovaConfigBaseUrlIssueBanner = boolean | undefined;
|
|
1178
|
+
|
|
1179
|
+
// Script tag — either a URL string or an object with src and attributes.
|
|
1180
|
+
export type NovaScriptTag = string | {
|
|
1181
|
+
src: string;
|
|
1182
|
+
[key: string]: string | boolean | undefined;
|
|
1183
|
+
};
|
|
1184
|
+
|
|
1185
|
+
// Stylesheet tag — either a URL string or an object with href and attributes.
|
|
1186
|
+
export type NovaStylesheetTag = string | {
|
|
1187
|
+
href: string;
|
|
1188
|
+
[key: string]: string | boolean | undefined;
|
|
1189
|
+
};
|
|
1190
|
+
|
|
1191
|
+
// Script tags injected into <head>. Defaults to [].
|
|
1192
|
+
export type DocusaurusNovaConfigScripts = NovaScriptTag[] | undefined;
|
|
1193
|
+
|
|
1194
|
+
// Stylesheet tags injected into <head>. Defaults to [].
|
|
1195
|
+
export type DocusaurusNovaConfigStylesheets = NovaStylesheetTag[] | undefined;
|
|
1196
|
+
|
|
1197
|
+
// Module paths loaded on every page. Defaults to [].
|
|
1198
|
+
export type DocusaurusNovaConfigClientModules = string[] | undefined;
|
|
1199
|
+
|
|
1200
|
+
// Plugin reference — package name, [name, options] tuple, false to disable, or null.
|
|
1201
|
+
export type NovaPluginConfig = string | [string, Record<string, unknown>] | false | null;
|
|
1202
|
+
|
|
1203
|
+
// Additional Docusaurus themes (e.g., "@docusaurus/theme-mermaid"). Defaults to [].
|
|
1204
|
+
export type DocusaurusNovaConfigThemes = NovaPluginConfig[] | undefined;
|
|
1205
|
+
|
|
1206
|
+
// Custom fields — arbitrary data accessible via useDocusaurusContext().
|
|
1207
|
+
export type DocusaurusNovaConfigCustomFields = Record<string, unknown> | undefined;
|
|
1208
|
+
|
|
1209
|
+
// HTML tag name (e.g., "meta", "link", "script").
|
|
1210
|
+
export type NovaHtmlTagTagName = string;
|
|
1211
|
+
|
|
1212
|
+
// Key-value pairs for HTML attributes (e.g., { rel: "icon", href: "/favicon.ico" }).
|
|
1213
|
+
export type NovaHtmlTagAttributes = Record<string, string | boolean> | undefined;
|
|
1214
|
+
|
|
1215
|
+
// Raw HTML content inside the tag (e.g., "console.log('hello')" for a script tag).
|
|
1216
|
+
export type NovaHtmlTagInnerHTML = string | undefined;
|
|
1217
|
+
|
|
1218
|
+
// HTML tag with name, attributes, and optional inner content.
|
|
1219
|
+
export type NovaHtmlTag = {
|
|
1220
|
+
tagName: NovaHtmlTagTagName;
|
|
1221
|
+
attributes?: NovaHtmlTagAttributes;
|
|
1222
|
+
innerHTML?: NovaHtmlTagInnerHTML;
|
|
1223
|
+
};
|
|
1224
|
+
|
|
1225
|
+
// HTML tags injected into <head> (e.g., meta, link, script). Defaults to [].
|
|
1226
|
+
export type DocusaurusNovaConfigHeadTags = NovaHtmlTag[] | undefined;
|
|
1227
|
+
|
|
1228
|
+
// Display label for the locale dropdown (e.g., "English", "Français").
|
|
1229
|
+
export type NovaI18nLocaleConfigLabel = string;
|
|
1230
|
+
|
|
1231
|
+
// BCP 47 language tag for <html lang="..."> (e.g., "en-US", "fr-FR").
|
|
1232
|
+
export type NovaI18nLocaleConfigHtmlLang = string;
|
|
1233
|
+
|
|
1234
|
+
// Text direction.
|
|
1235
|
+
export type NovaI18nLocaleConfigDirection = 'ltr' | 'rtl';
|
|
1236
|
+
|
|
1237
|
+
// Unicode calendar identifier (e.g., "gregory", "japanese", "islamic").
|
|
1238
|
+
export type NovaI18nLocaleConfigCalendar = string;
|
|
1239
|
+
|
|
1240
|
+
// Folder name inside the i18n directory (e.g., "en", "fr").
|
|
1241
|
+
export type NovaI18nLocaleConfigPath = string;
|
|
1242
|
+
|
|
1243
|
+
// Per-locale configuration.
|
|
1244
|
+
export type NovaI18nLocaleConfig = {
|
|
1245
|
+
label?: NovaI18nLocaleConfigLabel;
|
|
1246
|
+
htmlLang?: NovaI18nLocaleConfigHtmlLang;
|
|
1247
|
+
direction?: NovaI18nLocaleConfigDirection;
|
|
1248
|
+
calendar?: NovaI18nLocaleConfigCalendar;
|
|
1249
|
+
path?: NovaI18nLocaleConfigPath;
|
|
1250
|
+
};
|
|
1251
|
+
|
|
1252
|
+
// Default locale code (e.g., "en", "fr", "ja").
|
|
1253
|
+
export type NovaI18nConfigDefaultLocale = string;
|
|
1254
|
+
|
|
1255
|
+
// Root folder for translation files (e.g., "i18n", "translations").
|
|
1256
|
+
export type NovaI18nConfigPath = string;
|
|
1257
|
+
|
|
1258
|
+
// List of locale codes to deploy (e.g., ["en"], ["en", "fr", "ja"]).
|
|
1259
|
+
export type NovaI18nConfigLocales = string[];
|
|
1260
|
+
|
|
1261
|
+
// Per-locale configuration keyed by locale code.
|
|
1262
|
+
export type NovaI18nConfigLocaleConfigs = Record<string, NovaI18nLocaleConfig>;
|
|
1263
|
+
|
|
1264
|
+
// Internationalization configuration.
|
|
1265
|
+
export type NovaI18nConfig = {
|
|
1266
|
+
defaultLocale?: NovaI18nConfigDefaultLocale;
|
|
1267
|
+
path?: NovaI18nConfigPath;
|
|
1268
|
+
locales?: NovaI18nConfigLocales;
|
|
1269
|
+
localeConfigs?: NovaI18nConfigLocaleConfigs;
|
|
1270
|
+
} | undefined;
|
|
1271
|
+
|
|
1272
|
+
// Internationalization configuration.
|
|
1273
|
+
export type DocusaurusNovaConfigI18n = NovaI18nConfig;
|
|
1274
|
+
|
|
1275
|
+
// Markdown format. Defaults to "mdx".
|
|
1276
|
+
export type NovaMarkdownConfigFormat = 'mdx' | 'md' | 'detect';
|
|
1277
|
+
|
|
1278
|
+
// Enable Mermaid diagram rendering in code blocks. Defaults to false.
|
|
1279
|
+
export type NovaMarkdownConfigMermaid = boolean;
|
|
1280
|
+
|
|
1281
|
+
// Enable emoji shortcode conversion. Defaults to true.
|
|
1282
|
+
export type NovaMarkdownConfigEmoji = boolean;
|
|
1283
|
+
|
|
1284
|
+
// MDX 1 compatibility flags.
|
|
1285
|
+
export type NovaMarkdownMdx1CompatComments = boolean;
|
|
1286
|
+
|
|
1287
|
+
// Enable MDX 1 admonition syntax compatibility.
|
|
1288
|
+
export type NovaMarkdownMdx1CompatAdmonitions = boolean;
|
|
1289
|
+
|
|
1290
|
+
// Enable MDX 1 heading ID compatibility.
|
|
1291
|
+
export type NovaMarkdownMdx1CompatHeadingIds = boolean;
|
|
1292
|
+
|
|
1293
|
+
// MDX 1 backward compatibility flags.
|
|
1294
|
+
export type NovaMarkdownMdx1Compat = {
|
|
1295
|
+
comments?: NovaMarkdownMdx1CompatComments;
|
|
1296
|
+
admonitions?: NovaMarkdownMdx1CompatAdmonitions;
|
|
1297
|
+
headingIds?: NovaMarkdownMdx1CompatHeadingIds;
|
|
1298
|
+
};
|
|
1299
|
+
|
|
1300
|
+
// Preserve heading text case when generating anchor IDs. Defaults to false.
|
|
1301
|
+
export type NovaMarkdownAnchorsConfigMaintainCase = boolean;
|
|
1302
|
+
|
|
1303
|
+
// Markdown anchor generation options.
|
|
1304
|
+
export type NovaMarkdownAnchorsConfig = {
|
|
1305
|
+
maintainCase?: NovaMarkdownAnchorsConfigMaintainCase;
|
|
1306
|
+
};
|
|
1307
|
+
|
|
1308
|
+
// Behavior when broken Markdown links are detected. Defaults to "warn".
|
|
1309
|
+
export type NovaMarkdownHooksOnBrokenMarkdownLinks = ReportingSeverity;
|
|
1310
|
+
|
|
1311
|
+
// Behavior when broken Markdown images are detected. Defaults to "throw".
|
|
1312
|
+
export type NovaMarkdownHooksOnBrokenMarkdownImages = ReportingSeverity;
|
|
1313
|
+
|
|
1314
|
+
// Markdown error handling hooks.
|
|
1315
|
+
export type NovaMarkdownHooks = {
|
|
1316
|
+
onBrokenMarkdownLinks?: NovaMarkdownHooksOnBrokenMarkdownLinks;
|
|
1317
|
+
onBrokenMarkdownImages?: NovaMarkdownHooksOnBrokenMarkdownImages;
|
|
1318
|
+
};
|
|
1319
|
+
|
|
1320
|
+
// Markdown processing configuration.
|
|
1321
|
+
export type NovaMarkdownConfig = {
|
|
1322
|
+
format?: NovaMarkdownConfigFormat;
|
|
1323
|
+
mermaid?: NovaMarkdownConfigMermaid;
|
|
1324
|
+
emoji?: NovaMarkdownConfigEmoji;
|
|
1325
|
+
mdx1Compat?: NovaMarkdownMdx1Compat;
|
|
1326
|
+
anchors?: NovaMarkdownAnchorsConfig;
|
|
1327
|
+
hooks?: NovaMarkdownHooks;
|
|
1328
|
+
} | undefined;
|
|
1329
|
+
|
|
1330
|
+
// Markdown processing configuration.
|
|
1331
|
+
export type DocusaurusNovaConfigMarkdown = NovaMarkdownConfig;
|
|
1332
|
+
|
|
1333
|
+
// Nova preset configuration — [presetPackageName, presetOptions] tuples.
|
|
1334
|
+
export type DocusaurusNovaConfigPresets = (['@cbnventures/docusaurus-preset-nova', NovaPresetOptions] | [string, Record<string, unknown>])[] | undefined;
|
|
1335
|
+
|
|
1336
|
+
// Docusaurus plugin configuration. Defaults to [].
|
|
1337
|
+
export type DocusaurusNovaConfigPlugins = NovaPluginConfig[] | undefined;
|
|
1338
|
+
|
|
1339
|
+
// Nova theme configuration — site identity, navbar, footer, docs, blog.
|
|
1340
|
+
export type DocusaurusNovaConfigThemeConfig = NovaThemeConfig | undefined;
|
|
1341
|
+
|
|
1342
|
+
// Opt-in flags for Docusaurus v4 breaking changes.
|
|
1343
|
+
export type DocusaurusNovaConfigFutureV4 = Partial<FutureV4Config> | undefined;
|
|
1344
|
+
|
|
1345
|
+
// Future flags for upcoming breaking changes.
|
|
1346
|
+
export type DocusaurusNovaConfigFuture = {
|
|
1347
|
+
v4?: DocusaurusNovaConfigFutureV4;
|
|
1348
|
+
} | undefined;
|
|
1349
|
+
|
|
1350
|
+
// Custom Eta HTML template for server-side rendering.
|
|
1351
|
+
export type DocusaurusNovaConfigSsrTemplate = string | undefined;
|
|
1352
|
+
|
|
1353
|
+
// Webpack JS loader — "babel" for default, or a function returning a custom RuleSetRule.
|
|
1354
|
+
export type DocusaurusNovaConfigWebpack = {
|
|
1355
|
+
jsLoader?: 'babel' | ((isServer: boolean) => Record<string, unknown>);
|
|
1356
|
+
} | undefined;
|
|
1357
|
+
|
|
1358
|
+
// Top-level Docusaurus configuration for a Nova-powered site.
|
|
1359
|
+
export type DocusaurusNovaConfig = {
|
|
1360
|
+
title: DocusaurusNovaConfigTitle;
|
|
1361
|
+
url: DocusaurusNovaConfigUrl;
|
|
1362
|
+
baseUrl: DocusaurusNovaConfigBaseUrl;
|
|
1363
|
+
favicon?: DocusaurusNovaConfigFavicon;
|
|
1364
|
+
titleDelimiter?: DocusaurusNovaConfigTitleDelimiter;
|
|
1365
|
+
tagline?: DocusaurusNovaConfigTagline;
|
|
1366
|
+
trailingSlash?: DocusaurusNovaConfigTrailingSlash;
|
|
1367
|
+
noIndex?: DocusaurusNovaConfigNoIndex;
|
|
1368
|
+
onBrokenLinks?: DocusaurusNovaConfigOnBrokenLinks;
|
|
1369
|
+
onBrokenAnchors?: DocusaurusNovaConfigOnBrokenAnchors;
|
|
1370
|
+
onDuplicateRoutes?: DocusaurusNovaConfigOnDuplicateRoutes;
|
|
1371
|
+
organizationName?: DocusaurusNovaConfigOrganizationName;
|
|
1372
|
+
projectName?: DocusaurusNovaConfigProjectName;
|
|
1373
|
+
deploymentBranch?: DocusaurusNovaConfigDeploymentBranch;
|
|
1374
|
+
githubHost?: DocusaurusNovaConfigGithubHost;
|
|
1375
|
+
githubPort?: DocusaurusNovaConfigGithubPort;
|
|
1376
|
+
staticDirectories?: DocusaurusNovaConfigStaticDirectories;
|
|
1377
|
+
baseUrlIssueBanner?: DocusaurusNovaConfigBaseUrlIssueBanner;
|
|
1378
|
+
scripts?: DocusaurusNovaConfigScripts;
|
|
1379
|
+
stylesheets?: DocusaurusNovaConfigStylesheets;
|
|
1380
|
+
clientModules?: DocusaurusNovaConfigClientModules;
|
|
1381
|
+
themes?: DocusaurusNovaConfigThemes;
|
|
1382
|
+
customFields?: DocusaurusNovaConfigCustomFields;
|
|
1383
|
+
headTags?: DocusaurusNovaConfigHeadTags;
|
|
1384
|
+
i18n?: DocusaurusNovaConfigI18n;
|
|
1385
|
+
markdown?: DocusaurusNovaConfigMarkdown;
|
|
1386
|
+
presets?: DocusaurusNovaConfigPresets;
|
|
1387
|
+
plugins?: DocusaurusNovaConfigPlugins;
|
|
1388
|
+
themeConfig?: DocusaurusNovaConfigThemeConfig;
|
|
1389
|
+
future?: DocusaurusNovaConfigFuture;
|
|
1390
|
+
ssrTemplate?: DocusaurusNovaConfigSsrTemplate;
|
|
1391
|
+
webpack?: DocusaurusNovaConfigWebpack;
|
|
1392
|
+
};
|