Skip to content

boundless-xyz/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

135 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boundless Documentation

Official documentation for Boundless, available at docs.boundless.network.

Built with Mintlify.

Local Development

mint dev

Editing

  • Content: Edit MDX files in developers/, provers/, zkc/.
  • Navigation & config: Edit docs.json directly.

Updating Release Versions

When a new release drops, find-replace the version string (e.g. release-1.4release-1.5) in:

  • snippets/release-version.mdx
  • snippets/cli.mdx
  • provers/quick-start.mdx

Check the latest release:

gh release list -R boundless-xyz/boundless -L 1

Contributors