From 596f1d9bac8fc745d244362934d0ae42f57ac4de Mon Sep 17 00:00:00 2001 From: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:37:53 -0500 Subject: [PATCH 1/3] Fix fix --- docs/tutorials/integrations/tab-nginx/LetsEncrypt.md | 5 +---- docs/tutorials/integrations/tab-nginx/SelfSigned.md | 6 ++---- 2 files changed, 3 insertions(+), 8 deletions(-) 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. From f8c81e68c8074ddeab7dae75c7bf8826aa84d2b0 Mon Sep 17 00:00:00 2001 From: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:50:38 -0500 Subject: [PATCH 2/3] Update url-params.md fix --- docs/features/url-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/url-params.md b/docs/features/url-params.md index 4575533..fab4ee8 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](/features/tutorials/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. From ff1a6d71c2ba20025edd9e48e878ba8359866d66 Mon Sep 17 00:00:00 2001 From: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:54:55 -0500 Subject: [PATCH 3/3] Update url-params.md --- docs/features/url-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/url-params.md b/docs/features/url-params.md index fab4ee8..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/tutorials/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.