Merged
Conversation
- Removed `docs/tui-guide.md` and introduced the new `docs/user-guide.md`. - Updated `mkdocs.yml` navigation to reflect the new structure. - Enhanced the User Guide with improved workflows, visuals, and comprehensive usage instructions for kubefwd's TUI. - Updated `/docs/index.md` to align with the renaming and revised content structure.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #360 +/- ##
=======================================
Coverage 63.91% 63.91%
=======================================
Files 70 70
Lines 12461 12461
=======================================
Hits 7965 7965
Misses 4166 4166
Partials 330 330 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Comprehensive documentation overhaul for kubefwd.com:
User Guide Rename & Enhancement
tui-guide.mdtouser-guide.mdfor broader scopeGetting Started Overhaul
MCP Integration Rewrite
Site Cleanup
Type of Change
Related Issues
N/A - Documentation improvement initiative
Testing
go test ./...locallymkdocs buildsuccessfullyChecklist
go fmt,go vet)Screenshots/Logs (if applicable)
Documentation changes use existing TUI screenshots from
docs/images/:100_TUI_idle-mode.png- Idle Mode view110_TUI_help.png- Help overlay120_TUI_browse-namespaces.png- Namespace browser130_TUI_browse-services.png- Service browser140_TUI_forwards.png- Active forwards list150_TUI_forward_details_*.png- Forward detail views160_TUI_forward_details_http.png- HTTP traffic viewFiles Changed
docs/user-guide.md(new, replaces tui-guide.md)docs/getting-started.md(major rewrite)docs/mcp-integration.md(major rewrite)docs/index.md(updated)docs/comparison.md(updated references)docs/overrides/404.html(updated references)mkdocs.yml(navigation update, removed blog plugin)README.md(updated references)docs/blog/(removed)