Skip to content

Commit 1c45673

Browse files
authored
Update OS docs based on SKR docs (#3916)
1 parent 8889347 commit 1c45673

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/user/01-20-command-palette.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# Command Palette
1+
# Kyma Dashboard Command Palette
22

33
With the Kyma dashboard command palette feature, you can easily navigate through all your dashboard resources, such as workloads, deployments, and more.
44
You can perform actions such as listing or accessing your namespaces, or preferences, or uploading YAML files.
55

66
## Features
77

8-
You can use command palette to perform the following actions:
8+
You can use the command palette to perform the following actions:
99

10-
- Access command palette by pressing `cmd+k` on your keyboard or choosing **Quick Navigation**.
10+
- To access the command palette, press cmd+k on your keyboard or choose **Quick Navigation**.
1111

1212
![Quick navigation](assets/quick-navi.png)
1313

14-
- To see all navigation options and the resources' aliases, enter `?`. For example, if you want to see your namespaces, it's enough to type `ns`.
14+
- To see all navigation options and the resources' aliases, enter the question mark sign `(?)`. For example, if you want to see your namespaces, it's enough to type `ns`.
1515

1616
![Namespaces in navigation](assets/navigation-ns.png)
1717

18-
- See the history of your actions by using the up or down arrow. To autocomplete your search, press the right arrow.
18+
- To see the history of your resources, use the up or down arrow.
1919

20-
- See the list of all resources available in the given namespace by entering the resource name and pressing the tab key.
20+
- To see the list of all resources available in the given namespace, enter the resource name and press the tab key.
2121

2222
![Listing all resources](assets/navigation-resources.png)
2323

24-
- Switch contexts between your resources. For example, if you're viewing your available Pods on the `default` namespace, and you want to check the Pods on a different one, type `ns/{NAME_OF_YOUR_NAMESPACE}` and choose the `Switch Context` option. It takes you to the list of Pods in the selected namespace.
24+
- Switch contexts between your resources. For example, if you're viewing your available Pods in the `default` namespace, and you want to check the Pods in a different one, type `ns/{NAME_OF_YOUR_NAMESPACE}` and choose the `Switch Context` option. It takes you to the list of Pods in the selected namespace.
2525

2626
![Switch context](assets/switch-context.png)

0 commit comments

Comments
 (0)