mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Add documentation App (#2219)
This commit is contained in:
8
docs/js/docs.js
Normal file
8
docs/js/docs.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import docsearch from '@docsearch/js';
|
||||
|
||||
docsearch({
|
||||
container: '#docsearch',
|
||||
appId: process.env.DOCSEARCH_APP_ID,
|
||||
indexName: process.env.DOCSEARCH_INDEX_NAME,
|
||||
apiKey: process.env.DOCSEARCH_API_KEY,
|
||||
});
|
||||
Reference in New Issue
Block a user