mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
MkDocs for Material (#545)
* Create mkdocs.yaml * Create mkdocs.yml * Update mkdocs.yml * Update mkdocs.yml * Update mkdocs.yml * Update mkdocs.yml * Update mkdocs.yml * Update README.md * Update coding_conventions.md * Update documentation_guidelines.md * Update testing.md * Update heroku.md * Update hetzner_ubuntu.md * Update google_search.md * Update introduction.md * Update make_your_own.md * Update stable_diffusion.md * Update wolfram.md * Update proxy.md * Update user_auth_system.md * Update bing_jailbreak_info.md * Update breaking_changes.md * Update multilingual_information.md * Update project_origin.md * Update tech_stack.md * Update apis_and_tokens.md * Update docker_install.md * Update linux_install.md * Update mac_install.md * Update windows_install.md * Update mkdocs.yml * Update mkdocs.yml * Update documentation_guidelines.md * Add files via upload * Create temp.txt * Add files via upload * Delete logo.png * Create index.md * Update mkdocs.yml * Update mkdocs.yml * Delete temp.txt * Update README.md * Update README.md --------- Co-authored-by: Danny Avila <110412045+danny-avila@users.noreply.github.com>
This commit is contained in:
parent
eceba36f54
commit
fdc5265f48
25 changed files with 172 additions and 77 deletions
24
.github/workflows/mkdocs.yaml
vendored
Normal file
24
.github/workflows/mkdocs.yaml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
name: mkdocs
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: 3.x
|
||||||
|
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
|
||||||
|
- uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
key: mkdocs-material-${{ env.cache_id }}
|
||||||
|
path: .cache
|
||||||
|
restore-keys: |
|
||||||
|
mkdocs-material-
|
||||||
|
- run: pip install mkdocs-material
|
||||||
|
- run: mkdocs gh-deploy --force
|
BIN
docs/assets/logo.png
Normal file
BIN
docs/assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 113 KiB |
|
@ -102,7 +102,3 @@ Use the conventions found in the `data-provider` directory for handling data ser
|
||||||
### State Management
|
### State Management
|
||||||
|
|
||||||
Use [Recoil](https://recoiljs.org/) for state management, but *DO NOT pollute the global state with unnecessary data*. Instead, use local state or props for data that is only used within a component or passed down from parent to child.
|
Use [Recoil](https://recoiljs.org/) for state management, but *DO NOT pollute the global state with unnecessary data*. Instead, use local state or props for data that is only used within a component or passed down from parent to child.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
|
@ -4,11 +4,6 @@
|
||||||
- For new features, create new documentation and place it in the appropriate folder(s)
|
- For new features, create new documentation and place it in the appropriate folder(s)
|
||||||
- If the feature adds new functionality, it should be added to the feature section of the main Readme
|
- If the feature adds new functionality, it should be added to the feature section of the main Readme
|
||||||
- When you create a new document, do not forget to add it to the table of content
|
- When you create a new document, do not forget to add it to the table of content
|
||||||
- Add a shortcut that point back to the [README.MD](../../README.md) in the bottom of new documents (look at other docs for example)
|
|
||||||
- Use `#` / `##` / `###` for the different section of the doc
|
- Use `#` / `##` / `###` for the different section of the doc
|
||||||
- Do not add unrelated information to an existing document, create a new one if needed
|
- Do not add unrelated information to an existing document, create a new one if needed
|
||||||
- For incremental updates, you need to update the main **README.MD**
|
- For incremental updates, you need to update the main **README.MD**
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
|
@ -64,6 +64,3 @@ If everything goes well, you should see a `passed` message.
|
||||||
|
|
||||||
<img src="https://user-images.githubusercontent.com/22865959/235321489-9be48fd6-77d4-4e21-97ad-0254e140b934.png">
|
<img src="https://user-images.githubusercontent.com/22865959/235321489-9be48fd6-77d4-4e21-97ad-0254e140b934.png">
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
|
@ -192,6 +192,3 @@ heroku config:set KEY_NAME=KEY_VALUE --app your-app-name
|
||||||
|
|
||||||
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
|
@ -138,7 +138,3 @@ ALLOW_REGISTRATION:False
|
||||||
---
|
---
|
||||||
|
|
||||||
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
|
@ -64,7 +64,3 @@ Fill in a name, select to "Search the entire web" and hit "Create":
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../../README.md)
|
|
||||||
|
|
|
@ -73,6 +73,3 @@ Clicking on **"Show Agent Settings"** will allow you to modify parameters for th
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../../README.md)
|
|
||||||
|
|
|
@ -284,6 +284,3 @@ module.exports = WolframAlphaAPI;
|
||||||
|
|
||||||
In this example, the `WolframAlphaAPI` class has helper methods like `fetchRawText`, `getAppId`, and `createWolframAlphaURL` to handle specific tasks. The `_call` method makes an HTTP request to the Wolfram Alpha API and returns the response.
|
In this example, the `WolframAlphaAPI` class has helper methods like `fetchRawText`, `getAppId`, and `createWolframAlphaURL` to handle specific tasks. The `_call` method makes an HTTP request to the Wolfram Alpha API and returns the response.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../../README.md)
|
|
||||||
|
|
|
@ -63,6 +63,3 @@ With the docker deployment you can skip step 2 and step 3, use the setup instruc
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../../README.md)
|
|
||||||
|
|
|
@ -19,6 +19,3 @@ An AppID must be supplied in all calls to the Wolfram|Alpha API.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../../README.md)
|
|
||||||
|
|
|
@ -30,8 +30,3 @@ set in docker-compose.yml file, under services - api - environment
|
||||||
|
|
||||||
**Change `http://127.0.0.1:7890` to your proxy server**
|
**Change `http://127.0.0.1:7890` to your proxy server**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
|
@ -28,7 +28,3 @@ For more info on the Bing Jailbreak and general jailbreaking guidelines:
|
||||||
https://github.com/waylaidwanderer/node-chatgpt-api
|
https://github.com/waylaidwanderer/node-chatgpt-api
|
||||||
|
|
||||||
https://www.make-safe-ai.com/is-bing-chat-safe/
|
https://www.make-safe-ai.com/is-bing-chat-safe/
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
|
@ -40,7 +40,3 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
We apologize for any inconvenience caused by these changes. We hope you enjoy the new and improved version of our app!
|
We apologize for any inconvenience caused by these changes. We hope you enjoy the new and improved version of our app!
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
|
@ -31,7 +31,4 @@ A projekt beállításához kövesse a használati útmutatót. Az útmutató cs
|
||||||
#
|
#
|
||||||
Aby skonfigurować projekt, należy postępować zgodnie z instrukcjami zawartymi w dokumentacji. Dokumentacja jest dostępna tylko w języku angielskim, więc w razie trudności w zrozumieniu, może być konieczne użycie narzędzia do tłumaczenia lub asystenta AI (np. ChatGPT).
|
Aby skonfigurować projekt, należy postępować zgodnie z instrukcjami zawartymi w dokumentacji. Dokumentacja jest dostępna tylko w języku angielskim, więc w razie trudności w zrozumieniu, może być konieczne użycie narzędzia do tłumaczenia lub asystenta AI (np. ChatGPT).
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,3 @@
|
||||||
|
|
||||||
This project was started early in Feb '23, anticipating the release of the official ChatGPT API from OpenAI, which is now used. It was originally created as a Minimum Viable Product (or MVP) for the [@HackReactor](https://github.com/hackreactor/) Bootcamp. It was built with OpenAI response streaming and most of the UI completed in under 20 hours. During the end of that time, I had most of the UI and basic functionality done. This was created without using any boilerplates or templates, including create-react-app and other toolchains. I didn't follow any 'un-official chatgpt' video tutorials, and simply referenced the official site for the UI. The purpose of the exercise was to learn setting up a full stack project from scratch.
|
This project was started early in Feb '23, anticipating the release of the official ChatGPT API from OpenAI, which is now used. It was originally created as a Minimum Viable Product (or MVP) for the [@HackReactor](https://github.com/hackreactor/) Bootcamp. It was built with OpenAI response streaming and most of the UI completed in under 20 hours. During the end of that time, I had most of the UI and basic functionality done. This was created without using any boilerplates or templates, including create-react-app and other toolchains. I didn't follow any 'un-official chatgpt' video tutorials, and simply referenced the official site for the UI. The purpose of the exercise was to learn setting up a full stack project from scratch.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
|
@ -7,6 +7,3 @@
|
||||||
- Use of Tailwind CSS and [shadcn/ui](https://github.com/shadcn/ui) components
|
- Use of Tailwind CSS and [shadcn/ui](https://github.com/shadcn/ui) components
|
||||||
- Docker, useSWR, Redux, Express, MongoDB, [Keyv](https://www.npmjs.com/package/keyv)
|
- Docker, useSWR, Redux, Express, MongoDB, [Keyv](https://www.npmjs.com/package/keyv)
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
66
docs/index.md
Normal file
66
docs/index.md
Normal file
|
@ -0,0 +1,66 @@
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://discord.gg/NGaa9RPCft">
|
||||||
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/fuegovic/LibreChat/assets/32828263/fe3b9dbc-976f-4eb3-a900-fa21e0e38be6">
|
||||||
|
<img src="https://github.com/fuegovic/LibreChat/assets/32828263/fe3b9dbc-976f-4eb3-a900-fa21e0e38be6" height="172">
|
||||||
|
</picture>
|
||||||
|
<h1 align="center">LibreChat</h1>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://discord.gg/NGaa9RPCft">
|
||||||
|
<img src="https://img.shields.io/discord/1086345563026489514?label=&logo=discord&style=for-the-badge&logoWidth=20&labelColor=000000&color=blueviolet">
|
||||||
|
</a>
|
||||||
|
<a aria-label="Sponsors" href="#sponsors">
|
||||||
|
<img alt="" src="https://img.shields.io/badge/SPONSORS-brightgreen.svg?style=for-the-badge&labelColor=000000&logoWidth=20">
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
## All-In-One AI Conversations with LibreChat ##
|
||||||
|
LibreChat brings together the future of assistant AIs with the revolutionary technology of OpenAI's ChatGPT. Celebrating the original styling, LibreChat gives you the ability to integrate multiple AI models. It also integrates and enhances original client features such as conversation and message search, prompt templates and plugins.
|
||||||
|
|
||||||
|
With LibreChat, you no longer need to opt for ChatGPT Plus and can instead use free or pay-per-call APIs. We welcome contributions, cloning, and forking to enhance the capabilities of this advanced chatbot platform.
|
||||||
|
|
||||||
|
<!--  -->
|
||||||
|
https://github.com/danny-avila/LibreChat/assets/110412045/c1eb0c0f-41f6-4335-b982-84b278b53d59
|
||||||
|
|
||||||
|
# Features
|
||||||
|
|
||||||
|
- Response streaming identical to ChatGPT through server-sent events
|
||||||
|
- UI from original ChatGPT, including Dark mode
|
||||||
|
- AI model selection (through 5 endpoints: OpenAI API, BingAI, ChatGPT Browser, PaLM2, Plugins)
|
||||||
|
- Create, Save, & Share custom presets - [More info on prompt presets here](https://github.com/danny-avila/LibreChat/releases/tag/v0.3.0)
|
||||||
|
- Edit and Resubmit messages with conversation branching
|
||||||
|
- Search all messages/conversations - [More info here](https://github.com/danny-avila/LibreChat/releases/tag/v0.1.0)
|
||||||
|
- Plugins now available (including web access, image generation and more)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Star History
|
||||||
|
|
||||||
|
[](https://star-history.com/#danny-avila/LibreChat&Date)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Sponsors
|
||||||
|
|
||||||
|
Sponsored by <a href="https://github.com/DavidDev1334"><b>@DavidDev1334</b></a>, <a href="https://github.com/mjtechguy"><b>@mjtechguy</b></a>, <a href="https://github.com/Pharrcyde"><b>@Pharrcyde</b></a>, <a href="https://github.com/fuegovic"><b>@fuegovic</b></a> & <a href="https://github.com/SphaeroX"><b>@SphaeroX</b></a>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
Contributions and suggestions bug reports and fixes are welcome!
|
||||||
|
Please read the documentation before you do!
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
For new features, components, or extensions, please open an issue and discuss before sending a PR.
|
||||||
|
|
||||||
|
- Join the [Discord community](https://discord.gg/uDyZ5Tzhct)
|
||||||
|
|
||||||
|
This project exists in its current state thanks to all the people who contribute
|
||||||
|
---
|
||||||
|
<a href="https://github.com/danny-avila/LibreChat/graphs/contributors">
|
||||||
|
<img src="https://contrib.rocks/image?repo=danny-avila/LibreChat" />
|
||||||
|
</a>
|
|
@ -75,7 +75,3 @@ That's it! You're all set. 🎉
|
||||||
|
|
||||||
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
||||||
|
|
|
@ -109,7 +109,3 @@ Navigate to https://www.mongodb.com/ and Sign In or Create an account
|
||||||
- "Choose a connection method" select "Connect your application"
|
- "Choose a connection method" select "Connect your application"
|
||||||
- Driver = Node.js / Version = 4.1 or later
|
- Driver = Node.js / Version = 4.1 or later
|
||||||
- Copy the connection string, fill in your password and remove `&w=majority` from default connection string.
|
- Copy the connection string, fill in your password and remove `&w=majority` from default connection string.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
|
@ -106,7 +106,3 @@ If you update the LibreChat project files, manually redo the npm ci and npm run
|
||||||
##
|
##
|
||||||
|
|
||||||
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
|
@ -105,7 +105,3 @@ npm run backend
|
||||||
##
|
##
|
||||||
|
|
||||||
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
|
@ -100,7 +100,3 @@ REM this batch file goes at the root of the LibreChat directory (C:/LibreChat/)
|
||||||
##
|
##
|
||||||
|
|
||||||
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## [Go Back to ReadMe](../../README.md)
|
|
||||||
|
|
82
mkdocs.yml
Normal file
82
mkdocs.yml
Normal file
|
@ -0,0 +1,82 @@
|
||||||
|
# Project information
|
||||||
|
site_name: Librechat
|
||||||
|
|
||||||
|
# Repository
|
||||||
|
repo_name: danny-avila/LibreChat
|
||||||
|
repo_url: https://github.com/danny-avila/LibreChat
|
||||||
|
edit_uri: ''
|
||||||
|
|
||||||
|
theme:
|
||||||
|
name: material
|
||||||
|
logo: assets/logo.png
|
||||||
|
|
||||||
|
palette:
|
||||||
|
# Palette toggle for dark mode
|
||||||
|
- scheme: slate
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-4
|
||||||
|
name: Switch to light mode
|
||||||
|
# Palette toggle for light mode
|
||||||
|
- scheme: default
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-7
|
||||||
|
name: Switch to dark mode
|
||||||
|
|
||||||
|
icon:
|
||||||
|
repo: fontawesome/brands/gitlab
|
||||||
|
edit: material/pencil
|
||||||
|
view: material/eye
|
||||||
|
|
||||||
|
features:
|
||||||
|
- navigation.tabs
|
||||||
|
- navigation.tabs.sticky
|
||||||
|
- content.action.edit
|
||||||
|
- content.code.copy
|
||||||
|
|
||||||
|
markdown_extensions:
|
||||||
|
- attr_list
|
||||||
|
- admonition
|
||||||
|
- pymdownx.details
|
||||||
|
- pymdownx.tasklist:
|
||||||
|
custom_checkbox: true
|
||||||
|
- pymdownx.emoji:
|
||||||
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||||
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||||
|
- pymdownx.superfences:
|
||||||
|
custom_fences:
|
||||||
|
- name: mermaid
|
||||||
|
class: mermaid
|
||||||
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||||
|
|
||||||
|
|
||||||
|
# Page tree
|
||||||
|
nav:
|
||||||
|
- Home: 'index.md'
|
||||||
|
- Getting Started:
|
||||||
|
- Docker Install: 'install/docker_install.md'
|
||||||
|
- Linux Install: 'install/linux_install.md'
|
||||||
|
- Mac Install: 'install/mac_install.md'
|
||||||
|
- Windows Install: 'install/windows_install.md'
|
||||||
|
- APIs and Tokens: 'install/apis_and_tokens.md'
|
||||||
|
- General Information:
|
||||||
|
- Project Origin: 'general_info/project_origin.md'
|
||||||
|
- Multilingual Information: 'general_info/multilingual_information.md'
|
||||||
|
- Tech Stack: 'general_info/tech_stack.md'
|
||||||
|
- Bing Jailbreak Info: 'general_info/bing_jailbreak_info.md'
|
||||||
|
- Features:
|
||||||
|
- Plugins:
|
||||||
|
- Introduction: 'features/plugins/introduction.md'
|
||||||
|
- Google: 'features/plugins/google_search.md'
|
||||||
|
- Stable Diffusion: 'features/plugins/stable_diffusion.md'
|
||||||
|
- Wolfram: 'features/plugins/wolfram.md'
|
||||||
|
- Make Your Own Plugin: 'features/plugins/make_your_own.md'
|
||||||
|
- User Auth System: 'features/user_auth_system.md'
|
||||||
|
- Proxy: 'features/proxy.md'
|
||||||
|
- Cloud Deployment:
|
||||||
|
- Hetzner: 'deployment/hetzner_ubuntu.md'
|
||||||
|
- Heroku: 'deployment/heroku.md'
|
||||||
|
- Contributions:
|
||||||
|
- Documentation Guidelines: 'contributions/documentation_guidelines.md'
|
||||||
|
- Code Standards and Conventions: 'contributions/coding_conventions.md'
|
||||||
|
- Testing: 'contributions/testing.md'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue