diff --git a/config.toml b/config.toml index ced7630..9b1c58f 100644 --- a/config.toml +++ b/config.toml @@ -36,19 +36,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/" ] diff --git a/content/connect.md b/content/connect.md index c04e8fe..9deea11 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 diff --git a/templates/author-page.html b/templates/author-page.html index af119f2..e6e4ba5 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 %} +