Skip to content

Commit 524fe0f

Browse files
docs(web): add description for #theme/Footer and #theme/Metabar (#765)
1 parent 2efc22e commit 524fe0f

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

src/generators/web/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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

3032
Override any alias in your config file to swap in a custom component:
3133

0 commit comments

Comments
 (0)