From ee302b63894832b64a76a3e9cee6bbfc611fe97d Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Wed, 23 Oct 2024 12:13:29 +0800 Subject: [PATCH] docs: update readme --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index f7dcb81a..7cc17dca 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,6 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati $ npm install ``` -### Environment Variables - -| Name | Description | -| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | -| TYPESENSE_COLLECTION_NAME | The [collection name](https://typesense.org/docs/guide/docsearch.html#create-a-docsearch-scraper-config-file). | -| TYPESENSE_SERVER_HOST | The host of the typesense server. | -| TYPESENSE_SEARCH_ONLY_APIKEY | The [search-only api key](https://typesense.org/docs/26.0/api/api-keys.html#search-only-api-key) for searching the collection. | - ### Local Development ```