mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
Organize the getting started menu (#708)
* Create installation.md * Delete installation.md * Create installation.md * Update installation.md * Update README.md * Update mkdocs.yml * Update apis_and_tokens.md * Update README.md * Delete installation.md * Update README.md * Update mkdocs.yml
This commit is contained in:
parent
f4f1199a55
commit
b5353e2640
3 changed files with 21 additions and 16 deletions
16
README.md
16
README.md
|
@ -64,13 +64,15 @@ Keep up with the latest updates by visiting the releases page - [Releases](https
|
|||
<details open>
|
||||
<summary><strong>Getting Started</strong></summary>
|
||||
|
||||
* [Docker Install](docs/install/docker_install.md)
|
||||
* [Linux Install](docs/install/linux_install.md)
|
||||
* [Mac Install](docs/install/mac_install.md)
|
||||
* [Windows Install](docs/install/windows_install.md)
|
||||
* [APIs and Tokens](docs/install/apis_and_tokens.md)
|
||||
* [User Auth System](docs/install/user_auth_system.md)
|
||||
* [Online MongoDB Database](docs/install/mongodb.md)
|
||||
* Installation
|
||||
* [Docker Install🐳](docs/install/docker_install.md)
|
||||
* [Linux Install🐧](docs/install/linux_install.md)
|
||||
* [Mac Install🍎](docs/install/mac_install.md)
|
||||
* [Windows Install💙](docs/install/windows_install.md)
|
||||
* Configuration
|
||||
* [APIs and Tokens](docs/install/apis_and_tokens.md)
|
||||
* [User Auth System](docs/install/user_auth_system.md)
|
||||
* [Online MongoDB Database](docs/install/mongodb.md)
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue