From cc559463c4531df7900f84c94e7e303f3c4e7cd1 Mon Sep 17 00:00:00 2001 From: Vincent Sarago Date: Thu, 11 Apr 2024 16:51:20 +0200 Subject: [PATCH] Update docs/src/tips-and-tricks.md --- docs/src/tips-and-tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tips-and-tricks.md b/docs/src/tips-and-tricks.md index 2614c4809..a42ce98b2 100644 --- a/docs/src/tips-and-tricks.md +++ b/docs/src/tips-and-tricks.md @@ -39,4 +39,4 @@ For the landing page, you can set the API title, description and version using e - `STAC_FASTAPI_VERSION` (string) is the version number of your API instance (this is not the STAC version). - `STAC FASTAPI_TITLE` (string) should be a self-explanatory title for your API. - `STAC FASTAPI_DESCRIPTION` (string) should be a good description for your API. It can contain CommonMark. -- `STAC_FASTAPI_ID` (string) is a unique identifier for your API. +- `STAC_FASTAPI_LANDING_ID` (string) is a unique identifier for your Landing page.