mirror of
https://github.com/tabler/tabler.git
synced 2026-08-28 04:47:27 +04:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
8 lines
322 B
Bash
8 lines
322 B
Bash
# Algolia DocSearch config for the docs search (see astro.config.mjs `env`).
|
|
# Copy to .env and fill in the values. Without them the build still works,
|
|
# but the search input in the navbar is hidden.
|
|
# The API key is the public search-only key, not an admin key.
|
|
DOCSEARCH_APP_ID=
|
|
DOCSEARCH_INDEX_NAME=
|
|
DOCSEARCH_API_KEY=
|