1
0
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:
Paweł Kuna
2025-04-15 23:18:49 +02:00
committed by GitHub
parent 199f39a52e
commit 8d4f8d07c3
1550 changed files with 5414 additions and 5340 deletions

8
docs/js/docs.js Normal file
View 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,
});