Skip to content

Commit e7651ab

Browse files
Richard HooperRichard Hooper
Richard Hooper
authored and
Richard Hooper
committed
Update documentation and configuration for KubeDeck Launcher
Signed-off-by: Richard Hooper <[email protected]>
1 parent e99cac7 commit e7651ab

File tree

2 files changed

+32
-6
lines changed

2 files changed

+32
-6
lines changed

_config.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ theme: just-the-docs
55
url: https://kubedeck.io/docs/kubedecklauncher
66

77
aux_links:
8-
View Project in GitHub: https://github.com/KubeDeckio/KubeSnapIt
8+
View Project in GitHub: https://github.com/KubeDeckio/KubeDeckLauncher-Docs
99

1010
# Color scheme supports "light" (default) and "dark"
1111
color_scheme: light
@@ -38,6 +38,9 @@ nav_sort: case_sensitive # Capital letters sorted before lowercase
3838

3939
# External navigation links
4040
nav_external_links:
41+
- title: KubeDeck
42+
url: https://KubeDeck.io
43+
opens_in_new_tab: true
4144
- title: KubeSnapIt
4245
url: https://KubeSnapIt.io
4346
opens_in_new_tab: true
@@ -62,7 +65,7 @@ liquid:
6265
back_to_top: true
6366
back_to_top_text: "Back to top"
6467

65-
footer_content: 'Copyright &copy; 2025 KubeSnapIt.'
68+
footer_content: 'Copyright &copy; 2025 KubeDeck.'
6669

6770
# Footer last edited timestamp
6871
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
@@ -71,7 +74,7 @@ last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https:/
7174
# Footer "Edit this page on GitHub" link text
7275
gh_edit_link: true # show or hide edit this page link
7376
gh_edit_link_text: "Edit this page on GitHub"
74-
gh_edit_repository: "https://github.com/KubeDeckio/KubeSnapIt" # the github URL for your repo
77+
gh_edit_repository: "https://github.com/KubeDeckio/KubeDeckLauncher-Docs" # the github URL for your repo
7578
gh_edit_branch: "main" # the branch that your docs is served from
7679
gh_edit_source: docs # the source that your files originate from
7780
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately

docs/index.md

+26-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,33 @@ layout: default
66

77
# Documentation
88

9-
Welcome to the **KubeSnapIt** documentation! This section will guide you through everything you need to know to use and contribute to KubeSnapIt effectively. Whether you're new to the project or an experienced user, you'll find all the information you need here to help you manage and snapshot your Kubernetes resources.
9+
Welcome to the **KubeDeck Launcher** documentation. This guide provides the information you need to use and contribute to KubeDeck Launcher effectively. Whether you're new to the project or have prior experience, you'll find details to help you manage Kubernetes resources efficiently.
1010

11-
### Why KubeSnapIt?
12-
KubeSnapIt is designed to simplify the management of Kubernetes resources by providing functionalities for snapshotting, comparing, and restoring configurations. It automates resource management tasks, making it easier to maintain and review your Kubernetes environments.
11+
### What is KubeDeck Launcher?
12+
13+
KubeDeck Launcher integrates the functionalities of KubeTidy and KubeSnapIt into a single, PowerShell-based UI. It streamlines Kubernetes management by automating tasks such as cleaning up unused resources in your kubeconfig file and managing snapshots.
14+
15+
**Key Features:**
16+
17+
- **Unified Interface:** Manage both KubeTidy and KubeSnapIt from a single UI.
18+
19+
- **Resource Cleanup with KubeTidy:**
20+
21+
- Remove unused or outdated resources from your kubeconfig file.
22+
23+
- Export specific contexts into separate kubeconfig files.
24+
25+
- Merge multiple kubeconfig files into one.
26+
27+
- **Snapshot Management with KubeSnapIt:**
28+
29+
- Capture snapshots of your Kubernetes resources.
30+
31+
- Restore resources from snapshots.
32+
33+
- Compare different snapshots to track changes.
34+
35+
By consolidating these tools, KubeDeck Launcher simplifies complex tasks, allowing you to focus on managing your clusters more efficiently.
1336

1437
### Getting Started
1538
You can dive right in by exploring the following sections:

0 commit comments

Comments
 (0)