2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-07 15:27:13 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-07 15:27:13 +01:00
2025-11-27 16:27:01 +01:00
2025-11-28 10:52:23 +01:00
2025-11-27 16:27:01 +01:00
2025-11-07 15:27:13 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-07 15:27:13 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00
2025-11-27 16:27:01 +01:00

Echoes of the Ashes - Documentation Index

📚 Documentation Overview

This directory contains all project documentation organized by category.

📁 Directory Structure

/docs/development/

Technical documentation for developers

/docs/game/

Game design and mechanics documentation

/docs/api/

API documentation and integration guides

  • Telegram Bot API - Bot command reference
  • Database Schema - Data models and relationships
  • Web Map Editor - Map editor API and usage

For Developers

For Game Designers

For Players

📝 Documentation Standards

Markdown Guidelines

  • Use clear, descriptive headings
  • Include code examples where relevant
  • Keep lines under 100 characters for readability
  • Use emoji sparingly for visual organization

File Naming

  • Use SCREAMING_SNAKE_CASE.md for major documentation
  • Use PascalCase.md for component-specific docs
  • Use kebab-case.md for guides and tutorials

Document Structure

# Title

## Overview
Brief description

## Table of Contents
- [Section 1](#section-1)
- [Section 2](#section-2)

## Content
Detailed information

## See Also
Related documentation

🔄 Recent Updates

October 19, 2025

  • Reorganized documentation into structured folders
  • Created documentation index (this file)
  • Moved development docs from root to docs/development/
  • Added visual HP/Stamina bars - Progress bars for better UI feedback
  • Refactored handler system into modular architecture
  • Created comprehensive bot module documentation
  • Added utility functions for visual progress displays

October 18, 2025

  • Refactored handler system into modular architecture
  • Created comprehensive bot module documentation
  • Added refactoring notes and summaries

📖 Contributing to Documentation

When adding new documentation:

  1. Choose the right folder:

    • development/ - Technical/code documentation
    • game/ - Game design and mechanics
    • api/ - API references and integration
  2. Update this index with links to new documents

  3. Follow naming conventions as outlined above

  4. Include:

    • Clear title and overview
    • Table of contents for longer docs
    • Code examples where applicable
    • Links to related documentation
  5. Keep it updated - Documentation should match the code

🔍 Finding Documentation

By Topic

By File Type

  • README files - Quick overviews and getting started guides
  • Technical specs - Detailed architecture and implementation
  • Guides - Step-by-step tutorials
  • Reference - API documentation and data schemas

📧 Questions?

If you can't find what you're looking for:

  1. Check the main README
  2. Search through existing documentation
  3. Look at code comments and docstrings
  4. Create an issue for missing documentation

Last Updated: October 19, 2025
Maintained by: Development Team

Description
No description provided
Readme 114 MiB
Languages
Python 46.1%
TypeScript 25.1%
JavaScript 12.3%
CSS 11.5%
HTML 3.8%
Other 1.2%