docs: remove none-existing webpage and update documentation admonition styles to allow collapsible format

This commit is contained in:
ofir-frd
2025-06-06 15:40:47 +03:00
parent 4fdbcdf86a
commit c635887949
6 changed files with 9 additions and 10 deletions

View File

@ -195,7 +195,7 @@ This following steps will help you check if the basic auth is working correctly,
2. run the following Python script (after replacing the placeholders with your actual values): 2. run the following Python script (after replacing the placeholders with your actual values):
??? example "Script to validate basic auth" ???- example "Script to validate basic auth"
```python ```python
from jira import JIRA from jira import JIRA
@ -251,7 +251,7 @@ This following steps will help you check if the token is working correctly, and
2. run the following Python script (after replacing the placeholders with your actual values): 2. run the following Python script (after replacing the placeholders with your actual values):
??? example "Script to validate PAT token" ??? example- "Script to validate PAT token"
```python ```python
from jira import JIRA from jira import JIRA

View File

@ -27,7 +27,7 @@ In order to enable the RAG feature, add the following lines to your configuratio
enable_rag=true enable_rag=true
``` ```
!!! example "RAG Arguments Options" ???+ example "RAG Arguments Options"
<table> <table>
<tr> <tr>

View File

@ -73,7 +73,7 @@ enable_pr_diagram = true
## Configuration options ## Configuration options
!!! example "Possible configurations" ???+ example "Possible configurations"
<table> <table>
<tr> <tr>

View File

@ -586,7 +586,7 @@ Note: Chunking is primarily relevant for large PRs. For most PRs (up to 600 line
## Configuration options ## Configuration options
??? example "General options" ???+ example "General options"
<table> <table>
<tr> <tr>
@ -646,7 +646,7 @@ Note: Chunking is primarily relevant for large PRs. For most PRs (up to 600 line
</tr> </tr>
</table> </table>
??? example "Params for number of suggestions and AI calls" ???+ example "Params for number of suggestions and AI calls"
<table> <table>
<tr> <tr>

View File

@ -51,7 +51,7 @@ extra_instructions = "..."
## Configuration options ## Configuration options
!!! example "General options" ???+ example "General options"
<table> <table>
<tr> <tr>
@ -76,7 +76,7 @@ extra_instructions = "..."
</tr> </tr>
</table> </table>
!!! example "Enable\\disable specific sub-sections" ???+ example "Enable\\disable specific sub-sections"
<table> <table>
<tr> <tr>
@ -105,7 +105,7 @@ extra_instructions = "..."
</tr> </tr>
</table> </table>
!!! example "Adding PR labels" ???+ example "Adding PR labels"
You can enable\disable the `review` tool to add specific labels to the PR: You can enable\disable the `review` tool to add specific labels to the PR:

View File

@ -16,7 +16,6 @@ nav:
- Introduction: 'usage-guide/introduction.md' - Introduction: 'usage-guide/introduction.md'
- Enabling a Wiki: 'usage-guide/enabling_a_wiki.md' - Enabling a Wiki: 'usage-guide/enabling_a_wiki.md'
- Configuration File: 'usage-guide/configuration_options.md' - Configuration File: 'usage-guide/configuration_options.md'
- AWS Secrets Manager: 'usage-guide/aws_secrets_manager.md'
- Usage and Automation: 'usage-guide/automations_and_usage.md' - Usage and Automation: 'usage-guide/automations_and_usage.md'
- Managing Mail Notifications: 'usage-guide/mail_notifications.md' - Managing Mail Notifications: 'usage-guide/mail_notifications.md'
- Changing a Model: 'usage-guide/changing_a_model.md' - Changing a Model: 'usage-guide/changing_a_model.md'