Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minha #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/index.mdx
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.
- **🌈 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.
4 changes: 2 additions & 2 deletions theme.config.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useConfig } from 'nextra-theme-docs'

export default {
logo: <strong>Anse Docs</strong>,
logo: <strong>Docs</strong>,
project: {
link: 'https://github.com/anse-app/anse',
},
Expand All @@ -25,4 +25,4 @@ export default {
dark: 192,
light: 278,
},
}
}