Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Scrapped planned MDBooks Documentation Site done by ImMalloy

License

Notifications You must be signed in to change notification settings

Celstomp/legacy_celstomp_mdbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caution

Deprecated / Unmaintained: This project is no longer maintained and may be broken.

Celstomp Documentation

This is the comprehensive documentation site for Celstomp, a free browser-based 2D animation tool.

About This Documentation

This documentation is built with mdBook, a command line tool to create books with Markdown.

Quick Links

Local Development

Prerequisites

  • mdBook installed
  • Git (optional, for version control)

Setup

  1. Clone this repository:
git clone <repository-url>
cd celstomp_mdbook
  1. Serve the documentation locally:
mdbook serve
  1. Open your browser to http://localhost:3000

Building

To build the static site:

mdbook build

Output will be in the book/ directory.

Contributing to Documentation

We welcome contributions! Here's how:

Reporting Issues

  • Typos or errors: Open an issue
  • Missing content: Suggest additions
  • Outdated information: Let us know

Submitting Changes

  1. Fork the repository
  2. Make your changes in the src/ directory
  3. Test locally with mdbook serve
  4. Submit a pull request

Style Guide

  • Use clear, concise language
  • Include examples where helpful
  • Test all code snippets
  • Add screenshots for UI features
  • Follow existing structure

Documentation Structure

src/
├── introduction.md          # Welcome page
├── SUMMARY.md              # Navigation structure
├── custom.css              # Styling
│
├── installation.md         # Getting Started
├── quickstart.md
├── requirements.md
│
├── concepts/               # Core Concepts
│   ├── overview.md
│   ├── canvas.md
│   ├── timeline.md
│   ├── layers.md
│   ├── onion-skinning.md
│   └── tools-overview.md
│
├── guides/                 # User Guides
│   ├── drawing-tools.md
│   ├── selection-tools.md
│   ├── color-palette.md
│   ├── animation-workflow.md
│   ├── export-formats.md
│   ├── shortcuts.md
│   └── tutorial.md
│
├── development/            # Development
│   ├── architecture.md
│   ├── project-structure.md
│   ├── code-organization.md
│   ├── building.md
│   └── contributing.md
│
├── reference/              # Reference
│   ├── api-overview.md
│   ├── file-formats.md
│   ├── configuration.md
│   ├── faq.md
│   └── troubleshooting.md
│
└── community/              # Community
    ├── contributors.md
    ├── code-of-conduct.md
    ├── security.md
    └── license.md

Deployment

GitHub Pages

  1. Build: mdbook build
  2. Copy book/ contents to docs/ folder
  3. Push to repository
  4. Enable GitHub Pages in settings

Other Hosts

Upload the book/ directory to any static hosting:

  • Netlify
  • Vercel
  • Surge.sh
  • Any web server

License

This documentation is licensed under the same GPL v3 license as Celstomp.

Contact


Built with love by the Celstomp community.

About

Scrapped planned MDBooks Documentation Site done by ImMalloy

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors