From 458cece0c3b925eef57ce4d605758e362cc8d409 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 18 Dec 2022 02:21:30 +0400 Subject: [PATCH] chore: moved timeline item in the sidebar --- docs/.vitepress/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 492e67d..5a873ee 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -49,6 +49,7 @@ function getComponents() { { text: 'Spinner', link: '/components/spinner' }, { text: 'Tabs', link: '/components/tabs' }, { text: 'ListGroup', link: 'components/list-group' }, + { text: 'Timeline', link: 'components/timeline' }, { text: 'Toast', link: 'components/toast' }, { text: 'Tooltip', link: 'components/tooltip' }, { text: 'Modal', link: 'components/modal' }, @@ -58,7 +59,7 @@ function getComponents() { { text: '- Pagination', link: 'components/pagination' }, { text: '- Sidebar', link: 'components/sidebar' }, { text: '- Table', link: 'components/table' }, - { text: '- Timeline', link: 'components/timeline' }, + { text: 'Timeline', link: 'components/timeline' }, ] }