Plugin packaging and docs
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
| **Read design guide** | [30-FRONTEND/DESIGN-GUIDE.md](30-FRONTEND/DESIGN-GUIDE.md) |
|
||||
| Understand frontend structure | [30-FRONTEND/PAGES.md](30-FRONTEND/PAGES.md) |
|
||||
| Trace a workflow end-to-end | [40-WORKFLOWS/](#workflows) |
|
||||
| **Manage WordPress plugin** | [60-PLUGINS/WORDPRESS-INTEGRATION.md](60-PLUGINS/WORDPRESS-INTEGRATION.md) |
|
||||
| **Release plugin update** | [60-PLUGINS/PLUGIN-UPDATE-WORKFLOW.md](60-PLUGINS/PLUGIN-UPDATE-WORKFLOW.md) |
|
||||
| Look up model fields | [90-REFERENCE/MODELS.md](90-REFERENCE/MODELS.md) |
|
||||
| **Payment system (Stripe/PayPal/Bank)** | [90-REFERENCE/PAYMENT-SYSTEM.md](90-REFERENCE/PAYMENT-SYSTEM.md) |
|
||||
| See prelaunch checklist | [plans/FINAL-PRELAUNCH.md](plans/FINAL-PRELAUNCH.md) |
|
||||
@@ -133,6 +135,22 @@
|
||||
|
||||
---
|
||||
|
||||
## 60-PLUGINS - Plugin Distribution & Management
|
||||
|
||||
| Document | Purpose |
|
||||
|----------|---------|
|
||||
| [INDEX.md](60-PLUGINS/INDEX.md) | Plugin management overview |
|
||||
| [WORDPRESS-INTEGRATION.md](60-PLUGINS/WORDPRESS-INTEGRATION.md) | Complete WordPress integration guide (app-side) |
|
||||
| [PLUGIN-UPDATE-WORKFLOW.md](60-PLUGINS/PLUGIN-UPDATE-WORKFLOW.md) | How to release updates, verification checklist |
|
||||
|
||||
**Key Points:**
|
||||
- Plugin source: `/plugins/wordpress/source/igny8-wp-bridge/`
|
||||
- Distribution: `/plugins/wordpress/dist/`
|
||||
- Django app: `/backend/igny8_core/plugins/`
|
||||
- API domain: `api.igny8.com` (not app.igny8.com)
|
||||
|
||||
---
|
||||
|
||||
## 90-REFERENCE - Quick Lookup
|
||||
|
||||
| Document | Purpose |
|
||||
|
||||
Reference in New Issue
Block a user