docs: Enhance CLI documentation with new authentication, browser, and…#33
Closed
masnwilliams wants to merge 2 commits intomason/mcp-server-docs-cleanupfrom
Closed
docs: Enhance CLI documentation with new authentication, browser, and…#33masnwilliams wants to merge 2 commits intomason/mcp-server-docs-cleanupfrom
masnwilliams wants to merge 2 commits intomason/mcp-server-docs-cleanupfrom
Conversation
… app management sections
Contributor
There was a problem hiding this comment.
Performed full review of 8f4c9f8...08335a8
5 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
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.
TL;DR
Organized and expanded the CLI documentation, adding new, dedicated pages for
auth,apps, andbrowserscommands.Why we made these changes
To improve the clarity, organization, and completeness of the CLI reference documentation. Splitting the docs into logical sections makes it easier for users to find information on specific commands and their various flags.
What changed?
reference/cli.mdx: Converted the main CLI doc into a high-level overview and quick start guide, replacing detailed command tables with cards linking to the new, specific pages.reference/cli/auth.mdx: New documentation for authentication commands likekernel login,logout, andauth status.reference/cli/apps.mdx: New documentation for app management commands, includingdeploy,invoke,list, andlogs.reference/cli/browsers.mdx: New, comprehensive documentation for managing remote browsers and their filesystems.docs.json: Added the new pages to the CLI section of the site navigation.Description generated by Mesa. Update settings