From 54fafc3be0b3882ae767c3fa6aec15a2df327e54 Mon Sep 17 00:00:00 2001
From: Samuel Yossef <144824195+TI1A@users.noreply.github.com>
Date: Thu, 28 Mar 2024 13:08:42 -0300
Subject: [PATCH 1/2] Update index.mdx
---
pages/index.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/index.mdx b/pages/index.mdx
index eb95a72..4a21095 100644
--- a/pages/index.mdx
+++ b/pages/index.mdx
@@ -1,4 +1,4 @@
-# Anse
+# DOC
**Anse** is a fully optimized UI for AI Chats. It has built-in support for platforms such as [OpenAI](https://openai.com/), [Replicate](https://replicate.com/), and is easy to extend.
@@ -10,4 +10,4 @@
- **๐ฌ Session Record Saving** - We use `IndexDB` to store local data, it will not be uploaded to the server, security issues are guaranteed.
- **๐ Multiple Session Modes** - Provides different conversations modes๏ผsupport `Single Conversation`, `Continuous Conversation`, `OpenAI Image Generation`ใ`Stable Diffusion` and more.
- **๐ Improved UI Experience** - We have refactored the website UI for the previous version, optimized a lot of details, and also adapted to `mobile end` and `dark mode`.
-- **๐ One-Click Deployment** - Support one-click deployment, abandoned use environment variables, you can refer to our documentation to deploy the website to [Vercel](https://vercel.com/), [Netlify](https://www.netlify.com/), `Docker`, `Node` and other platforms.
\ No newline at end of file
+- **๐ One-Click Deployment** - Support one-click deployment, abandoned use environment variables, you can refer to our documentation to deploy the website to [Vercel](https://vercel.com/), [Netlify](https://www.netlify.com/), `Docker`, `Node` and other platforms.
From 506a22a686ef7e30e763af6d7f9a9827f3d85fc6 Mon Sep 17 00:00:00 2001
From: Samuel Yossef <144824195+TI1A@users.noreply.github.com>
Date: Thu, 28 Mar 2024 13:14:01 -0300
Subject: [PATCH 2/2] Update theme.config.jsx
---
theme.config.jsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/theme.config.jsx b/theme.config.jsx
index b70821e..41e7499 100644
--- a/theme.config.jsx
+++ b/theme.config.jsx
@@ -1,7 +1,7 @@
import { useConfig } from 'nextra-theme-docs'
export default {
- logo: Anse Docs,
+ logo: Docs,
project: {
link: 'https://github.com/anse-app/anse',
},
@@ -25,4 +25,4 @@ export default {
dark: 192,
light: 278,
},
-}
\ No newline at end of file
+}