This repository was archived by the owner on May 4, 2026. It is now read-only.
docs: add binary distribution reference and expand installation options#590
Closed
mitchmindtree wants to merge 1 commit into
Closed
docs: add binary distribution reference and expand installation options#590mitchmindtree wants to merge 1 commit into
mitchmindtree wants to merge 1 commit into
Conversation
Add guides/12_binary_distribution.md documenting release artifact structure, target platforms, archive contents, plugin versioning, and packaging guidelines for downstream distributors (re: leo#29337 section 5, leo#29355). Expand the installation page with a `cargo binstall` tab and rewrite the pre-built binaries tab to cover all 5 supported targets with the new per-crate artifact naming convention. Update plugin docs and guides overview with cross-links to the new page.
Collaborator
|
Closing — leo-docs-source is being migrated to ProvableHQ/leo (see ProvableHQ/leo#29374). The binary distribution reference, expanded installation tabs, and plugin doc cross-links from this PR have been ported to ProvableHQ/leo#29377 with you as co-author. Thanks! |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Binary Distribution Reference
Adds
guides/12_binary_distribution.mddocumenting release artifact structure, target platforms, archive contents, plugin versioning, and packaging guidelines for downstream distributors.Updates plugin docs and guides overview with cross-links to the new page.
cargo binstallExpand the installation page with a
cargo binstalltab and rewrite the pre-built binaries tab to cover all 5 supported targets with the new per-crate artifact naming convention.cargo-binstallmetadata. leo#29355.