docs: initialize Mintlify documentation site#8
Conversation
Adds a full Mintlify docs structure under docs/ covering the complete SDK surface getting started, API reference, guides, and migration.
|
@kalepail I converted some of the readme a mintlify docs.. you can checkout the implementation here as well before merging https://collinsboundlessfixyz.mintlify.app/introduction |
Adds five SKILL.md files, a discovery index, and an AI/Skills docs page so AI agents can discover and use the SDK via the agentskills.io protocol. Skills added: - smart-account-kit (SDK init, config, sub-managers) - create-stellar-wallet (wallet creation workflow) - sign-stellar-transactions (signing and submission) - manage-signers (signers and context rules) - setup-policies (threshold, spending limits, weighted voting)
|
Thanks for putting this together — having proper docs on Mintlify is a meaningful upgrade over just the README. The structure is solid and the API reference pages check out against the actual source. A few things to address before this is ready to merge: What works well:
Things to address: 1. Agent skills should be a separate PRThe last two commits ( I'd suggest splitting those commits into a follow-up PR. It'll also make this PR easier to review and merge on its own merits. 2. Missing
|
Summary
docs/mint.json- Mintlify config with navigation, colors, and brandingdocs/migration-smart-account-kit-v0.7.0-rc.2.mdcontent into a structured Mintlify migration pagePages added
Getting Started
introduction.mdx- Overview, features, architecture diagramquickstart.mdx- Install, initialize, create wallet, connect, transfer, disconnectconfiguration.mdx- AllSmartAccountConfigoptions with descriptionsAPI Reference
smart-account-kit.mdx- FullSmartAccountKitclass (lifecycle, tx methods, discovery, raw escape hatch)signer-manager.mdx,context-rule-manager.mdx,policy-manager.mdxcredential-manager.mdx,multi-signer-manager.mdx,external-signer-manager.mdxGuides
storage-adapters.mdx,fee-sponsoring.mdx,multi-sig.mdx,events.mdx,error-handling.mdxAdvanced
builder-functions.mdx,relayer-client.mdx,indexer-client.mdx,wallet-adapters.mdxMigration
migration/v0.7.0.mdx- v0.7.0-rc.2 breaking changes and migration stepsTest plan
docs/mint.json