mirror of
https://github.com/tabler/tabler.git
synced 2026-01-25 04:16:36 +00:00
10 lines
170 B
TypeScript
10 lines
170 B
TypeScript
import docsearch from '@docsearch/js'
|
|
|
|
docsearch({
|
|
container: '#docsearch',
|
|
appId: "NE1EGTYLS9",
|
|
indexName: "tabler",
|
|
apiKey: "016353235ef1dd32a6c392be0e939058",
|
|
})
|
|
|