refactor: reorganize examples directory with topic-based subdirectories
Reorganize examples directory into logical topic-based subdirectories with comprehensive documentation: - templates/: ISO/ARC42 documentation templates - asset-management/: Asset management prototypes and demos - essays/: Long-form content examples - invoicing/: Invoice generation examples - plugins/: Plugin development examples - issue-demos/: Issue prevention demonstrations - design-patterns/: Design pattern examples Each subdirectory includes a README.txt file with topic description and contributor signatures based on file creation timestamps. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9f4e296dd3
commit
ed33766c91
39 changed files with 83 additions and 0 deletions
11
examples/plugins/README.txt
Normal file
11
examples/plugins/README.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Plugin Development Examples
|
||||
|
||||
This directory contains example plugin implementations for MarkiTect:
|
||||
|
||||
- example_processor.py: Example of a content processor plugin
|
||||
- example_formatter.py: Example of a content formatter plugin
|
||||
|
||||
These examples show how to extend MarkiTect's functionality through the plugin
|
||||
architecture, providing templates for custom processing and formatting plugins.
|
||||
|
||||
--worsch, 25-10-03
|
||||
Loading…
Add table
Add a link
Reference in a new issue