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": 6,
"label": "Developer Guide"
}

View file

@ -0,0 +1,7 @@
---
sidebar_position: 4
---
# API Reference
Documentation of available APIs for integrating with Neko (WebSocket, REST, etc.).

View file

@ -0,0 +1,7 @@
---
sidebar_position: 2
---
# Building from Source
How to compile and run Neko from the source code.

View file

@ -0,0 +1,7 @@
---
sidebar_position: 1
---
# Code Structure
Explanation of the projects architecture and key components.

View file

@ -0,0 +1,7 @@
---
sidebar_position: 6
---
# Contributing Guide
How to contribute to the project, submit patches, and report issues.

View file

@ -0,0 +1,7 @@
---
sidebar_position: 3
---
# Running in Development Mode
Setting up a development environment for contributing.

View file

@ -0,0 +1,7 @@
---
sidebar_position: 7
---
# Style Guide
Code formatting, linting, and other development conventions.

View file

@ -0,0 +1,7 @@
---
sidebar_position: 5
---
# Testing & Debugging
Debugging tools, test cases, and best practices for troubleshooting.