| --- | |
| 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"} /> | |
| ```` |