This repository was archived by the owner on Jan 9, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 12
Update installation instructions #3
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@chrisdwheatley 👋 Checking in on the status of this PR.
We're now displaying plugins in the Netlify UI, using the list at https://github.com/netlify/plugins/blob/master/plugins.json. In order to ensure that all plugins in the UI are functional and match the documented configuration methods, I'll be making a PR tomorrow to remove this plugin from the list.
We'll be happy to add it back when this PR is merged and you can confirm that the plugin still works in the Netlify Build Plugins Beta!
Thanks @verythorough, I somehow missed this PR but it's now merged and I'll create a PR shortly to add it back into the plugins list.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For greater simplicity and consistency with Netlify users’ existing configuration files, we’re deprecating experimental support for Netlify config files in YAML or JSON (netlify/build#975).
To get new plugin users started on the right foot, I’m proposing updates for all plugin READMEs to use
netlify.tomlformat in the installation instructions.This docs-only change should require no updates to your plugin code.
I've also made the following updates to reflect the current plugins API:
typewithpackage.npm installstep. This is no longer necessary.