Skip to content

Commit

Permalink
update images in docusaurus extension docs to reflect current UI + ad…
Browse files Browse the repository at this point in the history
…ded support matrix to extensions api page (rancher#10990)
  • Loading branch information
aalves08 authored May 28, 2024
1 parent 9f1a920 commit c3cbd73
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docusaurus/docs/extensions/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Rancher provides a set of APIs to Extension developers.

You can find an installable extension providing some usage examples of the Extensions API here: https://github.com/rancher/ui-plugin-examples.

These are the currently available Extension APIs available in Rancher:
## Extension API Support matrix

Here's the support matrix for every Extension API hook available in Rancher:

| API | Rancher Version support (Minimum version)|
| --- | --- |
Expand All @@ -18,3 +20,20 @@ These are the currently available Extension APIs available in Rancher:
| [Table Columns](./table-columns) | v2.7.2 |
| [Components](./components) | v2.7.0 |


## LocationConfig support matrix

The `LocationConfig` object is one of the keystones to define in which place in the UI a given Extension API hook should be applied to. For more information about it's usage check the documentation **[here](./common#locationconfig)**.

| Key | Rancher Version support (Minimum version)|
|---|---|
|`product`| `v2.7.2` |
|`resource`| `v2.7.2` + `v2.8.0` (wildcard support)|
|`namespace`| `v2.7.2` |
|`path`| `v2.7.7` |
|`cluster`| `v2.7.2` |
|`id`| `v2.7.2` |
|`mode`| `v2.7.2` + `v2.7.7` (`create` mode) |
|`context`| `v2.7.2`|
| `queryParam`| `v2.7.2` |
|`hash`| `v2.8.0` |
Binary file modified docusaurus/docs/extensions/screenshots/add-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/docs/extensions/screenshots/cluster-cards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/docs/extensions/screenshots/detailtop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/docs/extensions/screenshots/header-actions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/docs/extensions/screenshots/inline-and-bulkable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/docs/extensions/screenshots/inline-table-action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/docs/extensions/screenshots/list-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/docs/extensions/screenshots/masthead.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/docs/extensions/screenshots/table-cols.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3cbd73

Please sign in to comment.