neon_arch commited on
Commit
5bed9e7
β€’
1 Parent(s): a28d559

πŸ“œ docs: update & add option names & revise the explaination (#148)

Browse files
Files changed (1) hide show
  1. docs/configuration.md +18 -10
docs/configuration.md CHANGED
@@ -17,6 +17,7 @@ Some of the configuration options provided in the file are stated below. These a
17
  - Server
18
  - Website
19
  - Cache
 
20
 
21
  # General
22
 
@@ -36,14 +37,17 @@ Some of the configuration options provided in the file are stated below. These a
36
  > By Default we provide 9 colorschemes to choose from these are:
37
  >
38
  > 1. catppuccin-mocha
39
- > 2. dracula
40
- > 3. monokai
41
- > 4. nord
42
- > 5. oceanic-next
43
- > 6. solarized-dark
44
- > 7. solarized-light
45
- > 8. tomorrow-night
46
- > 9. gruvbox-dark
 
 
 
47
 
48
  - **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).
49
 
@@ -53,6 +57,10 @@ Some of the configuration options provided in the file are stated below. These a
53
 
54
  ## Cache
55
 
56
- - **redis_connection_url:** Redis connection url address on which the client should connect on.
57
 
58
- [⬅️ Go back to Home](./README.md)
 
 
 
 
 
17
  - Server
18
  - Website
19
  - Cache
20
+ - Search Engines
21
 
22
  # General
23
 
 
37
  > By Default we provide 9 colorschemes to choose from these are:
38
  >
39
  > 1. catppuccin-mocha
40
+ > 2. dark-chocolate
41
+ > 3. dracula
42
+ > 4. gruvbox-dark
43
+ > 5. monokai
44
+ > 6. nord
45
+ > 7. oceanic-next
46
+ > 8. one-dark
47
+ > 9. solarized-dark
48
+ > 10. solarized-light
49
+ > 11. tokyo-night
50
+ > 12. tomorrow-night
51
 
52
  - **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
 
 
57
 
58
  ## Cache
59
 
60
+ - **redis_url:** Redis connection url address on which the client should connect on.
61
 
62
+ ## Search Engines
63
+
64
+ - **upstream_search_engines:** Select from the different upstream search engines from which the results should be fetched.
65
+
66
+ [⬅️ Go back to Home](./README.md)