We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b9586 commit bb678b7Copy full SHA for bb678b7
_config.yml
@@ -20,3 +20,14 @@ aux_links_new_tab: true
20
21
plugins:
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"
0 commit comments