From 756292b324fcd973d4b451906a054f1d0db91e8b Mon Sep 17 00:00:00 2001 From: Arnaud Mengus Date: Mon, 27 May 2024 11:44:20 +0000 Subject: [PATCH] Updating WIP docs --- docs/docs/commands/database-export.mdx | 5 ++++- docs/docs/integrations/librechat.md | 4 ---- docs/docs/integrations/librechat.mdx | 8 ++++++++ docs/docs/integrations/n8n.md | 1 - docs/docs/integrations/n8n.mdx | 4 ++++ 5 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 docs/docs/integrations/librechat.md create mode 100644 docs/docs/integrations/librechat.mdx delete mode 100644 docs/docs/integrations/n8n.md create mode 100644 docs/docs/integrations/n8n.mdx diff --git a/docs/docs/commands/database-export.mdx b/docs/docs/commands/database-export.mdx index 38df46c6..ad443578 100644 --- a/docs/docs/commands/database-export.mdx +++ b/docs/docs/commands/database-export.mdx @@ -1,7 +1,10 @@ +--- +keywords: [database, export, dump, backup, json, nitrite] +--- import WIPS from '../../src/components/Admonitions/_wip_section.mdx'; # Database Export -This command is used to export the database to a JSON file. It can be used to backup the database or to move the database to another instance. +This command is used to dump the database to a JSON file. It can be used to backup the database or to move the database to another instance. ## Offline Export :::info diff --git a/docs/docs/integrations/librechat.md b/docs/docs/integrations/librechat.md deleted file mode 100644 index 0cf57204..00000000 --- a/docs/docs/integrations/librechat.md +++ /dev/null @@ -1,4 +0,0 @@ -# LibreChat -## As an AI Endpoint (OpenAI compatible) - -## As an OpenAPI Plugin \ No newline at end of file diff --git a/docs/docs/integrations/librechat.mdx b/docs/docs/integrations/librechat.mdx new file mode 100644 index 00000000..285fabcf --- /dev/null +++ b/docs/docs/integrations/librechat.mdx @@ -0,0 +1,8 @@ +import WIPS from '../../src/components/Admonitions/_wip_section.mdx'; + +# LibreChat +## As an AI Endpoint (OpenAI compatible) + + +## As an OpenAPI Plugin + \ No newline at end of file diff --git a/docs/docs/integrations/n8n.md b/docs/docs/integrations/n8n.md deleted file mode 100644 index b7598d84..00000000 --- a/docs/docs/integrations/n8n.md +++ /dev/null @@ -1 +0,0 @@ -# N8N \ No newline at end of file diff --git a/docs/docs/integrations/n8n.mdx b/docs/docs/integrations/n8n.mdx new file mode 100644 index 00000000..d28a9b24 --- /dev/null +++ b/docs/docs/integrations/n8n.mdx @@ -0,0 +1,4 @@ +import WIPS from '../../src/components/Admonitions/_wip_section.mdx'; + +# N8N + \ No newline at end of file