From 46eb53afd343d4978db67cbfe08e0151b6b2e90d Mon Sep 17 00:00:00 2001 From: Tushar <80577646+TusharThakur04@users.noreply.github.com> Date: Sun, 12 Apr 2026 21:39:53 +0530 Subject: [PATCH] docs(web): add description for #theme/Footer and #theme/Metabar --- src/generators/web/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/generators/web/README.md b/src/generators/web/README.md index 4b4fe774..17f8e138 100644 --- a/src/generators/web/README.md +++ b/src/generators/web/README.md @@ -20,12 +20,14 @@ The `web` generator accepts the following configuration options: #### Default `imports` -| Alias | Default | Description | -| ------------------- | -------------------------------------------- | -------------------------------------------- | -| `#theme/Logo` | `@node-core/ui-components/Common/NodejsLogo` | Logo rendered inside the navigation bar | -| `#theme/Navigation` | Built-in `NavBar` component | Top navigation bar | -| `#theme/Sidebar` | Built-in `SideBar` component | Sidebar with version selector and page links | -| `#theme/Layout` | Built-in `Layout` component | Outermost wrapper around the full page | +| Alias | Default | Description | +| ------------------- | -------------------------------------------- | --------------------------------------------------- | +| `#theme/Logo` | `@node-core/ui-components/Common/NodejsLogo` | Logo rendered inside the navigation bar | +| `#theme/Navigation` | Built-in `NavBar` component | Top navigation bar | +| `#theme/Sidebar` | Built-in `SideBar` component | Sidebar with version selector and page links | +| `#theme/Metabar` | Built-in `MetaBar` component | Metadata bar displayed alongside page content | +| `#theme/Footer` | Built-in `NoOp` component (renders nothing) | Optional footer rendered at the bottom of each page | +| `#theme/Layout` | Built-in `Layout` component | Outermost wrapper around the full page | Override any alias in your config file to swap in a custom component: