Skip to content

SignedShot/signedshot-docs

Repository files navigation

SignedShot Documentation

Technical documentation for the SignedShot media authenticity protocol.

CI

Built with Docusaurus.

Development

Prerequisites

  • Node.js 18+
  • npm or yarn

Setup

# Install dependencies
npm install

# Start development server
npm run start

The docs will be available at http://localhost:3000/docs/

Build

npm run build

Generates static content in the build/ directory.

Documentation Structure

docs/
├── intro.md              # Getting started
├── how-it-works.md       # Two-layer trust model explanation
└── demo.md               # Interactive demo guide

Deployment

Deployed automatically to signedshot.io/docs on push to main.

Related Repositories

License

MIT