···41414242## Integration with bomb.sh
43434444-This documentation is designed to be integrated with the bomb.sh website. The content in this directory will be pulled into the `/docs/clack/` route in the bomb.sh repository.
4444+This documentation is designed to be integrated with the `bomb.sh` website. The content in this repository is deployed to the `docs.bomb.sh` subdomain and proxied through `bomb.sh/docs/`. Because of this, this site is developed and deployed using `/docs/` as a path prefix.
4545+4646+> [!IMPORTANT]
4747+> When adding internal docs links, be sure to include the `/docs/` prefix!
45484649## Local Development
47504848-To preview the documentation locally, you'll need to clone the bomb.sh repository and set up the integration. Follow these steps:
4949-5050-1. Clone the bomb.sh repository
5151-2. Set up the integration to pull in this documentation
5252-3. Run the development server
5353-5454-See the bomb.sh repository for more detailed instructions on local development.
5151+To preview the documentation locally, clone this repository, install the dependencies with `pnpm`, and run the local development server. This site is intentionally developed independently of the main `bomb.sh` website.