mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 21:00:15 +04:00
72a1d67709
Co-authored-by: ethancrawford <ethan_jc@hotmail.com>
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
import docsearch from '@docsearch/js';
|
|
|
|
docsearch({
|
|
container: '#docsearch',
|
|
appId: "NE1EGTYLS9",
|
|
indexName: "tabler",
|
|
apiKey: "016353235ef1dd32a6c392be0e939058",
|
|
});
|