renamed install plugins mdx and added redirects

docs/install-plugins-1.11-ga
trujillo-adam 2 years ago committed by Lucas Bajolet
parent 0cdaab6474
commit bb83c82d48

@ -19,7 +19,7 @@ vendors. These plugins are not officially tested nor officially maintained by
HashiCorp, and are listed here in order to help users find them easily.
To learn more about how to use community plugins, or how to build your own,
check out the docs on [extending Packer](https://developer.hashicorp.com/packer/docs/plugins/install-plugins)
check out the docs on [extending Packer](/packer/docs/plugins/install)
If you have built a plugin and would like to add it to this community list,
please make a pull request so that we can document your

@ -306,5 +306,5 @@ order to make it available to the Packer core as a plugin. We have created a
[scaffolding](https://github.com/hashicorp/packer-plugin-scaffolding/blob/main/builder/scaffolding/builder.go)
repo to give you an idea of the relationship between the builder
implementation and the server implementation within a repository, and then read
[basics of how Plugins work](/packer/docs/plugins/install-plugins), which breaks down all the
[basics of how Plugins work](/packer/docs/plugins/install), which breaks down all the
server details.

@ -9,7 +9,7 @@ page_title: Extending
# Developing Plugins
Packer is extensible and supports plugins that let you
create and use custom builders, provisioners, post-processors, and data sources. This page explains how to develop Packer plugins. Before you begin, we recommend reviewing the Packer documentation and the instructions for [installing external plugins](https://developer.hashicorp.com/packer/docs/plugins/install-plugins).
create and use custom builders, provisioners, post-processors, and data sources. This page explains how to develop Packer plugins. Before you begin, we recommend reviewing the Packer documentation and the instructions for [installing external plugins](/packer/docs/plugins/install).
~> **Warning** This is an advanced topic. You should have strong knowledge of Packer before you start writing plugins.

@ -18,7 +18,7 @@ To boost stability, Packer no longer loads plugin binaries installed outside of
`packer-plugin-<plugin-name>`
`packer-plugin-<plugin-name>_v0.0.1_x5.0_darwin_arm64`
Refer to [Installing Plugins](/packer/docs/plugins/install-plugins) for details about how to load plugins.
Refer to [Installing Plugins](/packer/docs/plugins/install) for details about how to load plugins.
## Deprecations

@ -86,6 +86,11 @@ module.exports = [
destination: '/packer/docs/templates/hcl_templates/functions',
permanent: true,
},
{
source: '/packer/docs/plugins/install-plugins',
destination: '/packer/docs/plugins/install',
permanent: true,
},
/**
* END EMPTY PAGE REDIRECTS
*/

Loading…
Cancel
Save