Skip to content

Commit 78c3fde

Browse files
authored
Merge branch 'main' into graph-copy
2 parents 5b449f3 + 30f13e5 commit 78c3fde

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![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)
54

65

76
# https://docs.falkordb.com
@@ -19,4 +18,4 @@ bundle exec jekyll build
1918

2019
```bash
2120
bundle exec jekyll serve
22-
```
21+
```

_config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,14 @@ aux_links_new_tab: true
2020

2121
plugins:
2222
- 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"

configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ The following table summarizes which configuration parameters can be set at modu
7575
| [NODE_CREATION_BUFFER](#node_creation_buffer) | V | X |
7676
| [BOLT_PORT](#bolt_port) | V | X |
7777
| [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 |
8181
| [RESULTSET_SIZE](#resultset_size) | V | V |
8282
| [QUERY_MEM_CAPACITY](#query_mem_capacity) | V | V |
8383
| [VKEY_MAX_ENTITY_COUNT](#vkey_max_entity_count) | V | V |

index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ nav_order: 1
55
description: "The fastest way to your knowledge"
66
permalink: /
77
---
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)
1011

1112
![FalkorDB Docs Readme Banner](https://github.com/user-attachments/assets/201b07e1-ac6d-4593-98cf-e58946d7766c)
1213

0 commit comments

Comments
 (0)