File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,14 @@ The `web` generator accepts the following configuration options:
2020
2121#### Default ` imports `
2222
23- | Alias | Default | Description |
24- | ------------------- | -------------------------------------------- | -------------------------------------------- |
25- | ` #theme/Logo ` | ` @node-core/ui-components/Common/NodejsLogo ` | Logo rendered inside the navigation bar |
26- | ` #theme/Navigation ` | Built-in ` NavBar ` component | Top navigation bar |
27- | ` #theme/Sidebar ` | Built-in ` SideBar ` component | Sidebar with version selector and page links |
28- | ` #theme/Layout ` | Built-in ` Layout ` component | Outermost wrapper around the full page |
23+ | Alias | Default | Description |
24+ | ------------------- | -------------------------------------------- | --------------------------------------------------- |
25+ | ` #theme/Logo ` | ` @node-core/ui-components/Common/NodejsLogo ` | Logo rendered inside the navigation bar |
26+ | ` #theme/Navigation ` | Built-in ` NavBar ` component | Top navigation bar |
27+ | ` #theme/Sidebar ` | Built-in ` SideBar ` component | Sidebar with version selector and page links |
28+ | ` #theme/Metabar ` | Built-in ` MetaBar ` component | Metadata bar displayed alongside page content |
29+ | ` #theme/Footer ` | Built-in ` NoOp ` component (renders nothing) | Optional footer rendered at the bottom of each page |
30+ | ` #theme/Layout ` | Built-in ` Layout ` component | Outermost wrapper around the full page |
2931
3032Override any alias in your config file to swap in a custom component:
3133
You can’t perform that action at this time.
0 commit comments