Skip to content

Commit a48476d

Browse files
authored
[docs] chore(clean-info): clean info log from mkdocs
1 parent 950d551 commit a48476d

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/deployment/breaking-changes/2.1.0-encrypting-password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
With the introduction of the composer catalog, built-in connectors are managed through the OpenAEV UI. Those connectors have their configuration saved in database.
1010

11-
For security reasons, the properties of type password need to be encrypted inside the database. This means that we need to introduce two new mandatory properties (as you can see here in the page dedicated to [configuration](../../configuration/#basic-parameters)) :
11+
For security reasons, the properties of type password need to be encrypted inside the database. This means that we need to introduce two new mandatory properties (as you can see here in the page dedicated to [configuration](../configuration.md#basic-parameters)) :
1212

1313
| Parameter | Environment variable | Default value | Description |
1414
|:-----------------------------------|:-----------------------------------|:----------------------|:-------------------------------------------------------------------------------------------------------------------------|

docs/deployment/certificate-validation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,4 @@ When enabled, OpenAEV respects the standard `HTTP_PROXY`, `HTTPS_PROXY`, and `NO
126126

127127
## What's next?
128128

129-
- [Configuration reference](../configuration.md) — Full list of OpenAEV platform parameters.
130-
- [Deployment overview](../overview.md) — Architecture and deployment options.
129+
- [Configuration reference](configuration.md) — Full list of OpenAEV platform parameters.

docs/usage/payloads/payloads.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ To create a new payload, follow these steps:
8585

8686
| Status | Description |
8787
|----------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
88-
| <span style="color: #00f1bd"> Rules written by Human</span> | The rules have been written by a human |
89-
| <span style="color: #9575cd"> Rules generated by AI </span> | The rules have been generated by AI |
90-
| <span style="color: #ffa726"> Payload changed since rule was edited</span> | The payload has been edited since last AI rules generation **[(relevant fields)](#Fields-used-for-AI-rules-generation)** |
88+
| <span style="color: #00f1bd"> Rules written by Human</span> | The rules have been written by a human |
89+
| <span style="color: #9575cd"> Rules generated by AI </span> | The rules have been generated by AI |
90+
| <span style="color: #ffa726"> Payload changed since rule was edited</span> | The payload has been edited since last AI rules generation **[(relevant fields)](#fields-used-for-ai-rules-generation)** |
9191

9292
### Fields used for AI rules generation
9393

docs/usage/scenario.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ XTM Hub provides access to a library of pre-built OpenAEV scenarios that you can
2727

2828
From the XTM Hub, you can effortlessly deploy your desired scenario with just a single click.
2929

30-
To get started, simply register your OpenAEV platform following the instructions in our [OpenAEV registration documentation](/administration/hub/).
30+
To get started, simply register your OpenAEV platform following the instructions in our [OpenAEV registration documentation](../administration/hub.md).
3131
Next, navigate to your preferred scenario and click the ```Deploy in OpenAEV``` button located in the top right corner.
3232

3333
If you have multiple OpenAEV platforms registered, choose the platform in which you wish to deploy the scenario.
3434

3535
You will then be redirected to the OpenAEV platform, where the process will continue automatically.
3636
Within a few seconds, you'll be taken to the scenarios list, where your newly created scenario will appear.
3737

38-
![Import scenario option](/usage/assets/one-click-deploy.png)
38+
![Import scenario option](assets/one-click-deploy.png)
3939

4040
## Scenario overview
4141

docs/usage/xtm-suite-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Once the OpenCTI instance is up and running, make sure to obtain these two setti
2424
* A valid API Token associated with an account with sufficient privileges (refer to: [Configuring the Connector API token](https://docs.opencti.io/latest/deployment/connectors/#connector-token))
2525

2626
### Enabling the Security Coverage connector in OpenAEV
27-
Make sure you set a value for all mandatory configuration keys, following the [Configuration documentation for the Security Coverage Connector](../../deployment/configuration#xtm-suite-opencti).
27+
Make sure you set a value for all mandatory configuration keys, following the [Configuration documentation for the Security Coverage Connector](../deployment/configuration.md#xtm-suite-opencti).
2828

2929
### Use OpenCTI to trigger security coverage enrichments seamlessly
3030
The connector is now up and running and should be visible in OpenCTI as _OpenAEV Coverage_.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ nav:
173173
- Importing injects into a Scenario: usage/scenario-import.md
174174
- Assets: usage/assets.md
175175
- People: usage/people.md
176+
- Expectation: usage/expectations.md
176177
- Components:
177178
- Documents: usage/components/documents.md
178179
- Custom variables: usage/components/variables.md

overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
{% block announce %}
1111
Breaking Changes in OpenAEV 2.2.0 — Resolved in 2.2.1
12-
<a href="{{ '/2.1.X/deployment/breaking-changes/2.2.0-opencti-security-coverage/' }}">
12+
<a href="{{ '/2.2.X/deployment/breaking-changes/2.2.0-opencti-security-coverage/' }}">
1313
<strong>Click here to go to the migration guide.</strong>
1414
</a>
1515
{% endblock %}

0 commit comments

Comments
 (0)