Skip to main content

Welcome to Mainframe Playbook

Built with Trellis

Getting Started

This documentation site was scaffolded with Trellis.

Project Structure

packages/
├── docs/ # This Docusaurus site
├── slides/ # Slidev presentation
└── landing/ # Landing page

Development

# Start the docs dev server
bun run dev:docs

# Start the slides dev server
bun run dev:slides

# Build everything
bun run build

Next Steps

  • Edit this page at packages/docs/docs/intro.md
  • Add new documentation pages in the docs/ directory
  • Check out the Slides for the presentation deck