🧹 chore: remove old docs (#2684)

* delete docs folder

* delete mkdocs

* update .env.example

* update compose.override

* update librechat.yaml

* update pr template

* update librechat.yaml

* update README.md

* update missing custom config error msg

* update loadCustomConfig.js

* update check.js

* update .env.example

* update replit reference

* update README.md

* prevent logger URL truncation

* fix broken link in templates

---------

Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
Fuegovic 2024-05-13 10:15:30 -04:00 committed by GitHub
parent 6fc664e4a3
commit 3816219936
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
117 changed files with 47 additions and 13120 deletions

View file

@ -27,15 +27,13 @@ function checkVariables() {
}
if (hasDefaultSecrets) {
logger.info(
`Please replace any default secret values.
For your conveninence, fork & run this replit to generate your own secret values:
logger.info('Please replace any default secret values.');
logger.info(`\u200B
https://replit.com/@daavila/crypto#index.js
`,
);
For your convenience, use this tool to generate your own secret values:
https://www.librechat.ai/toolkit/creds_generator
\u200B`);
}
if (process.env.GOOGLE_API_KEY) {