blob: 0ddc3cd1617aeee13c7f4f29eac5d402a77b0d37 [file] [view]
---
id: standalone
title: Set up a standalone Pulsar locally
sidebar_label: "Run Pulsar locally"
---
````mdx-code-block
import useLocationParentPath from '@site/src/libs/useLocationParentPath';
import {Redirect} from "@docusaurus/router";
<Redirect to={useLocationParentPath() + "getting-started-standalone"} />
````