ProxmoxVED/docs/misc/README.md
Michel Roegl-Brunner 960fddb9ee
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Add docs for all files in /misc
2025-10-10 11:18:59 +02:00

43 lines
1.3 KiB
Markdown

# Misc Documentation
This directory contains miscellaneous documentation for various components of the Proxmox Community Scripts project.
## Documentation Categories
### 📁 [build.func/](./build.func/)
Comprehensive documentation for the `build.func` script - the core orchestration script for Proxmox LXC container creation.
**Contents:**
- Visual execution flowcharts
- Complete environment variables reference
- Function documentation
- Detailed execution flows
- System architecture guide
- Practical usage examples
### 📁 [core.func/](./core.func/)
Fundamental utility functions and system checks that form the foundation for all other scripts.
**Contents:**
- Visual execution flowcharts
- Complete function reference
- Practical usage examples
- Integration with other components
### 📁 [error_handler.func/](./error_handler.func/)
Comprehensive error handling and signal management for Proxmox Community Scripts.
**Contents:**
- Visual execution flowcharts
- Complete function reference
- Practical usage examples
- Integration with other components
## Other Documentation
Additional miscellaneous documentation may be added here as the project grows.
---
*This directory contains specialized documentation for specific components of the Proxmox Community Scripts project.*