Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
β’
5bed9e7
1
Parent(s):
a28d559
π docs: update & add option names & revise the explaination (#148)
Browse files- 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.
|
40 |
-
> 3.
|
41 |
-
> 4.
|
42 |
-
> 5.
|
43 |
-
> 6.
|
44 |
-
> 7.
|
45 |
-
> 8.
|
46 |
-
> 9.
|
|
|
|
|
|
|
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 |
-
- **
|
57 |
|
58 |
-
|
|
|
|
|
|
|
|
|
|
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)
|