From d6f25543cfcf3063920b7fc54698fb33c354aec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Thu, 28 Nov 2024 20:27:12 +0100 Subject: [PATCH] No valkey in titles (#193) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Deletes "Valkey" in titles, because "Valkey" or "Valkey documentation" is added to each page title when the page is rendered. * Deletes unused `linkTitle` frontmatter field. --------- Signed-off-by: Viktor Söderqvist --- topics/ARM.md | 1 - topics/RDMA.md | 1 - topics/acl.md | 1 - topics/admin.md | 3 +-- topics/benchmark.md | 3 +-- topics/bitfields.md | 1 - topics/bitmaps.md | 1 - topics/cli.md | 3 +-- topics/client-side-caching.md | 3 +-- topics/clients.md | 3 +-- topics/cluster-spec.md | 3 +-- topics/cluster-tutorial.md | 3 +-- topics/command-arguments.md | 3 +-- topics/command-tips.md | 3 +-- topics/data-types.md | 3 +-- topics/debugging.md | 1 - topics/distlock.md | 3 +-- topics/encryption.md | 1 - topics/eval-intro.md | 1 - topics/faq.md | 3 +-- topics/functions-intro.md | 3 +-- topics/geospatial.md | 3 +-- topics/get-started.md | 1 - topics/hashes.md | 1 - topics/history.md | 3 +-- topics/hyperloglogs.md | 1 - topics/index.md | 1 - topics/indexing.md | 1 - topics/installation.md | 3 +-- topics/introduction.md | 3 +-- topics/keyspace.md | 1 - topics/latency-monitor.md | 3 +-- topics/latency.md | 1 - topics/ldb.md | 3 +-- topics/license.md | 3 +-- topics/lists.md | 1 - topics/lru-cache.md | 1 - topics/lua-api.md | 3 +-- topics/mass-insertion.md | 1 - topics/memory-optimization.md | 1 - topics/migration.md | 1 - topics/modules-api-ref.md | 1 - topics/modules-blocking-ops.md | 3 +-- topics/modules-intro.md | 3 +-- topics/modules-native-types.md | 1 - topics/notifications.md | 3 +-- topics/performance-on-cpu.md | 3 +-- topics/persistence.md | 3 +-- topics/pipelining.md | 3 +-- topics/problems.md | 1 - topics/programmability.md | 3 +-- topics/protocol.md | 1 - topics/pubsub.md | 3 +-- topics/quickstart.md | 3 +-- topics/releases.md | 3 +-- topics/replication.md | 3 +-- topics/security.md | 3 +-- topics/sentinel-clients.md | 1 - topics/sentinel.md | 1 - topics/server.md | 3 +-- topics/sets.md | 1 - topics/signals.md | 3 +-- topics/sorted-sets.md | 1 - topics/streams-intro.md | 1 - topics/strings.md | 1 - topics/transactions.md | 1 - topics/twitter-clone.md | 3 +-- topics/valkey.conf.md | 3 +-- 68 files changed, 37 insertions(+), 105 deletions(-) diff --git a/topics/ARM.md b/topics/ARM.md index e76887b7..baceba82 100644 --- a/topics/ARM.md +++ b/topics/ARM.md @@ -1,6 +1,5 @@ --- title: "ARM support" -linkTitle: "ARM support" description: > Exploring Valkey on the ARM CPU Architecture --- diff --git a/topics/RDMA.md b/topics/RDMA.md index 880fae36..d003d633 100644 --- a/topics/RDMA.md +++ b/topics/RDMA.md @@ -1,6 +1,5 @@ --- title: "RDMA experimental support" -linkTitle: "RDMA support" description: Valkey Over RDMA experimental support --- diff --git a/topics/acl.md b/topics/acl.md index 59664321..f517ca82 100644 --- a/topics/acl.md +++ b/topics/acl.md @@ -1,6 +1,5 @@ --- title: "ACL" -linkTitle: "ACL" description: Valkey Access Control List --- diff --git a/topics/admin.md b/topics/admin.md index 0733b11f..aa4ac2a9 100644 --- a/topics/admin.md +++ b/topics/admin.md @@ -1,6 +1,5 @@ --- -title: Valkey administration -linkTitle: Administration +title: Administration description: Advice for configuring and managing Valkey in production --- diff --git a/topics/benchmark.md b/topics/benchmark.md index aa20d5cf..46253af4 100644 --- a/topics/benchmark.md +++ b/topics/benchmark.md @@ -1,6 +1,5 @@ --- -title: "Valkey benchmark" -linkTitle: "Benchmarking" +title: "Benchmarking tool" description: > Using the valkey-benchmark utility on a Valkey server --- diff --git a/topics/bitfields.md b/topics/bitfields.md index a892ca9b..72852f2b 100644 --- a/topics/bitfields.md +++ b/topics/bitfields.md @@ -1,6 +1,5 @@ --- title: "Bitfields" -linkTitle: "Bitfields" description: > Introduction to Bitfields --- diff --git a/topics/bitmaps.md b/topics/bitmaps.md index 9df3531c..14943a94 100644 --- a/topics/bitmaps.md +++ b/topics/bitmaps.md @@ -1,6 +1,5 @@ --- title: "Bitmaps" -linkTitle: "Bitmaps" description: > Introduction to Bitmaps --- diff --git a/topics/cli.md b/topics/cli.md index bef95a3b..c64889c4 100644 --- a/topics/cli.md +++ b/topics/cli.md @@ -1,6 +1,5 @@ --- -title: "Valkey CLI" -linkTitle: "CLI" +title: "CLI" description: > Valkey command line interface --- diff --git a/topics/client-side-caching.md b/topics/client-side-caching.md index 56af28c2..177e0154 100644 --- a/topics/client-side-caching.md +++ b/topics/client-side-caching.md @@ -1,6 +1,5 @@ --- -title: "Client-side caching in Valkey" -linkTitle: "Client-side caching" +title: "Client-side caching" description: > Server-assisted, client-side caching in Valkey --- diff --git a/topics/clients.md b/topics/clients.md index a94356b3..48de35dd 100644 --- a/topics/clients.md +++ b/topics/clients.md @@ -1,6 +1,5 @@ --- -title: "Valkey client handling" -linkTitle: "Client handling" +title: "Client handling" description: > How the Valkey server manages client connections --- diff --git a/topics/cluster-spec.md b/topics/cluster-spec.md index 2dcacf8d..a1ad24e9 100644 --- a/topics/cluster-spec.md +++ b/topics/cluster-spec.md @@ -1,6 +1,5 @@ --- -title: Valkey cluster specification -linkTitle: Cluster spec +title: Cluster specification description: > Detailed specification for Valkey cluster --- diff --git a/topics/cluster-tutorial.md b/topics/cluster-tutorial.md index 88c4a7fc..cdb14e19 100644 --- a/topics/cluster-tutorial.md +++ b/topics/cluster-tutorial.md @@ -1,6 +1,5 @@ --- -title: Scale with Valkey Cluster -linkTitle: Scale with Valkey Cluster +title: Cluster tutorial description: Horizontal scaling with Valkey Cluster --- diff --git a/topics/command-arguments.md b/topics/command-arguments.md index 5f00f488..db49909e 100644 --- a/topics/command-arguments.md +++ b/topics/command-arguments.md @@ -1,6 +1,5 @@ --- -title: "Valkey command arguments" -linkTitle: "Command arguments" +title: "Command arguments" description: How Valkey commands expose their documentation programmatically --- diff --git a/topics/command-tips.md b/topics/command-tips.md index c632a3bc..67e88ec9 100644 --- a/topics/command-tips.md +++ b/topics/command-tips.md @@ -1,6 +1,5 @@ --- -title: "Valkey command tips" -linkTitle: "Command tips" +title: "Command tips" description: Get additional information about a command --- diff --git a/topics/data-types.md b/topics/data-types.md index 69afcecc..853beac1 100644 --- a/topics/data-types.md +++ b/topics/data-types.md @@ -1,6 +1,5 @@ --- -title: "Valkey data types" -linkTitle: "Data types" +title: "Data types" description: Overview of data types supported by Valkey --- diff --git a/topics/debugging.md b/topics/debugging.md index fe8ad905..fb057510 100644 --- a/topics/debugging.md +++ b/topics/debugging.md @@ -1,6 +1,5 @@ --- title: "Debugging" -linkTitle: "Debugging" description: > A guide to debugging Valkey server processes --- diff --git a/topics/distlock.md b/topics/distlock.md index 47f66bf9..a464ec75 100644 --- a/topics/distlock.md +++ b/topics/distlock.md @@ -1,6 +1,5 @@ --- -title: "Distributed Locks with Valkey" -linkTitle: "Distributed locks" +title: "Distributed Locks" description: > A distributed lock pattern with Valkey --- diff --git a/topics/encryption.md b/topics/encryption.md index 1f7b770c..085e8666 100644 --- a/topics/encryption.md +++ b/topics/encryption.md @@ -1,6 +1,5 @@ --- title: "TLS" -linkTitle: "TLS" description: Valkey TLS support --- diff --git a/topics/eval-intro.md b/topics/eval-intro.md index b387406f..7d29e97e 100644 --- a/topics/eval-intro.md +++ b/topics/eval-intro.md @@ -1,6 +1,5 @@ --- title: "Scripting with Lua" -linkTitle: "Lua scripting" description: > Executing Lua in Valkey --- diff --git a/topics/faq.md b/topics/faq.md index 6cba300c..28cce051 100644 --- a/topics/faq.md +++ b/topics/faq.md @@ -1,6 +1,5 @@ --- -title: "Valkey FAQ" -linkTitle: "FAQ" +title: "FAQ" description: > Commonly asked questions when getting started with Valkey --- diff --git a/topics/functions-intro.md b/topics/functions-intro.md index 5173695a..66f479b1 100644 --- a/topics/functions-intro.md +++ b/topics/functions-intro.md @@ -1,6 +1,5 @@ --- -title: "Valkey functions" -linkTitle: "Functions" +title: "Functions" description: > Scripting with Redis OSS 7 and beyond --- diff --git a/topics/geospatial.md b/topics/geospatial.md index b7c4ee85..b0222404 100644 --- a/topics/geospatial.md +++ b/topics/geospatial.md @@ -1,6 +1,5 @@ --- -title: "Valkey geospatial" -linkTitle: "Geospatial" +title: "Geospatial" description: > Introduction to the Valkey Geospatial data type --- diff --git a/topics/get-started.md b/topics/get-started.md index 9c4c2c36..de9bda2a 100644 --- a/topics/get-started.md +++ b/topics/get-started.md @@ -1,6 +1,5 @@ --- title: "Quick starts" -linkTitle: "Quick starts" hideListLinks: true description: > Valkey quick start guides diff --git a/topics/hashes.md b/topics/hashes.md index 6211f79f..422396f7 100644 --- a/topics/hashes.md +++ b/topics/hashes.md @@ -1,6 +1,5 @@ --- title: "Hashes" -linkTitle: "Hashes" description: > Introduction to Hashes --- diff --git a/topics/history.md b/topics/history.md index 309393cc..316c5c48 100644 --- a/topics/history.md +++ b/topics/history.md @@ -1,6 +1,5 @@ --- -title: "Valkey history" -linkTitle: "History" +title: "History" description: How the Valkey project started --- diff --git a/topics/hyperloglogs.md b/topics/hyperloglogs.md index a228cbda..ec940ec6 100644 --- a/topics/hyperloglogs.md +++ b/topics/hyperloglogs.md @@ -1,6 +1,5 @@ --- title: "HyperLogLog" -linkTitle: "HyperLogLog" description: > HyperLogLog is a probabilistic data structure that estimates the cardinality of a set. --- diff --git a/topics/index.md b/topics/index.md index 726d21d8..8097cdb5 100644 --- a/topics/index.md +++ b/topics/index.md @@ -1,6 +1,5 @@ --- title: "Valkey Documentation" -linkTitle: "Documentation" --- The Valkey documentation is managed in markdown files in the diff --git a/topics/indexing.md b/topics/indexing.md index 4cbcdc05..bd7acdfb 100644 --- a/topics/indexing.md +++ b/topics/indexing.md @@ -1,6 +1,5 @@ --- title: Secondary indexing -linkTitle: Secondary indexing description: > Building secondary indexes in Valkey --- diff --git a/topics/installation.md b/topics/installation.md index 50969577..5abc8f9a 100644 --- a/topics/installation.md +++ b/topics/installation.md @@ -1,6 +1,5 @@ --- -title: "Install Valkey" -linkTitle: "Install Valkey" +title: "Installation" description: > Install Valkey on Linux, macOS, and Windows --- diff --git a/topics/introduction.md b/topics/introduction.md index 853cc7e1..e176505d 100644 --- a/topics/introduction.md +++ b/topics/introduction.md @@ -1,6 +1,5 @@ --- -title: Introduction to Valkey -linkTitle: "About" +title: Introduction description: Learn about the Valkey open source project --- diff --git a/topics/keyspace.md b/topics/keyspace.md index e500d06b..8a6f17cd 100644 --- a/topics/keyspace.md +++ b/topics/keyspace.md @@ -1,6 +1,5 @@ --- title: "Keyspace" -linkTitle: "Keyspace" description: > Managing keys in Valkey: Key expiration, scanning, altering and querying the key space --- diff --git a/topics/latency-monitor.md b/topics/latency-monitor.md index 46735b34..8a354984 100644 --- a/topics/latency-monitor.md +++ b/topics/latency-monitor.md @@ -1,6 +1,5 @@ --- -title: "Valkey latency monitoring" -linkTitle: "Latency monitoring" +title: "Latency monitoring" description: Discovering slow server events in Valkey --- diff --git a/topics/latency.md b/topics/latency.md index c231c047..0f6c0156 100644 --- a/topics/latency.md +++ b/topics/latency.md @@ -1,6 +1,5 @@ --- title: "Diagnosing latency issues" -linkTitle: "Latency diagnosis" description: Finding the causes of slow responses --- diff --git a/topics/ldb.md b/topics/ldb.md index 19c37ea4..27649f89 100644 --- a/topics/ldb.md +++ b/topics/ldb.md @@ -1,6 +1,5 @@ --- -title: Debugging Lua scripts in Valkey -linkTitle: Debugging Lua +title: Debugging Lua scripts description: How to use the built-in Lua debugger --- diff --git a/topics/license.md b/topics/license.md index 67fc4ff1..9957438e 100644 --- a/topics/license.md +++ b/topics/license.md @@ -1,6 +1,5 @@ --- -title: "Valkey license" -linkTitle: "License" +title: "License" description: > License and trademark information --- diff --git a/topics/lists.md b/topics/lists.md index 410984de..2ab023c9 100644 --- a/topics/lists.md +++ b/topics/lists.md @@ -1,6 +1,5 @@ --- title: "Lists" -linkTitle: "Lists" description: > Introduction to Lists --- diff --git a/topics/lru-cache.md b/topics/lru-cache.md index 5886f31e..6d1b549e 100644 --- a/topics/lru-cache.md +++ b/topics/lru-cache.md @@ -1,6 +1,5 @@ --- title: Key eviction -linkTitle: Eviction description: Overview of Valkey key eviction policies (LRU, LFU, etc.) --- diff --git a/topics/lua-api.md b/topics/lua-api.md index a85bdcf1..5acbe0f0 100644 --- a/topics/lua-api.md +++ b/topics/lua-api.md @@ -1,6 +1,5 @@ --- -title: "Valkey Lua API reference" -linkTitle: "Lua API" +title: "Lua API reference" description: > Executing Lua in Valkey --- diff --git a/topics/mass-insertion.md b/topics/mass-insertion.md index 60957fb8..0c1bef7a 100644 --- a/topics/mass-insertion.md +++ b/topics/mass-insertion.md @@ -1,6 +1,5 @@ --- title: "Bulk loading" -linkTitle: "Bulk loading" description: > Writing data in bulk using the RESP protocol --- diff --git a/topics/memory-optimization.md b/topics/memory-optimization.md index fdc63ff1..c18ee4ec 100644 --- a/topics/memory-optimization.md +++ b/topics/memory-optimization.md @@ -1,6 +1,5 @@ --- title: Memory optimization -linkTitle: Memory optimization description: Strategies for optimizing memory usage in Valkey --- diff --git a/topics/migration.md b/topics/migration.md index 2b25b4e6..9aa1737d 100644 --- a/topics/migration.md +++ b/topics/migration.md @@ -1,6 +1,5 @@ --- title: Migration from Redis to Valkey -linkTitle: Migration description: How to migrate from Redis to Valkey --- diff --git a/topics/modules-api-ref.md b/topics/modules-api-ref.md index 70edbd4c..56028c4b 100644 --- a/topics/modules-api-ref.md +++ b/topics/modules-api-ref.md @@ -1,6 +1,5 @@ --- title: "Modules API reference" -linkTitle: "API reference" description: > Reference for the Valkey Modules API --- diff --git a/topics/modules-blocking-ops.md b/topics/modules-blocking-ops.md index c09d7573..3e276273 100644 --- a/topics/modules-blocking-ops.md +++ b/topics/modules-blocking-ops.md @@ -1,6 +1,5 @@ --- -title: "Valkey modules and blocking commands" -linkTitle: "Blocking commands" +title: "Modules and blocking commands" description: > How to implement blocking commands in a Valkey module --- diff --git a/topics/modules-intro.md b/topics/modules-intro.md index b717ed4f..dd0a5261 100644 --- a/topics/modules-intro.md +++ b/topics/modules-intro.md @@ -1,6 +1,5 @@ --- -title: "Valkey modules API" -linkTitle: "Modules API" +title: "Modules API" description: > Introduction to writing Valkey modules --- diff --git a/topics/modules-native-types.md b/topics/modules-native-types.md index b925113e..9009d167 100644 --- a/topics/modules-native-types.md +++ b/topics/modules-native-types.md @@ -1,6 +1,5 @@ --- title: "Modules API for native types" -linkTitle: "Native types API" description: > How to use native types in a Valkey module --- diff --git a/topics/notifications.md b/topics/notifications.md index a9ee1969..5cbdda49 100644 --- a/topics/notifications.md +++ b/topics/notifications.md @@ -1,6 +1,5 @@ --- -title: "Valkey keyspace notifications" -linkTitle: "Keyspace notifications" +title: "Keyspace notifications" description: > Monitor changes to Valkey keys and values in real time --- diff --git a/topics/performance-on-cpu.md b/topics/performance-on-cpu.md index 7243476e..49adbc74 100644 --- a/topics/performance-on-cpu.md +++ b/topics/performance-on-cpu.md @@ -1,6 +1,5 @@ --- -title: "Valkey CPU profiling" -linkTitle: "CPU profiling" +title: "CPU profiling" description: > Performance engineering guide for on-CPU profiling and tracing --- diff --git a/topics/persistence.md b/topics/persistence.md index 20c9f923..1a668f0c 100644 --- a/topics/persistence.md +++ b/topics/persistence.md @@ -1,6 +1,5 @@ --- -title: Valkey persistence -linkTitle: Persistence +title: Persistence description: How Valkey writes data to disk --- diff --git a/topics/pipelining.md b/topics/pipelining.md index 04d01f99..750bfdb5 100644 --- a/topics/pipelining.md +++ b/topics/pipelining.md @@ -1,6 +1,5 @@ --- -title: "Valkey pipelining" -linkTitle: "Pipelining" +title: "Pipelining" description: How to optimize round-trip times by batching Valkey commands --- diff --git a/topics/problems.md b/topics/problems.md index c75b2ead..e1745121 100644 --- a/topics/problems.md +++ b/topics/problems.md @@ -1,6 +1,5 @@ --- title: "Troubleshooting Valkey" -linkTitle: "Troubleshooting" description: Problems with Valkey? Start here. --- diff --git a/topics/programmability.md b/topics/programmability.md index cfb3524e..bbb1d940 100644 --- a/topics/programmability.md +++ b/topics/programmability.md @@ -1,6 +1,5 @@ --- -title: "Valkey programmability" -linkTitle: "Programmability" +title: "Programmability" description: > Extending Valkey with Lua and Valkey Functions --- diff --git a/topics/protocol.md b/topics/protocol.md index 444d2554..08c44c07 100644 --- a/topics/protocol.md +++ b/topics/protocol.md @@ -1,6 +1,5 @@ --- title: "Serialization protocol specification" -linkTitle: "Protocol spec" description: Valkey's serialization protocol (RESP) is the wire protocol that clients implement ---- diff --git a/topics/pubsub.md b/topics/pubsub.md index 4b64f22a..1bb4d101 100644 --- a/topics/pubsub.md +++ b/topics/pubsub.md @@ -1,6 +1,5 @@ --- -title: Valkey Pub/Sub -linkTitle: "Pub/sub" +title: Pub/Sub description: How to use pub/sub channels in Valkey --- diff --git a/topics/quickstart.md b/topics/quickstart.md index 0a469faa..582d0d46 100644 --- a/topics/quickstart.md +++ b/topics/quickstart.md @@ -1,6 +1,5 @@ --- -title: "Valkey as an in-memory data structure store quick start guide" -linkTitle: "Data structure store" +title: "Quick start guide" description: Understand how to use basic Valkey data types --- diff --git a/topics/releases.md b/topics/releases.md index c1785e7b..662e84b2 100644 --- a/topics/releases.md +++ b/topics/releases.md @@ -1,6 +1,5 @@ --- -title: "Valkey releases and versioning" -linkTitle: "Valkey releases" +title: "Releases and versioning" description: How new versions of Valkey are released and supported --- diff --git a/topics/replication.md b/topics/replication.md index 2236b9ad..388df8c8 100644 --- a/topics/replication.md +++ b/topics/replication.md @@ -1,6 +1,5 @@ --- -title: Valkey replication -linkTitle: Replication +title: Replication description: How Valkey supports high availability and failover with replication --- diff --git a/topics/security.md b/topics/security.md index ced4db3b..39444009 100644 --- a/topics/security.md +++ b/topics/security.md @@ -1,6 +1,5 @@ --- -title: "Valkey security" -linkTitle: "Security" +title: "Security" description: Security model and features in Valkey --- diff --git a/topics/sentinel-clients.md b/topics/sentinel-clients.md index 25b6a040..e8eae99c 100644 --- a/topics/sentinel-clients.md +++ b/topics/sentinel-clients.md @@ -1,6 +1,5 @@ --- title: "Sentinel client spec" -linkTitle: "Sentinel clients" description: How to build clients for Valkey Sentinel --- diff --git a/topics/sentinel.md b/topics/sentinel.md index f09d43cf..ffd1287c 100644 --- a/topics/sentinel.md +++ b/topics/sentinel.md @@ -1,6 +1,5 @@ --- title: "High availability with Valkey Sentinel" -linkTitle: "High availability with Sentinel" description: High availability for non-clustered Valkey --- diff --git a/topics/server.md b/topics/server.md index 3e15acce..42b4bbed 100644 --- a/topics/server.md +++ b/topics/server.md @@ -1,6 +1,5 @@ --- -title: "Valkey Server" -linkTitle: "Valkey Server" +title: "The Valkey server" description: > Manual for valkey-server, the Valkey server program --- diff --git a/topics/sets.md b/topics/sets.md index dacf4c90..616973c0 100644 --- a/topics/sets.md +++ b/topics/sets.md @@ -1,6 +1,5 @@ --- title: "Sets" -linkTitle: "Sets" description: > Introduction to Sets --- diff --git a/topics/signals.md b/topics/signals.md index 98131600..70075a45 100644 --- a/topics/signals.md +++ b/topics/signals.md @@ -1,6 +1,5 @@ --- -title: "Valkey signal handling" -linkTitle: "Signal handling" +title: "Signal handling" description: How Valkey handles common Unix signals --- diff --git a/topics/sorted-sets.md b/topics/sorted-sets.md index f8a80613..dead412e 100644 --- a/topics/sorted-sets.md +++ b/topics/sorted-sets.md @@ -1,6 +1,5 @@ --- title: "Sorted Sets" -linkTitle: "Sorted sets" description: > Introduction to Sorted Sets --- diff --git a/topics/streams-intro.md b/topics/streams-intro.md index 7374d408..19252917 100644 --- a/topics/streams-intro.md +++ b/topics/streams-intro.md @@ -1,6 +1,5 @@ --- title: "Streams" -linkTitle: "Streams" description: > Introduction to Streams --- diff --git a/topics/strings.md b/topics/strings.md index d2d65183..001fd44f 100644 --- a/topics/strings.md +++ b/topics/strings.md @@ -1,6 +1,5 @@ --- title: "Strings" -linkTitle: "Strings" description: > Introduction to Strings --- diff --git a/topics/transactions.md b/topics/transactions.md index b369f48f..a8ee2614 100644 --- a/topics/transactions.md +++ b/topics/transactions.md @@ -1,6 +1,5 @@ --- title: Transactions -linkTitle: Transactions description: How transactions work in Valkey --- diff --git a/topics/twitter-clone.md b/topics/twitter-clone.md index d5dee147..b3aa813f 100644 --- a/topics/twitter-clone.md +++ b/topics/twitter-clone.md @@ -1,6 +1,5 @@ --- -title: "Valkey patterns example" -linkTitle: "Patterns example" +title: "Patterns example" description: Learn several Valkey patterns by building a Twitter clone --- diff --git a/topics/valkey.conf.md b/topics/valkey.conf.md index e9416044..4231edcc 100644 --- a/topics/valkey.conf.md +++ b/topics/valkey.conf.md @@ -1,6 +1,5 @@ --- -title: "Valkey configuration" -linkTitle: "Configuration" +title: "Configuration" description: > Overview of valkey.conf, the Valkey configuration file