docs: add missing configuration pages and remove redundant H1 headers
This commit is contained in:
@@ -4,7 +4,7 @@ description: Integrating third-party plugins with WooNooW
|
||||
date: 2024-01-31
|
||||
---
|
||||
|
||||
# Addon Bridge Pattern
|
||||
|
||||
|
||||
## Philosophy
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Custom Notification Channels
|
||||
description: Learn how to add custom notification channels like WhatsApp, SMS, or Telegram to WooNooW
|
||||
---
|
||||
|
||||
# Custom Notification Channels
|
||||
|
||||
|
||||
WooNooW supports custom notification channels through a pluggable architecture. You can extend the notification system to send messages via WhatsApp, SMS, Telegram, or any other service.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Integrating Addons usage with Module Registry
|
||||
date: 2024-01-31
|
||||
---
|
||||
|
||||
# Addon-Module Integration
|
||||
|
||||
|
||||
## Vision
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Using React within WooNooW Addons
|
||||
date: 2024-01-31
|
||||
---
|
||||
|
||||
# Addon React Integration
|
||||
|
||||
|
||||
## The Challenge
|
||||
|
||||
|
||||
17
contents/docs/developer/overview/index.mdx
Normal file
17
contents/docs/developer/overview/index.mdx
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Developer Guide
|
||||
description: Extend and customize WooNooW.
|
||||
---
|
||||
|
||||
## Core Concepts
|
||||
|
||||
WooNooW is built with extensibility in mind.
|
||||
|
||||
### [Addons System](/docs/developer/addons/module-integration)
|
||||
Learn how to create custom modules that plug into the WooNooW ecosystem.
|
||||
|
||||
### [React Integration](/docs/developer/addons/react-integration)
|
||||
Understand how we bridge PHP and React to create seamless admin interfaces.
|
||||
|
||||
### [API Reference](/docs/developer/api/licensing)
|
||||
Detailed documentation of our REST API endpoints.
|
||||
Reference in New Issue
Block a user