WIP skeleton for new docs.

This commit is contained in:
Miroslav Šedivý 2025-02-08 20:30:50 +01:00
parent b23ca1af04
commit 4fad1b5a57
43 changed files with 277 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{
"position": 8,
"label": "Integration & Extensibility"
}

View file

@ -0,0 +1,7 @@
---
sidebar_position: 2
---
# Automating with Webhooks
Using webhooks to trigger actions in response to Neko events.

View file

@ -0,0 +1,7 @@
---
sidebar_position: 3
---
# Custom Configurations
Advanced settings and custom scripts for extending Nekos functionality.

View file

@ -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.