Docs: updates & enhancements for MKDocs (#555)

* Update documents for mkdocs compatibility

* documents update

* documents update

* Update README.md

* Update README.md

add link to "https://docs.librechat.ai" on the logo

* document updates

* docs - badge updates

* docs - badge updates

* docs - badge updates

* Update docker_install.md

* Update .env.example

update default MONGO_URI to port 27018 so local install can communicate with the docker db

* Update windows_install.md

fix typo
This commit is contained in:
Fuegovic 2023-07-01 20:11:37 -04:00 committed by GitHub
parent d7270a1676
commit df2a68e1e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 1129 additions and 209 deletions

View file

@ -1,5 +1,9 @@
This directory contains files used for developer work
# Dev
This directory contains files used for developer work
- Dockerfile-app: used to build the DockerHub image
- eslintrc-stripped.js: alternate linting rules, used in development
- meilisearch.yml: Dockerfile for building meilisearch image independently from project
### Dockerfile-app:
- used to build the DockerHub image
### eslintrc-stripped.js:
- alternate linting rules, used in development
### meilisearch.yml:
- Dockerfile for building meilisearch image independently from project