mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
* docs: add plugin loading spec documentation The logic for discovering and loading plugins is not well documented on the current documentation. This causes issues for users that have to troubleshoot why a particular plugin cannot be found or installed, so this commit adds a specification document, detailing what are Packer's expectations when it comes to discovering plugins. * Apply suggestions from code review * Update plugin loading specification navbar --------- Co-authored-by: Wilken Rivera <[email protected]>