diff --git a/docs/stack/get-started/install-stack/binaries.md b/docs/stack/get-started/install-stack/binaries.md index f81f0591..a08ca73d 100644 --- a/docs/stack/get-started/install-stack/binaries.md +++ b/docs/stack/get-started/install-stack/binaries.md @@ -3,6 +3,9 @@ title: Install Redis Stack with binaries linkTitle: binaries description: "How to install Redis Stack using tarballs" weight: 5 +alias: + - /docs/stack/get-started/install/binaries/ + --- ## Start Redis Stack Server diff --git a/docs/stack/get-started/install-stack/docker.md b/docs/stack/get-started/install-stack/docker.md index 1a9f5289..904d9810 100644 --- a/docs/stack/get-started/install-stack/docker.md +++ b/docs/stack/get-started/install-stack/docker.md @@ -3,6 +3,8 @@ title: Run Redis Stack on Docker linkTitle: Docker description: "How to install Redis Stack using Docker" weight: 2 +alias: + - /docs/stack/get-started/install/docker/ --- To get started with Redis Stack using Docker, you first need to select a Docker image: diff --git a/docs/stack/get-started/install-stack/linux.md b/docs/stack/get-started/install-stack/linux.md index f659a94f..caebf6bc 100644 --- a/docs/stack/get-started/install-stack/linux.md +++ b/docs/stack/get-started/install-stack/linux.md @@ -3,6 +3,8 @@ title: Install Redis Stack on Linux linkTitle: Linux description: "How to install Redis Stack on Linux" weight: 4 +alias: + - /docs/stack/get-started/install/linux/ --- Learn how to install Redis Stack on Linux from the official repository, RPM feed, with snap, or AppImage. diff --git a/docs/stack/get-started/install-stack/mac-os.md b/docs/stack/get-started/install-stack/mac-os.md index 60ddcfe5..92abf0d6 100644 --- a/docs/stack/get-started/install-stack/mac-os.md +++ b/docs/stack/get-started/install-stack/mac-os.md @@ -3,6 +3,8 @@ title: Install Redis Stack on macOS linkTitle: macOS description: "How to install Redis Stack on macOS" weight: 3 +alias: + - /docs/stack/get-started/install/mac-os/ --- To install Redis Stack on macOS, use [Homebrew](https://brew.sh/). Make sure that you have [Homebrew installed](https://docs.brew.sh/Installation) before starting on the installation instructions below. diff --git a/docs/stack/get-started/install-stack/windows.md b/docs/stack/get-started/install-stack/windows.md index 996cc3ab..ae9dd399 100644 --- a/docs/stack/get-started/install-stack/windows.md +++ b/docs/stack/get-started/install-stack/windows.md @@ -3,6 +3,8 @@ title: Install Redis Stack on Windows linkTitle: Windows description: "How to install Redis Stack on Windows" weight: 1 +alias: + - /docs/stack/get-started/install/windows/ --- To install Redis Stack on Windows, you will need to have Docker installed. When Docker is up and running, open Windows PowerShell and follow the instructions described in [Run Redis Stack on Docker](/docs/stack/get-started/install/docker). Then, use Docker to connect with `redis-cli` as explained in that topic. diff --git a/docs/stack/get-started/om-clients/stack-dotnet.md b/docs/stack/get-started/om-clients/stack-dotnet.md index 785f865c..543d9df4 100644 --- a/docs/stack/get-started/om-clients/stack-dotnet.md +++ b/docs/stack/get-started/om-clients/stack-dotnet.md @@ -6,6 +6,7 @@ weight: 10 stack: true aliases: - /docs/stack/get-started/tutorials/stack-dotnet/ + - /docs/clients/stack-dotnet/ --- [Redis OM .NET](https://github.com/redis/redis-om-dotnet) is a purpose-built library for handling documents in Redis Stack. In this tutorial, we'll build a simple ASP.NET Core Web-API app for performing CRUD operations on a simple Person & Address model, and we'll accomplish all of this with Redis OM .NET. diff --git a/docs/stack/get-started/om-clients/stack-node.md b/docs/stack/get-started/om-clients/stack-node.md index 5eab35ed..e4f9fa13 100644 --- a/docs/stack/get-started/om-clients/stack-node.md +++ b/docs/stack/get-started/om-clients/stack-node.md @@ -6,6 +6,7 @@ weight: 30 stack: true aliases: - /docs/stack/get-started/tutorials/stack-node/ + - /docs/clients/stack-node/ --- This tutorial will show you how to build an API using Node.js and Redis Stack. diff --git a/docs/stack/get-started/om-clients/stack-python.md b/docs/stack/get-started/om-clients/stack-python.md index 71ac957d..721ee2a3 100644 --- a/docs/stack/get-started/om-clients/stack-python.md +++ b/docs/stack/get-started/om-clients/stack-python.md @@ -6,6 +6,7 @@ weight: 40 stack: true aliases: - /docs/stack/get-started/tutorials/stack-python/ + - /docs/clients/stack-python/ --- [Redis OM Python](https://github.com/redis/redis-om-python) is a Redis client that provides high-level abstractions for managing document data in Redis. This tutorial shows you how to get up and running with Redis OM Python, Redis Stack, and the [Flask](https://flask.palletsprojects.com/) micro-framework. diff --git a/docs/stack/get-started/om-clients/stack-spring.md b/docs/stack/get-started/om-clients/stack-spring.md index ffedcb7d..ae70cbde 100644 --- a/docs/stack/get-started/om-clients/stack-spring.md +++ b/docs/stack/get-started/om-clients/stack-spring.md @@ -6,6 +6,7 @@ weight: 20 stack: true aliases: - /docs/stack/get-started/tutorials/stack-spring/ + - /docs/clients/stack-spring/ --- Redis Stack provides a seamless and straightforward way to use different data models and functionality from Redis, including a document store, a time series data database, probabilistic data structures, and a full-text search engine.