Skip to content

zoo-labs/docs

Repository files navigation

Zoo Docs

Official documentation for Zoo Labs Foundation - Democratizing AI through decentralized training.

Overview

Built with @hanzo/docs - the documentation framework by Hanzo AI.

Development

# Install dependencies
pnpm install

# Start development server
pnpm dev

Open http://localhost:3000 to view the docs.

Structure

zoo-docs/
├── app/                    # Next.js App Router
│   ├── docs/              # Documentation pages
│   ├── layout.tsx         # Root layout
│   └── page.tsx           # Home page
├── content/               # MDX content
│   └── docs/             # Documentation content
├── lib/                   # Utilities
│   ├── source.ts         # @hanzo/docs source config
│   └── layout.shared.tsx # Shared layout options
└── public/               # Static assets

Brand Colors

Zoo uses an emerald green color scheme:

  • Primary: #2ECC71 (Emerald Green)
  • Secondary: #27AE60 (Forest Green)
  • Accent: #F39C12 (Amber)
  • Background: #0F1419 (Dark)

Ecosystem Links

Building

# Build for production
pnpm build

# Start production server
pnpm start

Part of Multi-Brand Docs System

This documentation site shares core functionality with:

All three use the same @hanzo/docs foundation with brand-specific theming.

About

Zoo Labs Foundation documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published