Skip to content

Conversation

@johnx25bd
Copy link
Member

Summary

Documents the location proof plugin system — concepts, guides, and API reference.

New pages (6):

  • concepts/location-proofs.mdx — evidence-based verification, terminology, pipeline, credibility scoring
  • concepts/plugins.mdx — plugin interface, registry, runtime model, stamp lifecycle
  • guides/creating-location-proofs.mdx — E2E tutorial with mock plugin
  • guides/proofmode-integration.mdx — proof bundle parsing, PGP verification, signals
  • guides/witnesschain-integration.mdx — historical proofs, ECDSA verification, scoring
  • guides/writing-plugins.mdx — complete guide to implementing LocationProofPlugin

Updated pages (7):

  • introduction.mdx — verification callout, SDK section shows stamps/proofs/verify
  • sdk/overview.mdx — v0.3.0, plugin/stamps/proofs/verify in architecture
  • how-it-works.mdx — updated location verification references
  • concepts/verifiable-computation.mdx — links to plugin system (3 locations)
  • guides/location-gated-nft.mdx — location verification links
  • api-reference/overview.mdx — Verify API endpoints (stamp, proof, plugins)
  • mint.json — navigation updated

Test plan

  • mintlify dev renders all new pages without errors
  • Navigation links work correctly
  • Code snippets are syntactically valid
  • Cross-references between pages resolve

Closes: #21, #23

claude and others added 2 commits February 1, 2026 10:05
- Add rotating 3D ASCII globe to introduction page hero
- Globe uses golden spiral distribution for even particle placement
- Mouse interaction causes particles to shatter/repel away
- Particles smoothly spring back to reform the globe
- Uses gold color scheme matching site branding (#D4A63A)
- Supports touch devices and responsive resizing

https://claude.ai/code/session_01AdzuF7QtsgEpGwi3ju16Wv
New concept pages for location proofs and the plugin architecture.
New guides for creating proofs, ProofMode, WitnessChain, and
writing custom plugins. Updated existing pages to reference the
plugin system instead of "in development" placeholders. Added
Verify API endpoints to the API reference.

New pages:
- concepts/location-proofs.mdx
- concepts/plugins.mdx
- guides/creating-location-proofs.mdx
- guides/proofmode-integration.mdx
- guides/witnesschain-integration.mdx
- guides/writing-plugins.mdx

Updated pages:
- introduction.mdx, how-it-works.mdx, sdk/overview.mdx
- concepts/verifiable-computation.mdx
- guides/location-gated-nft.mdx
- api-reference/overview.mdx
- mint.json (navigation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document Verify API

2 participants