diff --git a/docs/docs/configuration/_category_.json b/docs/docs/configuration/_category_.json new file mode 100644 index 0000000..da15243 --- /dev/null +++ b/docs/docs/configuration/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Configuration", + "position": 3, + "link": { + "type": "generated-index", + "description": "Configure RA.Aid for optimal performance and behavior." + } +} \ No newline at end of file diff --git a/docs/docs/usage/logging.md b/docs/docs/configuration/logging.md similarity index 100% rename from docs/docs/usage/logging.md rename to docs/docs/configuration/logging.md diff --git a/docs/docs/getting-help.md b/docs/docs/getting-help.md index 6253c81..145d055 100644 --- a/docs/docs/getting-help.md +++ b/docs/docs/getting-help.md @@ -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 diff --git a/docs/docs/quickstart/recommended.md b/docs/docs/quickstart/recommended.md index 1cfecbd..e8ba6e3 100644 --- a/docs/docs/quickstart/recommended.md +++ b/docs/docs/quickstart/recommended.md @@ -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). diff --git a/docs/docs/usage/_category_.json b/docs/docs/usage/_category_.json index 37b7b21..018aef4 100644 --- a/docs/docs/usage/_category_.json +++ b/docs/docs/usage/_category_.json @@ -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." } -} +} \ No newline at end of file