Update documentation links and improve clarity across various files

This commit is contained in:
defiQUG
2026-03-02 12:05:31 -08:00
parent c1445f30bf
commit 9e20d471af
15 changed files with 58 additions and 58 deletions

View File

@@ -225,14 +225,14 @@ Start with: **[error_handler.func/](./error_handler.func/)** → **[EXIT_CODES.m
## 📚 **Related Top-Level Documentation**
- **[CONTRIBUTION_GUIDE.md](../CONTRIBUTION_GUIDE.md)** - How to contribute to ProxmoxVE
- **[UPDATED_APP-ct.md](../UPDATED_APP-ct.md)** - Container script guide
- **[UPDATED_APP-install.md](../UPDATED_APP-install.md)** - Installation script guide
- **[DEFAULTS_SYSTEM_GUIDE.md](../DEFAULTS_SYSTEM_GUIDE.md)** - Configuration system
- **[contribution/README.md](../contribution/README.md)** - How to contribute to ProxmoxVE
- **[UPDATED_APP-ct.md](../ct/DETAILED_GUIDE.md)** - Container script guide
- **[UPDATED_APP-install.md](../install/DETAILED_GUIDE.md)** - Installation script guide
- **[DEFAULTS_SYSTEM_GUIDE.md](../guides/DEFAULTS_SYSTEM_GUIDE.md)** - Configuration system
- **[TECHNICAL_REFERENCE.md](../TECHNICAL_REFERENCE.md)** - Architecture reference
- **[EXIT_CODES.md](../EXIT_CODES.md)** - Complete exit code reference
- **[DEV_MODE.md](../DEV_MODE.md)** - Development debugging modes
- **[CHANGELOG_MISC.md](../CHANGELOG_MISC.md)** - Change history
- **[CHANGELOG_MISC.md](../README.md)** - Change history
---

View File

@@ -255,7 +255,7 @@ netplan apply → Configure directly in interfaces
- **[install.func/](../install.func/)** - Standard installation functions
- **[core.func/](../core.func/)** - Utility functions
- **[error_handler.func/](../error_handler.func/)** - Error handling
- **[UPDATED_APP-install.md](../../UPDATED_APP-install.md)** - Application script guide
- **[UPDATED_APP-install.md](../../install/DETAILED_GUIDE.md)** - Application script guide
## Recent Updates

View File

@@ -279,7 +279,7 @@ nginx -t
- **[tools.func/](../tools.func/)** - Debian/standard tool installation
- **[core.func/](../core.func/)** - Utility functions
- **[error_handler.func/](../error_handler.func/)** - Error handling
- **[UPDATED_APP-install.md](../../UPDATED_APP-install.md)** - Application script guide
- **[UPDATED_APP-install.md](../../install/DETAILED_GUIDE.md)** - Application script guide
## Recent Updates

View File

@@ -320,7 +320,7 @@ apt-get update && apt-get install -y package-name
- **[install.func/](../install.func/)** - Container installation (similar workflow)
- **[core.func/](../core.func/)** - Utility functions
- **[error_handler.func/](../error_handler.func/)** - Error handling
- **[UPDATED_APP-install.md](../../UPDATED_APP-install.md)** - Application setup guide
- **[UPDATED_APP-install.md](../../install/DETAILED_GUIDE.md)** - Application setup guide
- **Proxmox Docs**: https://pve.proxmox.com/wiki/Cloud-Init
## Recent Updates

View File

@@ -230,7 +230,7 @@ update_os
- **[core.func/](../core.func/)** - Utility functions and messaging
- **[error_handler.func/](../error_handler.func/)** - Error handling
- **[alpine-install.func/](../alpine-install.func/)** - Alpine-specific setup
- **[UPDATED_APP-install.md](../../UPDATED_APP-install.md)** - Application script guide
- **[UPDATED_APP-install.md](../../install/DETAILED_GUIDE.md)** - Application script guide
## Recent Updates

View File

@@ -44,7 +44,7 @@ Practical examples showing how to use tool installation functions and common pat
### 🔗 [TOOLS_FUNC_INTEGRATION.md](./TOOLS_FUNC_INTEGRATION.md)
How tools.func integrates with other components and provides package/tool services.
### 🔧 [TOOLS_FUNC_ENVIRONMENT_VARIABLES.md](./TOOLS_FUNC_ENVIRONMENT_VARIABLES.md)
### 🔧 [TOOLS_FUNC_FUNCTIONS_REFERENCE.md](./TOOLS_FUNC_FUNCTIONS_REFERENCE.md)
Complete reference of environment variables and configuration options.
## Key Features
@@ -225,7 +225,7 @@ When adding new tool installation functions:
- **[core.func/](../core.func/)** - Utility functions and messaging
- **[install.func/](../install.func/)** - Installation workflow management
- **[error_handler.func/](../error_handler.func/)** - Error handling and recovery
- **[UPDATED_APP-install.md](../../UPDATED_APP-install.md)** - Application script guide
- **[UPDATED_APP-install.md](../../install/DETAILED_GUIDE.md)** - Application script guide
---