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.
Fixes https://github.com/Automattic/woocommerce.com/issues/22811
This adds some basic documentation on extension sets and their usage. I've put the main page about them under the managed tests, since that's what they apply to at the moment. I've also added a note to the activation test page, since that's the page that people clicking the docs link on an
Activation (canonical compatibility result)
will arrive at. Finally, I added them to the table of CLI args, with a link to their page, plus a section like the other args with an example command and a bit more info.ChatGPT turned the list of slugs by marketplace from the code into the markdown list of extension titles and links, which was cool. I clicked through them and it messed up a few of the links, so I've fixed them up manually. Worth double checking them all to make sure the title and link URL are correct.
These are fairly bare bones, so any suggestions on anything that needs expanding would be fine!