Skip to content

Commit 59a7eea

Browse files
committed
Remove references to context menu
1 parent 7b0ce39 commit 59a7eea

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

command-palette/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,4 @@ appear in the web browser console after clicking on the command in the palette.
7676
A command can be triggered by other UI elements:
7777
7878
- Add the command to a [menu](../../main-menu/README.md)
79-
- Add the command to a [context menu](../../context-menu/README.md)
8079
- Add the command to the [launcher](../../launcher/README.md)

commands/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,4 @@ card or the command palette to be easily triggered by the user.
9393

9494
- Add the command to the [command palette](../command-palette/README.md)
9595
- Add the command to a [menu](../main-menu/README.md)
96-
- Add the command to a [context menu](../context-menu/README.md)
9796
- Add the command to the [launcher](../launcher/README.md)

launcher/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,3 @@ know more about those other possible, you could look at the following examples:
112112
113113
- Add the command to the [command palette](../command-palette/README.md)
114114
- Add the command to a [menu](../main-menu/README.md)
115-
- Add the command to a [context menu](../context-menu/README.md)

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"basics/*",
55
"commands",
66
"command-palette",
7-
"context-menu/*",
87
"keyboard-shortcuts/*",
98
"launcher",
109
"left-right-areas/*",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"basics/*",
2626
"commands",
2727
"command-palette",
28-
"context-menu/*",
2928
"keyboard-shortcuts/*",
3029
"launcher",
3130
"left-right-areas/*",

0 commit comments

Comments
 (0)