content/packer/.
Content directory
URL base paths
Packer content is served under two URL base paths:/docs/— Packer conceptual and operational documentation/guides/— Getting started guides and tutorials
Available versions
Versionsv1.5.x through v1.14.x are present in the repository.
Packer plugin documentation may still reference some third-party plugin repositories rather than being fully consolidated in this repo. If you’re looking for a specific plugin’s docs and cannot find them here, check the upstream plugin repository.
Finding and editing Packer docs
Navigate to the content files
Packer content files are in the
content/ subdirectory within each version folder:Edit the file
Open the
.mdx file you want to change. Guides-style pages are under guides/; reference and conceptual pages are under docs/.Product configuration reference
| Attribute | Value |
|---|---|
productSlug | packer |
contentDir | content (in source repo) |
websiteDir | website (in source repo) |
dataDir | data |
assetDir | public/img |
basePaths | docs, guides |
versionedDocs | true |