Bombshell Documentation#
This directory contains the documentation for the different tools and features of Bombshell.
Contributing#
To contribute to the documentation:
- Fork the repository
- Make your changes
- Submit a pull request
Adding New Pages#
To add a new page to the documentation:
- Create a new Markdown file in the appropriate language directory (e.g.,
en/) - Add frontmatter with
titleanddescription - Update
config.jsonto include the new page in the sidebar
Example frontmatter:
---
title: My New Page
description: Description of my new page
---
# My New Page
Content goes here...
Editing Existing Pages#
To edit an existing page:
- Find the page in the appropriate language directory
- Make your changes
- Submit a pull request
Integration with bomb.sh#
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.
Local Development#
To preview the documentation locally, you'll need to clone the bomb.sh repository and set up the integration. Follow these steps:
- Clone the bomb.sh repository
- Set up the integration to pull in this documentation
- Run the development server
See the bomb.sh repository for more detailed instructions on local development.