We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e899882 commit 00a1a5bCopy full SHA for 00a1a5b
2 files changed
.vitepress/src/en/sidebars.ts
@@ -201,6 +201,10 @@ const sidebar:DefaultTheme.Sidebar = {
201
text: 'Telescope',
202
link: '/en/components/telescope.md'
203
},
204
+ {
205
+ text: 'Telescope Elasticsearch Driver',
206
+ link: '/en/components/telescope-elasticsearch.md'
207
+ },
208
{
209
text: 'Tinker',
210
link: '/en/components/tinker.md'
.vitepress/src/zh/sidebars.ts
@@ -214,6 +214,10 @@ const sidebar:DefaultTheme.Sidebar = {
214
215
link: '/zh_CN/components/telescope.md'
216
217
218
219
+ link: '/zh_CN/components/telescope-elasticsearch.md'
220
221
222
223
link: '/zh_CN/components/tinker.md'
0 commit comments