0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

📜 docs: update & add option names & revise the explaination (#148)

This commit is contained in:
neon_arch 2023-07-18 18:12:47 +03:00
parent a28d559426
commit 5bed9e735e

View File

@ -17,6 +17,7 @@ Some of the configuration options provided in the file are stated below. These a
- Server - Server
- Website - Website
- Cache - Cache
- Search Engines
# General # General
@ -36,14 +37,17 @@ Some of the configuration options provided in the file are stated below. These a
> By Default we provide 9 colorschemes to choose from these are: > By Default we provide 9 colorschemes to choose from these are:
> >
> 1. catppuccin-mocha > 1. catppuccin-mocha
> 2. dracula > 2. dark-chocolate
> 3. monokai > 3. dracula
> 4. nord > 4. gruvbox-dark
> 5. oceanic-next > 5. monokai
> 6. solarized-dark > 6. nord
> 7. solarized-light > 7. oceanic-next
> 8. tomorrow-night > 8. one-dark
> 9. gruvbox-dark > 9. solarized-dark
> 10. solarized-light
> 11. tokyo-night
> 12. tomorrow-night
- **theme:** The theme name which should be used for the website (again, the name should be in accordance to the theme file name present in `public/static/themes` folder). - **theme:** The theme name which should be used for the website (again, the name should be in accordance to the theme file name present in `public/static/themes` folder).
@ -53,6 +57,10 @@ Some of the configuration options provided in the file are stated below. These a
## Cache ## Cache
- **redis_connection_url:** Redis connection url address on which the client should connect on. - **redis_url:** Redis connection url address on which the client should connect on.
## Search Engines
- **upstream_search_engines:** Select from the different upstream search engines from which the results should be fetched.
[⬅️ Go back to Home](./README.md) [⬅️ Go back to Home](./README.md)