From ad527e10c64679882a6a702920192e0a00e78f23 Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Mon, 8 Jul 2024 22:01:56 +0200 Subject: [PATCH 1/5] removes topics from review list Signed-off-by: Kyle J. Davis --- config.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config.toml b/config.toml index b3f4c2e4..604e7a0e 100644 --- a/config.toml +++ b/config.toml @@ -32,19 +32,7 @@ review_list = [ "/topics/internals/", "/topics/latency/", "/topics/lua-api/", - "/topics/modules-blocking-ops/", - "/topics/modules-intro/", - "/topics/pipelining/", - "/topics/programmability/", - "/topics/protocol/", - "/topics/pubsub/", "/topics/rdd/", - "/topics/replication/", - "/topics/security/", - "/topics/sentinel-clients/", - "/topics/sentinel/", - "/topics/transactions/", - "/topics/cluster-spec/", "/topics/history/" ] From 270f3cc36015a6ce03d161513d3ba26d6ebefdf6 Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Mon, 30 Sep 2024 09:46:30 -0600 Subject: [PATCH 2/5] adds real styling for authors pages Signed-off-by: Kyle J. Davis --- templates/author-page.html | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/templates/author-page.html b/templates/author-page.html index af119f24..e6e4ba5a 100644 --- a/templates/author-page.html +++ b/templates/author-page.html @@ -1,5 +1,18 @@ -{% extends "default.html" %} +{% extends "right-aside.html" %} -{% block content %} -{{ page.content | safe }} -{% endblock content %} \ No newline at end of file +{% block main_content %} + {% set author_page = page %} + {% include "includes/author_panel.html" %} +{% endblock main_content %} + +{% block related_content %} +

Other Authors

+ {% set authors_section = get_section(path="authors/_index.md") %} +
    + {% for author in authors_section.pages %} + {% if page.title != author.title %} +
  • {{ author.title }}
  • + {% endif %} + {% endfor %} +
+{% endblock related_content %} \ No newline at end of file From 9d2764a1a16230208f8960593e72532a059fff75 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Thu, 3 Oct 2024 16:58:28 +0200 Subject: [PATCH 3/5] Improve header menu blog + connect Signed-off-by: Melroy van den Berg --- templates/default.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/default.html b/templates/default.html index 23a2e0ba..beca7457 100644 --- a/templates/default.html +++ b/templates/default.html @@ -22,11 +22,12 @@ Download Documentation Commands + Blog
Community
From 723649aa3430a90060b5c6422cd035f341d176c0 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Thu, 3 Oct 2024 17:00:15 +0200 Subject: [PATCH 4/5] Open GitHub page in new tab Signed-off-by: Melroy van den Berg --- templates/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default.html b/templates/default.html index beca7457..57d9ed46 100644 --- a/templates/default.html +++ b/templates/default.html @@ -26,7 +26,7 @@
Community
From 82babc4f7bf2f71cc90f873b97cc34aaa7bb9894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neal=20Gompa=20=28=E3=83=8B=E3=83=BC=E3=83=AB=E3=83=BB?= =?UTF-8?q?=E3=82=B4=E3=83=B3=E3=83=91=29?= Date: Thu, 3 Oct 2024 13:54:52 -0400 Subject: [PATCH 5/5] content/connect: Add the Matrix chat (#148) ### Description We've had the Matrix chat for quite some time, but we have not really told anyone about it, which has made the usage of it quite low. Hopefully this helps advertise that we do have a chat for those who want it. ### Issues Resolved N/A ### Check List - [x] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License. Signed-off-by: Neal Gompa --- content/connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/connect.md b/content/connect.md index c04e8fef..9deea117 100644 --- a/content/connect.md +++ b/content/connect.md @@ -7,7 +7,7 @@ aliases: You can connect with Valkey in many ways. -* If you have a **question** about Valkey, head over to the project [GitHub discussions](https://github.com/orgs/valkey-io/discussions). +* If you have a **question** about Valkey, head over to the project [GitHub discussions](https://github.com/orgs/valkey-io/discussions) or [Matrix chat](https://matrix.to/#/#valkey:matrix.org). * If you’ve found a **bug** in Valkey, file an bug issue on [valkey-io/valkey](https://github.com/valkey-io/valkey/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=%5BBUG%5D) * If you want to suggest a **new feature** for Valkey, you feature request issue on [valkey/valkey-io](https://github.com/valkey-io/valkey/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=%5BNEW%5D) * You can connect on the following **social media** platforms