This repository contains the documentation for Octopus Deploy.
Contributions to help improve this documentation are welcome, however, you must sign the Contribution License Agreement (CLA) before we can accept your contribution.
See the Octopus style guide for information including:
- Markdown quick reference
- Capitalization
- Working with images
- Predefined snippets to include in your text
- The
mainbranch has the latest version of the docs - Fork this repo and create a branch for your changes
- Make the changes you'd like to contribute
- Submit a pull request (PR) to master with your changes and include a comment explaining the changes
- Sign the Contribution License Agreement (CLA)
- We'll review your PR and accept it or suggest changes
Before merging to main it's possible you'd like to see your changes in a preview environment. It's simple to do this:
- You need Node.js installed to run the site locally
- Run
pnpm installto obtain the dependencies - Run
pnpm devto run a local preview of the site - Open
localhost:3000to view the site, the first page load usually takes a little time
You can generate a static copy of the site using pnpm build and run it in a browser with pnpm preview.