From 5bed9e735e87724539767a81cdf81c4be61d1ce0 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Tue, 18 Jul 2023 18:12:47 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=20docs:=20update=20&=20add=20optio?= =?UTF-8?q?n=20names=20&=20revise=20the=20explaination=20(#148)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/configuration.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 0d54fd9..3d44b27 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -17,6 +17,7 @@ Some of the configuration options provided in the file are stated below. These a - Server - Website - Cache +- Search Engines # 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: > > 1. catppuccin-mocha -> 2. dracula -> 3. monokai -> 4. nord -> 5. oceanic-next -> 6. solarized-dark -> 7. solarized-light -> 8. tomorrow-night -> 9. gruvbox-dark +> 2. dark-chocolate +> 3. dracula +> 4. gruvbox-dark +> 5. monokai +> 6. nord +> 7. oceanic-next +> 8. one-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). @@ -53,6 +57,10 @@ Some of the configuration options provided in the file are stated below. These a ## 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. -[⬅️ Go back to Home](./README.md) +## 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)