mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-14 14:38:11 +01: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
18
mkdocs.yml
18
mkdocs.yml
|
|
@ -81,14 +81,16 @@ nav:
|
|||
- Tech Stack: 'general_info/tech_stack.md'
|
||||
- Multilingual Information: 'general_info/multilingual_information.md'
|
||||
- Installation Guides:
|
||||
- Docker Install: 'install/docker_install.md'
|
||||
- Linux Install: 'install/linux_install.md'
|
||||
- Mac Install: 'install/mac_install.md'
|
||||
- Windows Install: 'install/windows_install.md'
|
||||
- Free AI APIs: 'install/free_ai_apis.md'
|
||||
- APIs and Tokens: 'install/apis_and_tokens.md'
|
||||
- User Auth System: 'install/user_auth_system.md'
|
||||
- Online MongoDB Database: 'install/mongodb.md'
|
||||
- Installation:
|
||||
- Docker Install: 'install/docker_install.md'
|
||||
- Linux Install: 'install/linux_install.md'
|
||||
- Mac Install: 'install/mac_install.md'
|
||||
- Windows Install: 'install/windows_install.md'
|
||||
- Configuration:
|
||||
- Free AI APIs: 'install/free_ai_apis.md'
|
||||
- APIs and Tokens: 'install/apis_and_tokens.md'
|
||||
- User Auth System: 'install/user_auth_system.md'
|
||||
- Online MongoDB Database: 'install/mongodb.md'
|
||||
- Features:
|
||||
- Plugins:
|
||||
- Introduction: 'features/plugins/introduction.md'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue