This repository contains the source files for the HADDOCK3 user manual, built with mdbook.
📖 Read the manual online: https://www.bonvinlab.org/haddock3-user-manual
To build and preview the manual locally:
- Install mdbook following the installation guide
- Run from the repository root:
mdbook build . - Open
doc/index.htmlin your browser
book.toml- Book configuration (title, authors, output settings)src/- Markdown content and assetssrc/SUMMARY.md- Table of contentstheme/- Custom styling and assets
Contributions are welcome! Please see CONTRIBUTING.md for guidelines on how to contribute to this manual.
GitHub Actions automatically:
- Build and validate the book on pull requests
- Deploy to GitHub Pages on merge to main
- Check for broken links