Skip to content

Provable-Games/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provable Games Documentation

Using cryptography to create incorruptible and indestructible fun.

Documentation site for all Provable Games products, built with Vocs, React 19, and MDX.

Quick Start

Prerequisites: Bun

bun install
bun run dev

The dev server starts at http://localhost:5173.

To create a production build:

bun run build
bun run preview

Project Structure

src/
  pages/        # MDX documentation pages organized by product
  components/   # React components (ContractTable, GameCard, etc.)
  public/       # Static assets and images
vocs.config.ts  # Site configuration and sidebar navigation

Content Sections

Contributing

  1. Documentation pages are .mdx files in src/pages/<product>/
  2. Add or edit pages, then update the sidebar navigation in vocs.config.ts
  3. Place images in src/public/docs/
  4. Run bun run build to verify your changes

Links

Releases

No releases published

Packages

 
 
 

Contributors