id: standalone title: Set up a standalone Pulsar locally sidebar_label: “Run Pulsar locally”

import useLocationParentPath from '@site/src/libs/useLocationParentPath';
import {Redirect} from "@docusaurus/router";

<Redirect to={useLocationParentPath() + "getting-started-standalone"} />