Feature Request
We need to transition from the current dev container setup to a production-ready container that can be run in a 'central' repository with submodules. The @main.typ file should support narrative text and import statements for submodules, enabling configurable documentation generation based on folder structures.
Use Case
Currently, we're compiling everything inside a dev container for prototyping document generation. This needs to evolve into a production system where:
- A central repository contains the main documentation structure
- Submodules can be included via configurable import statements
- Documentation generation is automated based on folder structures
- The system supports both default configurations and custom overrides
Proposed Solution
- Container Architecture: Create a production container that supports submodule-based documentation
- Import System: Implement
#include(example/python-project) style imports that can pull documentation from submodules
- Configuration: Support configurable documentation generation with sensible defaults
- Folder Structure: Define standard folder structures that the system can automatically process
- Integration: Ensure compatibility with existing typst-based documentation system
Acceptance Criteria
Related Issues
- This builds upon the current dev container setup in technical-documentations
- Will require coordination with other MorePET repositories for submodule integration
Feature Request
We need to transition from the current dev container setup to a production-ready container that can be run in a 'central' repository with submodules. The @main.typ file should support narrative text and import statements for submodules, enabling configurable documentation generation based on folder structures.
Use Case
Currently, we're compiling everything inside a dev container for prototyping document generation. This needs to evolve into a production system where:
Proposed Solution
#include(example/python-project)style imports that can pull documentation from submodulesAcceptance Criteria
Related Issues