Skip to content

Commit 02fc36b

Browse files
author
Christopher A. Flores
committed
docs(tables): add Modal link to navigation for improved table documentation accessibility
1 parent 750db1b commit 02fc36b

2 files changed

Lines changed: 1030 additions & 0 deletions

File tree

src/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export default defineConfig({
5656
{ text: "Filters", link: '/tables/filters' },
5757
{ text: "List", link: '/tables/list' },
5858
{ text: "Pagination", link: '/tables/pagination' },
59+
{ text: "Modal", link: '/tables/modal' },
5960
{ text: "Custom Components", link: '/tables/custom-components' },
6061
{ text: "Components", link: '/tables/components' },
6162
{ text: "Commands", link: '/tables/commands' }

0 commit comments

Comments
 (0)