Skip to content

Latest commit

Β 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SuperInstance Documentation

This directory contains comprehensive documentation for the SuperInstance ecosystem.

πŸ“š Unified Documentation (mdBook)

The primary documentation is built with mdBook and provides a unified view of the entire ecosystem.

View Online

Build Locally

# Install mdBook
cargo install mdbook

# Build the documentation
cd docs/book
mdbook build

# Serve with live reload
mdbook serve
# Visit http://localhost:3000

Documentation Structure

docs/book/
β”œβ”€β”€ book.toml              # mdBook configuration
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ SUMMARY.md         # Table of contents
β”‚   β”œβ”€β”€ README.md          # Introduction
β”‚   β”œβ”€β”€ getting-started/   # Installation, quick start, overview
β”‚   β”œβ”€β”€ ecosystem/         # Architecture and design
β”‚   β”œβ”€β”€ crates/            # Individual crate docs (privox, tripartite-rs, etc.)
β”‚   β”œβ”€β”€ integrations/      # Integration guides
β”‚   β”œβ”€β”€ tutorials/         # Step-by-step tutorials
β”‚   β”œβ”€β”€ reference/         # API reference, FAQ, contributing
β”‚   └── appendix/          # Benchmarks, security, troubleshooting
└── book/                  # Built HTML output

🎯 Quick Navigation

Getting Started

  1. Installation - Set up your environment
  2. Quick Start - 5-minute tutorial
  3. Ecosystem Overview - Understand the architecture

Core Crates

Integration Guides

Tutorials

πŸ“– Legacy Documentation

The following directories contain older documentation that is being migrated to mdBook:

Note: These are being migrated to the unified mdBook. Please check mdBook first for current information.

πŸš€ Learning Paths

Beginner (New to the Ecosystem)

  1. Installation
  2. Quick Start
  3. Your First Project
  4. Tutorial: Privacy-First LLM

Intermediate (Familiar with Rust)

  1. Ecosystem Overview
  2. Core Crates
  3. Integration Patterns
  4. Tutorial: Multi-Agent System

Advanced (Building Production Apps)

  1. Architecture
  2. Design Principles
  3. API Reference
  4. Performance Benchmarks

πŸ› οΈ Contributing

Found a typo? Missing information? We welcome improvements!

Quick Fixes

  1. Edit the markdown file in docs/book/src/
  2. Rebuild: cd docs/book && mdbook build
  3. Submit a PR

Larger Changes

  1. Check existing issues with documentation label
  2. Follow the Documentation Guide
  3. Test all code examples
  4. Ensure mdbook build succeeds

Documentation Standards

  • βœ… Use clear, concise language
  • βœ… Include runnable code examples
  • βœ… Add links to related topics
  • βœ… Test all examples before submitting
  • βœ… Build documentation before committing

πŸ”§ Building and Testing

Build Documentation

cd docs/book
mdbook build

Test Locally

cd docs/book
mdbook serve
# Visit http://localhost:3000

Check Links

cargo install mdbook-linkcheck
cd docs/book
mdbook build

πŸ“¦ Automatic Deployment

The documentation is automatically built and deployed to GitHub Pages:

  • Trigger: Push to main branch
  • Path filter: docs/book/**
  • Workflow: .github/workflows/docs.yml

See the workflow file for details.

🌐 External Resources

Rust Documentation

AI/ML Resources

πŸ’¬ Getting Help

Still have questions?


Documentation Version: v0.2.0 Last Updated: 2026-01-08 Maintained By: SuperInstance Team

About

Documentation site and architecture specs for the synesis workspace (mdbook + standalone markdowns)

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages