docs.js 171 B

12345678
  1. import docsearch from '@docsearch/js';
  2. docsearch({
  3. container: '#docsearch',
  4. appId: "NE1EGTYLS9",
  5. indexName: "tabler",
  6. apiKey: "016353235ef1dd32a6c392be0e939058",
  7. });