docs.ts — ui Source File
Architecture documentation for docs.ts, a typescript file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 0051f0d6_f2e1_8700_2bfc_96f4ebc34e59["docs.ts"] 0f2652fe_536a_d362_981f_94cad3be1147["nav"] 0051f0d6_f2e1_8700_2bfc_96f4ebc34e59 --> 0f2652fe_536a_d362_981f_94cad3be1147 style 0051f0d6_f2e1_8700_2bfc_96f4ebc34e59 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { MainNavItem, SidebarNavItem } from "types/nav"
export interface DocsConfig {
mainNav: MainNavItem[]
sidebarNav: SidebarNavItem[]
chartsNav: SidebarNavItem[]
}
export const docsConfig: DocsConfig = {
mainNav: [
{
title: "Home",
href: "/",
},
{
title: "Documentation",
href: "/docs",
},
{
title: "Components",
href: "/docs/components/accordion",
},
{
title: "Blocks",
href: "/blocks",
},
{
title: "Charts",
href: "/charts",
},
{
title: "Themes",
href: "/themes",
},
{
title: "Colors",
href: "/colors",
},
],
sidebarNav: [
{
title: "Getting Started",
items: [
{
title: "Introduction",
href: "/docs",
items: [],
},
{
title: "Installation",
href: "/docs/installation",
items: [],
},
{
title: "components.json",
href: "/docs/components-json",
items: [],
},
{
title: "Theming",
// ... (472 more lines)
Types
Dependencies
- nav
Source
Frequently Asked Questions
What does docs.ts do?
docs.ts is a source file in the ui codebase, written in typescript.
What does docs.ts depend on?
docs.ts imports 1 module(s): nav.
Where is docs.ts in the architecture?
docs.ts is located at deprecated/www/config/docs.ts (directory: deprecated/www/config).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free