mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Flatten the docs structure
This commit is contained in:
@@ -14,20 +14,20 @@ Welcome to the Llamactl documentation!
|
|||||||
|
|
||||||
## Quick Links
|
## Quick Links
|
||||||
|
|
||||||
- [Installation Guide](getting-started/installation.md) - Get Llamactl up and running
|
- [Installation Guide](installation.md) - Get Llamactl up and running
|
||||||
- [Configuration Guide](getting-started/configuration.md) - Detailed configuration options
|
- [Configuration Guide](configuration.md) - Detailed configuration options
|
||||||
- [Quick Start](getting-started/quick-start.md) - Your first steps with Llamactl
|
- [Quick Start](quick-start.md) - Your first steps with Llamactl
|
||||||
- [Managing Instances](user-guide/managing-instances.md) - Instance lifecycle management
|
- [Managing Instances](managing-instances.md) - Instance lifecycle management
|
||||||
- [API Reference](user-guide/api-reference.md) - Complete API documentation
|
- [API Reference](api-reference.md) - Complete API documentation
|
||||||
|
|
||||||
|
|
||||||
## Getting Help
|
## Getting Help
|
||||||
|
|
||||||
If you need help or have questions:
|
If you need help or have questions:
|
||||||
|
|
||||||
- Check the [Troubleshooting](user-guide/troubleshooting.md) guide
|
- Check the [Troubleshooting](troubleshooting.md) guide
|
||||||
- Visit the [GitHub repository](https://github.com/lordmathis/llamactl)
|
- Visit the [GitHub repository](https://github.com/lordmathis/llamactl)
|
||||||
- Review the [Configuration Guide](getting-started/configuration.md) for advanced settings
|
- Review the [Configuration Guide](configuration.md) for advanced settings
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ Llamactl provides two ways to manage instances:
|
|||||||
- **Web UI**: Accessible at `http://localhost:8080` with an intuitive dashboard
|
- **Web UI**: Accessible at `http://localhost:8080` with an intuitive dashboard
|
||||||
- **REST API**: Programmatic access for automation and integration
|
- **REST API**: Programmatic access for automation and integration
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Authentication
|
### Authentication
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ Each instance is displayed as a card showing:
|
|||||||
|
|
||||||
### Via Web UI
|
### Via Web UI
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
1. Click the **"Create Instance"** button on the dashboard
|
1. Click the **"Create Instance"** button on the dashboard
|
||||||
2. Enter a unique **Name** for your instance (only required field)
|
2. Enter a unique **Name** for your instance (only required field)
|
||||||
@@ -185,6 +185,6 @@ curl http://localhost:8080/v1/models
|
|||||||
|
|
||||||
## Next Steps
|
## Next Steps
|
||||||
|
|
||||||
- Manage instances [Managing Instances](../user-guide/managing-instances.md)
|
- Manage instances [Managing Instances](managing-instances.md)
|
||||||
- Explore the [API Reference](../user-guide/api-reference.md)
|
- Explore the [API Reference](api-reference.md)
|
||||||
- Configure advanced settings in the [Configuration](configuration.md) guide
|
- Configure advanced settings in the [Configuration](configuration.md) guide
|
||||||
14
mkdocs.yml
14
mkdocs.yml
@@ -49,14 +49,12 @@ markdown_extensions:
|
|||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Getting Started:
|
- Installation: installation.md
|
||||||
- Installation: getting-started/installation.md
|
- Quick Start: quick-start.md
|
||||||
- Quick Start: getting-started/quick-start.md
|
- Configuration: configuration.md
|
||||||
- Configuration: getting-started/configuration.md
|
- Managing Instances: managing-instances.md
|
||||||
- User Guide:
|
- API Reference: api-reference.md
|
||||||
- Managing Instances: user-guide/managing-instances.md
|
- Troubleshooting: troubleshooting.md
|
||||||
- API Reference: user-guide/api-reference.md
|
|
||||||
- Troubleshooting: user-guide/troubleshooting.md
|
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
|
|||||||
Reference in New Issue
Block a user