docs(akt): add documentation for the akt CLI - #1295
Draft
chalabi2 wants to merge 4 commits into
Draft
Conversation
Add a new docs section under developers/deployment for akt, the unified Akash CLI that replaces akash, provider-services, and the chain-sdk CLI. Covers installation (Homebrew, binary, source), contexts and configuration, SDL authoring and deployment workflows, Console managed-wallet integration, chain queries and transactions, the network monitor, the MCP server, and a full command reference. Register the section in the deployment hub, the root docs index, and the nav label map. The interactive TUI shell is intentionally not documented until it ships. Signed-off-by: Joseph Chalabi <chalabi.joseph@gmail.com>
Update the MCP page for the two-rail server: Console tools register whenever an API key resolves, the server runs without a chain context on a managed setup, and read tools are annotated read-only so clients can auto-approve them. Replace the stale tool count with the actual inventory and document the new --console-api-key flag. Add console notes for client-side log filtering (--tail and the pod-name-prefix service match), the lease create --manifest contract (the Console-rendered manifest, not the SDL), and wallet settings reporting the unconfigured default and creating the record on first enable. Tracks the akt CLI fixes currently in review. Signed-off-by: Joseph Chalabi <chalabi.joseph@gmail.com>
expressive-code attaches its stylesheet link to the first code block on a page. When that block sits inside a client: island (the OS tabs on the installation guides), the link is stripped during island serialization, so the page ships unstyled code blocks. Both MDX installation guides were affected. Render a hidden Code block in the docs page template so every docs page carries the expressive-code assets through the regular pipeline, regardless of where its first fence lives. The Code component requires the Expressive Code options in ec.config.mjs, so they move there from astro.config.mjs unchanged. Signed-off-by: Joseph Chalabi <chalabi.joseph@gmail.com>
Document account-free Console contexts, provider discovery, pagination, workflow recovery, monitor governance views, and clean MCP shutdown so the draft guide matches the v0.0.3 release candidate. Signed-off-by: Joseph Chalabi <chalabi.joseph@gmail.com>
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.
Summary
Adds a new documentation section for akt, the unified Akash CLI that replaces
akash,provider-services, and the chain-sdk CLI, under Developers → Deployment → akt CLI (src/content/Docs/developers/deployment/akt/).Nine pages, mirroring the structure and style of the existing CLI docs:
akt sdl),deploy/update/closeworkflows, JSONL mode for CI/CD, local storeakt monitordashboards and navigationAlso registers the section in the Deployment Methods hub, the root docs index, and the nav label map (
akt→ "akt CLI", same pattern ascli→ "CLI").The interactive TUI shell is intentionally not documented yet; it will be added when it ships. All repo/release links point at
akash-network/akt.