Skip to content

Fixes broken links #187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/stack/get-started/install-stack/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/stack/get-started/install-stack/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions docs/stack/get-started/install-stack/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions docs/stack/get-started/install-stack/mac-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions docs/stack/get-started/install-stack/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/stack/get-started/om-clients/stack-dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/stack/get-started/om-clients/stack-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/stack/get-started/om-clients/stack-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/stack/get-started/om-clients/stack-spring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down