File tree Expand file tree Collapse file tree 4 files changed +20
-9
lines changed Expand file tree Collapse file tree 4 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Workflow] ( https://github.com/FalkorDB/docs/actions/workflows/pages/pages-build-deployment/badge.svg?branch=main )] ( https://github.com/FalkorDB/docs/actions/workflows/pages/pages-build-deployment )
2
-
3
- [ ![ Try Free] ( https://img.shields.io/badge/Try%20Free-FalkorDB%20Cloud-FF8101?labelColor=FDE900&style=for-the-badge&link=https://app.falkordb.cloud )] ( https://app.falkordb.cloud )
4
-
2
+ [ ![ Discord] ( https://img.shields.io/discord/1146782921294884966?style=flat-square )] ( https://discord.gg/ErBEqN9E )
3
+ [ ![ Try Free] ( https://img.shields.io/badge/Try%20Free-FalkorDB%20Cloud-FF8101?labelColor=FDE900&style=flat-square )] ( https://app.falkordb.cloud )
5
4
6
5
7
6
# https://docs.falkordb.com
@@ -19,4 +18,4 @@ bundle exec jekyll build
19
18
20
19
``` bash
21
20
bundle exec jekyll serve
22
- ```
21
+ ```
Original file line number Diff line number Diff line change @@ -20,3 +20,14 @@ aux_links_new_tab: true
20
20
21
21
plugins :
22
22
- jekyll-sitemap
23
+
24
+ # Footer last edited timestamp
25
+ last_edit_timestamp : true
26
+ last_edit_time_format : " %b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
27
+
28
+ # Footer "Edit this page on GitHub" link text
29
+ gh_edit_link : true
30
+ gh_edit_link_text : " Edit this page on GitHub."
31
+ gh_edit_repository : " https://github.com/FalkorDB/docs/"
32
+ gh_edit_branch : " main"
33
+ gh_edit_view_mode : " edit"
Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ The following table summarizes which configuration parameters can be set at modu
75
75
| [ NODE_CREATION_BUFFER] ( #node_creation_buffer ) | V | X |
76
76
| [ BOLT_PORT] ( #bolt_port ) | V | X |
77
77
| [ MAX_QUEUED_QUERIES] ( #max_queued_queries ) | V | V |
78
- | [ TIMEOUT] ( #timeout ) (deprecated in v2.10) | V | V |
79
- | [ TIMEOUT_MAX] ( #timeout_max ) (since v2.10) | V | V |
80
- | [ TIMEOUT_DEFAULT] ( #timeout_default ) (since v2.10) | V | V |
78
+ | [ TIMEOUT] ( #timeout ) | V | V |
79
+ | [ TIMEOUT_MAX] ( #timeout_max ) | V | V |
80
+ | [ TIMEOUT_DEFAULT] ( #timeout_default ) | V | V |
81
81
| [ RESULTSET_SIZE] ( #resultset_size ) | V | V |
82
82
| [ QUERY_MEM_CAPACITY] ( #query_mem_capacity ) | V | V |
83
83
| [ VKEY_MAX_ENTITY_COUNT] ( #vkey_max_entity_count ) | V | V |
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ nav_order: 1
5
5
description : " The fastest way to your knowledge"
6
6
permalink : /
7
7
---
8
- [ ![ Docker Hub] ( https://img.shields.io/docker/pulls/falkordb/falkordb?label=Docker )] ( https://hub.docker.com/r/falkordb/falkordb/ )
9
- [ ![ Discord] ( https://img.shields.io/discord/1146782921294884966?style=flat-square )] ( https://discord.gg/ErBEqN9E ) [ ![ Try Free] ( https://img.shields.io/badge/Try%20Free-FalkorDB%20Cloud-FF8101?labelColor=FDE900&style=for-the-badge&link=https://app.falkordb.cloud )] ( https://app.falkordb.cloud )
8
+ [ ![ Docker Hub] ( https://img.shields.io/docker/pulls/falkordb/falkordb?label=Docker&style=flat-square )] ( https://hub.docker.com/r/falkordb/falkordb/ )
9
+ [ ![ Discord] ( https://img.shields.io/discord/1146782921294884966?style=flat-square )] ( https://discord.gg/ErBEqN9E )
10
+ [ ![ Try Free] ( https://img.shields.io/badge/Try%20Free-FalkorDB%20Cloud-FF8101?labelColor=FDE900&style=flat-square )] ( https://app.falkordb.cloud )
10
11
11
12
![ FalkorDB Docs Readme Banner] ( https://github.com/user-attachments/assets/201b07e1-ac6d-4593-98cf-e58946d7766c )
12
13
You can’t perform that action at this time.
0 commit comments