Fix typos and consistent naming for Llamactl across documentation

This commit is contained in:
2025-08-31 14:28:17 +02:00
parent bd31c03f4a
commit 0b264c8015
12 changed files with 45 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
# API Reference
Complete reference for the LlamaCtl REST API.
Complete reference for the Llamactl REST API.
## Base URL
@@ -314,7 +314,7 @@ GET /api/system/info
### Get Configuration
Get current LlamaCtl configuration.
Get current Llamactl configuration.
```http
GET /api/config
@@ -322,7 +322,7 @@ GET /api/config
### Update Configuration
Update LlamaCtl configuration (requires restart).
Update Llamactl configuration (requires restart).
```http
PUT /api/config

View File

@@ -1,6 +1,6 @@
# Managing Instances
Learn how to effectively manage your Llama.cpp instances with LlamaCtl.
Learn how to effectively manage your Llama.cpp instances with Llamactl.
## Instance Lifecycle

View File

@@ -1,6 +1,6 @@
# Web UI Guide
The LlamaCtl Web UI provides an intuitive interface for managing your Llama.cpp instances.
The Llamactl Web UI provides an intuitive interface for managing your Llama.cpp instances.
## Overview
@@ -169,7 +169,7 @@ If authentication is enabled:
### Common UI Issues
**Page won't load:**
- Check if LlamaCtl server is running
- Check if Llamactl server is running
- Verify the correct URL and port
- Check browser console for errors