From 6a0d3fd443380d12148a205f040b8d68ecbe48c3 Mon Sep 17 00:00:00 2001 From: master3395 Date: Sun, 4 Jan 2026 21:29:24 +0100 Subject: [PATCH] Add PLUGINS.md reference to INDEX.md - Added Plugin System Guide to Plugins & Extensions section - Added plugin system to Feature-Specific Guides section - Author: master3395 --- guides/INDEX.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guides/INDEX.md b/guides/INDEX.md index 94100e9d8..2e2ac389b 100644 --- a/guides/INDEX.md +++ b/guides/INDEX.md @@ -43,6 +43,9 @@ Welcome to the CyberPanel documentation hub! This folder contains all guides, tu ### 🎨 Customization & Design - **[Custom CSS Guide](CUSTOM_CSS_GUIDE.md)** - Complete guide for creating custom CSS that works with CyberPanel 2.5.5-dev design system +### 🔌 Plugins & Extensions +- **[Plugin System Guide](PLUGINS.md)** - Complete guide to CyberPanel plugin system, development, testPlugin reference, and plugin management + ### 🔐 Security & Authentication - **[2FA Authentication Guide](2FA_AUTHENTICATION_GUIDE.md)** - Complete guide for Two-Factor Authentication and WebAuthn/Passkey setup @@ -99,6 +102,7 @@ Welcome to the CyberPanel documentation hub! This folder contains all guides, tu - **Email Marketing**: [Mautic Installation Guide](MAUTIC_INSTALLATION_GUIDE.md) - **Storage Management**: [Home Directory Management Guide](HOME_DIRECTORY_MANAGEMENT_GUIDE.md) - **Customization & Design**: [Custom CSS Guide](CUSTOM_CSS_GUIDE.md) +- **Plugin System**: [Plugin System Guide](PLUGINS.md) - **Command Line Interface**: [CLI Command Reference](CLI_COMMAND_REFERENCE.md) - **Development**: [Contributing Guide](CONTRIBUTING.md)