Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"""
Sincpro Framework Auto-Documentation System

This module provides comprehensive documentation generation capabilities for Sincpro Framework applications.
It can generate both traditional MkDocs-ready markdown documentation and AI-optimized chunked JSON schemas.
"""

from sincpro_framework.generate_documentation.service import (
    build_documentation,
    generate_chunked_json_schema,
)

__all__ = ["build_documentation", "generate_chunked_json_schema"]