grafana / plugin-tools

Create Grafana plugins with ease.
https://grafana.com/developers/plugin-tools/
Apache License 2.0
55 stars 27 forks source link

Docs: Plugin E2E - Using the api article #885

Closed sunker closed 3 months ago

sunker commented 3 months ago

What this PR does / why we need it:

This article is giving a high level intro on how to use the plugin-e2e api, and the page fixtures in particular.

Also removing the Use prefix from the title in the auth article and in the feature toggle article so they follow the same naming convention as all the other e2e articles.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

github-actions[bot] commented 3 months ago

Hello! 👋 This repository uses Auto for releasing packages using PR labels.

✨ This PR can be merged. It will not be considered when calculating future versions of the npm packages and will not appear in the changelogs.

josmperez commented 3 months ago

Also removing the Use prefix from the title in the auth article and in the feature toggle article so they follow the same naming convention as all the other e2e articles.

This breaks the Grafana documentation recommended structure (how-to articles almost always start with verbs in the title); however, if you prefer the nouns, I do not object because I don't think this harms usability. Doc guidelines aren't iron clad rules.