diff --git a/.changeset/weak-coats-allow.md b/.changeset/weak-coats-allow.md new file mode 100644 index 0000000000..31fc592326 --- /dev/null +++ b/.changeset/weak-coats-allow.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-linguist': patch +--- + +Updated `README.md` to removed images with refresh button as this feature was not implemented in the current version diff --git a/plugins/linguist/README.md b/plugins/linguist/README.md index d5ca2199dd..e7cad1c8e0 100644 --- a/plugins/linguist/README.md +++ b/plugins/linguist/README.md @@ -10,13 +10,9 @@ When there is no Linguist data yet the card will be empty: ![Example of empty Linguist card](./docs/linguist-no-data.png) -Clicking on the refresh icon will generate the language breakdown: +Once the language breakdown has been generated the card will look like this: -![Example of Linguist card with data](./docs/linguist-with-data.png) - -Here's an example where the permissions are hiding the refresh button: - -![Example of Linguist card without the refresh button](./docs/linguist-no-refresh.png) +![Example of Linguist card without the refresh button](./docs/linguist-with-data.png) ## Setup diff --git a/plugins/linguist/docs/linguist-no-data.png b/plugins/linguist/docs/linguist-no-data.png index 208b8df5d5..07661fe02d 100644 Binary files a/plugins/linguist/docs/linguist-no-data.png and b/plugins/linguist/docs/linguist-no-data.png differ diff --git a/plugins/linguist/docs/linguist-no-refresh.png b/plugins/linguist/docs/linguist-no-refresh.png deleted file mode 100644 index a3b4e4fde7..0000000000 Binary files a/plugins/linguist/docs/linguist-no-refresh.png and /dev/null differ diff --git a/plugins/linguist/docs/linguist-with-data.png b/plugins/linguist/docs/linguist-with-data.png index e673f994fa..a3b4e4fde7 100644 Binary files a/plugins/linguist/docs/linguist-with-data.png and b/plugins/linguist/docs/linguist-with-data.png differ