mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-31 15:29:41 +02:00
WIP skeleton for new docs.
This commit is contained in:
parent
b23ca1af04
commit
4fad1b5a57
43 changed files with 277 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"position": 8,
|
||||
"label": "Integration & Extensibility"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Automating with Webhooks
|
||||
|
||||
Using webhooks to trigger actions in response to Neko events.
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Custom Configurations
|
||||
|
||||
Advanced settings and custom scripts for extending Neko’s functionality.
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Embedding Neko in Web Apps
|
||||
|
||||
How to embed Neko as an iframe or integrate it into existing web applications.
|
Loading…
Add table
Add a link
Reference in a new issue