Skip to content

Commit 624e0bf

Browse files
author
Christopher A. Flores
committed
docs: add links for Configuration and Custom Components in navigation and correct typo in columns documentation
1 parent cb76a3d commit 624e0bf

5 files changed

Lines changed: 2407 additions & 1 deletion

File tree

src/.vitepress/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default defineConfig({
2929
text: 'Getting Started',
3030
items: [
3131
{ text: 'Installation', link: '/guide/get-started' },
32+
{ text: 'Configuration', link: '/guide/configuration' },
3233
{ text: "Command Bus Pattern", link: '/built-in/command-bus' },
3334
]
3435
},
@@ -40,6 +41,7 @@ export default defineConfig({
4041
{ text: 'Buttons', link: '/forms/buttons' },
4142
{ text: 'Rules', link: '/forms/rules' },
4243
{ text: 'Response interceptor', link: '/forms/response-interceptors' },
44+
{ text: 'Custom Components', link: '/guide/custom-components' },
4345
{ text: "Commands", link: '/forms/commands' },
4446
{ text: 'Components', link: '/forms/components/' },
4547
]
@@ -51,6 +53,7 @@ export default defineConfig({
5153
{ text: "Columns", link: '/tables/columns' },
5254
{ text: "List", link: '/tables/list' },
5355
{ text: "Pagination", link: '/tables/pagination' },
56+
{ text: "Custom Components", link: '/tables/custom-components' },
5457
{ text: "Commands", link: '/tables/commands' }
5558
]
5659
}

0 commit comments

Comments
 (0)