diff --git a/docs/features/url-params.md b/docs/features/url-params.md index 4575533..8dcb521 100644 --- a/docs/features/url-params.md +++ b/docs/features/url-params.md @@ -37,7 +37,7 @@ The following table lists the available URL parameters, their function, and exam ### 3. **Web Search** -- **Description**: Enabling `web-search` allows the chat session to access [web search](/features/web_search) functionality. +- **Description**: Enabling `web-search` allows the chat session to access [web search](/tutorials/integrations/web_search) functionality. - **How to Set**: Set this parameter to `true` to enable web search. - **Example**: `/?web-search=true` - **Behavior**: If enabled, the chat can retrieve web search results as part of its responses. diff --git a/docs/tutorials/integrations/tab-nginx/LetsEncrypt.md b/docs/tutorials/integrations/tab-nginx/LetsEncrypt.md index eb75290..b1cc7ec 100644 --- a/docs/tutorials/integrations/tab-nginx/LetsEncrypt.md +++ b/docs/tutorials/integrations/tab-nginx/LetsEncrypt.md @@ -1,7 +1,4 @@ ---- -sidebar_position: 200 -title: "Let's Encrypt" ---- +### Let's Encrypt Let's Encrypt provides free SSL certificates trusted by most browsers, ideal for production environments. diff --git a/docs/tutorials/integrations/tab-nginx/SelfSigned.md b/docs/tutorials/integrations/tab-nginx/SelfSigned.md index 34a717f..c33501a 100644 --- a/docs/tutorials/integrations/tab-nginx/SelfSigned.md +++ b/docs/tutorials/integrations/tab-nginx/SelfSigned.md @@ -1,7 +1,5 @@ ---- -sidebar_position: 300 -title: "Self-Signed Certificate" ---- +### Self-Signed Certificate + Using self-signed certificates is suitable for development or internal use where trust is not a critical concern.