File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ below (it will be displayed as type "group"):
92
92
| label (** required** ) | string | Label that will be displayed on UI for Node |
93
93
| children (** required** ) | Node[ ] | List of Nodes (nested groups or markdown files) |
94
94
| type | | Can be skipped - RedisInsight will always use the "group" parameter |
95
- | author | string | _ Not required, not displayed _ <br /> Author name |
96
- | URL | string | _ Not required, not displayed _ <br /> link to repository/web-site |
97
- | industry | string[ ] | _ Not required, not displayed _ <br /> tags to show relevant industry |
98
- | description | string | _ Not required, not displayed _ <br /> short description of tutorials |
95
+ | author | string | _ Not required, not displayed in RedisInsight _ <br /> Author name |
96
+ | URL | string | _ Not required, not displayed in RedisInsight _ <br /> link to repository/web-site |
97
+ | industry | string[ ] | _ Not required, not displayed in RedisInsight _ <br /> tags to show relevant industry |
98
+ | description | string | _ Not required, not displayed in RedisInsight _ <br /> short description of tutorials |
99
99
100
100
Each Node requires a ` label ` ,` type ` (all available properties are described in the table below).
101
101
You can’t perform that action at this time.
0 commit comments