mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-02 00:28:51 +01:00
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:
parent
d7270a1676
commit
df2a68e1e7
75 changed files with 1129 additions and 209 deletions
6
docs/stylesheets/extra.css
Normal file
6
docs/stylesheets/extra.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/*example youtube color scheme*/
|
||||
[data-md-color-scheme="youtube"] {
|
||||
--md-primary-fg-color: #eee;
|
||||
--md-primary-bg-color: #555;
|
||||
--md-accent-fg-color: #f00;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue