Skip to content

Commit

Permalink
docs(Up Sidebars): Add Telescope Elasticsearch Driver (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s authored Dec 13, 2024
1 parent d006d10 commit 2a2190e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/src/en/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ const sidebar:DefaultTheme.Sidebar = {
text: 'Telescope',
link: '/en/components/telescope.md'
},
{
text: 'Telescope Elasticsearch Driver',
link: '/en/components/telescope-elasticsearch.md'
},
{
text: 'Tinker',
link: '/en/components/tinker.md'
Expand Down
4 changes: 4 additions & 0 deletions docs/.vitepress/src/zh/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ const sidebar:DefaultTheme.Sidebar = {
text: 'Telescope',
link: '/zh_CN/components/telescope.md'
},
{
text: 'Telescope Elasticsearch Driver',
link: '/zh_CN/components/telescope-elasticsearch.md'
},
{
text: 'Tinker',
link: '/zh_CN/components/tinker.md'
Expand Down

0 comments on commit 2a2190e

Please sign in to comment.