clean up docs

This commit is contained in:
AI Christianson 2025-03-07 11:41:22 -05:00
parent 9e9c3ad3d2
commit 95f9d8c2c4
5 changed files with 12 additions and 4 deletions

View File

@ -0,0 +1,8 @@
{
"label": "Configuration",
"position": 3,
"link": {
"type": "generated-index",
"description": "Configure RA.Aid for optimal performance and behavior."
}
}

View File

@ -10,7 +10,7 @@ RA.Aid maintains detailed logs that can help diagnose many common issues. By def
1. Check the most recent log file in `.ra-aid/logs/` directory
2. Look for ERROR or WARNING level messages that might indicate what went wrong
3. For more detailed logging options, see the [Logging documentation](/usage/logging)
3. For more detailed logging options, see the [Logging documentation](/configuration/logging)
### Common Problems

View File

@ -71,4 +71,4 @@ ra-aid -m "Your task" --log-mode file --log-level debug
ra-aid -m "Your task" --log-mode console --log-level info
```
For more detailed logging configuration, see the [Logging documentation](../usage/logging.md).
For more detailed logging configuration, see the [Logging documentation](../configuration/logging.md).

View File

@ -1,6 +1,6 @@
{
"label": "Usage",
"position": 3,
"position": 4,
"link": {
"type": "generated-index",
"description": "Learn how to use RA.Aid effectively in different scenarios."