clean up docs
This commit is contained in:
parent
9e9c3ad3d2
commit
95f9d8c2c4
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"label": "Configuration",
|
||||
"position": 3,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Configure RA.Aid for optimal performance and behavior."
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"label": "Usage",
|
||||
"position": 3,
|
||||
"position": 4,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Learn how to use RA.Aid effectively in different scenarios."
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue