cleanup: remove docs/, update README & CONTRIBUTING, fix repo config (#13770)

This commit is contained in:
CanbiZ (MickLesk)
2026-04-15 15:39:19 +02:00
committed by GitHub
parent b2c0d7646e
commit 997e05dfb1
87 changed files with 296 additions and 26369 deletions

View File

@@ -1,28 +0,0 @@
# cloud-init.func Flowchart
Cloud-init VM provisioning flow.
## Cloud-Init Generation and Application
```
generate_cloud_init()
generate_user_data()
setup_ssh_keys()
Apply to VM
VM Boot
cloud-init phases
├─ system
├─ config
└─ final
VM Ready ✓
```
---
**Last Updated**: December 2025