From 4b1fb72bb17cbb6ab74319ad63de695327257d0d Mon Sep 17 00:00:00 2001 From: Jonathan Jin Date: Sun, 22 Sep 2024 15:54:17 -0400 Subject: [PATCH] add to docs --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 95e03e5..5a81cd8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,9 +16,9 @@ With Kele, you can: - Manage [contexts], e.g. [switching, renaming, changing the default namespace](./how-tos/usage.md#contexts); -- [Fetch and display the manifest of a single - resource](./how-tos/usage.md#working-with-resources); -- [Follow logs for a single resource](./how-tos/usage.md#following-logs); +- [Display details](./how-tos/usage.md#working-with-resources), [follow + logs](./how-tos/usage.md#following-logs), and manage port-forwards for + resources; - [List collections of resources](./how-tos/usage.md#working-with-resources); - Start and stop [proxy servers](./how-tos/usage.md#managing-proxy-servers); - Use the menu bar to perform basic cluster/config management;