Add docs for all files in /misc

This commit is contained in:
Michel Roegl-Brunner
2025-10-10 11:18:59 +02:00
parent b006c4f74b
commit 960fddb9ee
19 changed files with 7095 additions and 0 deletions

42
docs/misc/README.md Normal file
View File

@@ -0,0 +1,42 @@
# 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.*