Skip to content

Commit 2dbe744

Browse files
jtvioletclaude
andcommitted
fix: resolve MDX compilation errors in threatmanager docs
- Fixed curly braces in variable examples causing MDX parsing errors - Escaped {attributename}, {3:AttributeName}, {{Investigation_Name}} syntax - Fixed angle brackets and conditional statements in code examples - Resolved 8 MDX compilation errors across threatmanager documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c8658f7 commit 2dbe744

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

docs/threatmanager/threatmanager/administration/configuration/integrations/authenticationprovider/radius.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ Configure the following settings for a RADIUS provider on the Configuration tab
2424
- User Name Format Type – Active Directory attribute or attributes that will be sent to the RADIUS authentication provider to identify the user. Some common identification attributes are available in the drop-down list. If necessary, a custom option is also provided. This option instructs the application to send a custom value to the RADIUS provider based on the user's Active Directory attribute, supplied in the Custom Name Format field.
2525
- Custom Name Format – This field appears when the Custom User Name Format Type is selected. It has a unique syntax as follows:
2626

27-
- Active Directory Attribute: {attributename}
27+
- Active Directory Attribute: `{attributename}`
2828

29-
- Example – {firstname}\_{lastname}
30-
- First Character(s) of an Active Directory Attribute: {3:AttributeName} – Where "3" is the number of characters to select
29+
- Example – `{firstname}\_{lastname}`
30+
- First Character(s) of an Active Directory Attribute: `{3:AttributeName}` – Where "3" is the number of characters to select
3131

32-
- Example – {1:firstname}\_{lastname}
33-
- Last Character(s) of an Active Directory Attribute: {AttributeName:3} – Where "3" is the number of characters to select
32+
- Example – `{1:firstname}\_{lastname}`
33+
- Last Character(s) of an Active Directory Attribute: `{AttributeName:3}` – Where "3" is the number of characters to select
3434

35-
- Example – {firstname}\_{telephoneNumber:4}
35+
- Example – `{firstname}\_{telephoneNumber:4}`
3636
- Text values can be hard coded to send a static text value for each user:
3737

38-
- Example – MyCompany\_{lastname}
38+
- Example – `MyCompany\_{lastname}`
3939
- Max Retries – The maximum number of times to attempt reconnecting to the RADIUS proxy if unable to connect
4040
- Timeouts (in seconds) – The default timeout value for RADIUS connection and authentication requests. The default value is 60 seconds.
4141

docs/threatmanager/threatmanager/administration/configuration/integrations/tagmanagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ __Step 4 –__ Use the Type drop-down menu to apply the desired object type filt
126126

127127
__Step 5 –__ In the Tagged Items box, check the box to the left of the desired object(s).
128128

129-
__Step 6 –__ Click the arrow (<) between the Untagged Items box and the Tagged Items box to remove the tag from the selected object(s).
129+
__Step 6 –__ Click the arrow (`<`) between the Untagged Items box and the Tagged Items box to remove the tag from the selected object(s).
130130

131131
The tag is removed from the selected objects.

docs/threatmanager/threatmanager/administration/investigations/options/export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The name of the respective investigation is displayed as a link. Click it to vie
6060

6161
__Step 3 –__ By default the schedule is enabled. You can disable it with the toggle button by the window name.
6262

63-
__Step 4 –__ Modify the text in the Export name field as desired. The default name is: Export for {{Investigation\_Name}}. This variable will be replaced with the name of the investigation. The + button opens a variable menu for the field.
63+
__Step 4 –__ Modify the text in the Export name field as desired. The default name is: Export for `{{Investigation\_Name}}`. This variable will be replaced with the name of the investigation. The + button opens a variable menu for the field.
6464

6565
__Step 5 –__ Select a shared folder from the __Publish folder__ drop-down menu. Only folders configured on the Folder Settings page of the Integrations interface will be listed here.
6666

@@ -72,7 +72,7 @@ __Step 7 –__ Set the start date, time, and timezone for the selected frequency
7272
- Time – This field opens a clock. You can also type a date in the field.
7373
- Timezone – This field opens a drop-down menu. Select the desired timezone.
7474

75-
__Step 8 –__ Set the file name in the File name field. The default name is: {{Investigation\_Name}}\_{{Date}}. This variable will be replaced with the name of the investigation. The + button opens a variable menu for the field.
75+
__Step 8 –__ Set the file name in the File name field. The default name is: `{{Investigation\_Name}}\_{{Date}}`. This variable will be replaced with the name of the investigation. The + button opens a variable menu for the field.
7676

7777
__Step 9 –__ Select the file format for the export from the drop-down menu: CSV, PDF, JSON, Excel Viewing.
7878

docs/threatmanager/threatmanager/administration/investigations/options/subscription.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The name of the respective investigation is displayed as a link. Click it to vie
1616

1717
__Step 2 –__ By default the subscription is enabled. You can disable it with the toggle button by the window name.
1818

19-
__Step 3 –__ Modify the subscription name as desired in the Subscription name field. The default name is: Subscription for {{Investigation\_Name}}. This variable will be replaced with the name of the investigation. The + button opens a variable menu for the field.
19+
__Step 3 –__ Modify the subscription name as desired in the Subscription name field. The default name is: Subscription for `{{Investigation\_Name}}`. This variable will be replaced with the name of the investigation. The + button opens a variable menu for the field.
2020

2121
__Step 4 –__ Enter the email addresses for the recipients of this report subscription in the Recipients box.
2222

@@ -30,9 +30,9 @@ __Step 6 –__ Set a frequency. Options in the Frequency drop-down menu are: Onc
3030

3131
__Step 7 –__ There are two additional settings in the Advanced Options section. Click the arrow to expand this section.
3232

33-
__Step 8 –__ Modify the email subject line in the Email subject field as desired. The default name is: Subscription to{{Investigation\_Name}} at {{Date}}. These variables will be replaced with the name of the investigation and the date of the report. The + button opens a variable menu for the field.
33+
__Step 8 –__ Modify the email subject line in the Email subject field as desired. The default name is: Subscription to`{{Investigation\_Name}}` at `{{Date}}`. These variables will be replaced with the name of the investigation and the date of the report. The + button opens a variable menu for the field.
3434

35-
__Step 9 –__ Set the file name in the File name field. The default name is: {{Investigation\_Name}}\_{{Date}}. This variable will be replaced with the name of the investigation. The + button opens a variable menu for the field.
35+
__Step 9 –__ Set the file name in the File name field. The default name is: `{{Investigation\_Name}}\_{{Date}}`. This variable will be replaced with the name of the investigation. The + button opens a variable menu for the field.
3636

3737
__Step 10 –__ Select the file format for the export from the drop-down menu: CSV, PDF, JSON, Excel Viewing.
3838

docs/threatmanager/threatmanager/administration/playbooks/action/localhost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The PowerShell Script action executes a specified PowerShell script. This action
1313

1414
$Session = New-PSSession -ComputerName "Computer01" -Credential $Credential
1515

16-
Invoke-Command -Session $Session -ScriptBlock {Write-Host "Hello World"}
16+
Invoke-Command -Session $Session -ScriptBlock `{Write-Host "Hello World"}`
1717

1818
## Send Email
1919

docs/threatmanager/threatmanager/install/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The table displays ```Postgres.conf``` settings and their suggested values.
5858
| max\_connections | 100 | |
5959
| maintenance\_work\_mem | maintenance\_work\_mem = totalMemory / 16 | cap maintenance memory at 2GB on servers with lots of memory |
6060
| default\_statistics\_target | 100 | |
61-
| random\_page\_cost | if ( disk\_is\_hdd ) { random\_page\_cost = 4 } else { random\_page\_cost = 1.1 } | |
61+
| random\_page\_cost | if ( disk\_is\_hdd ) `{ random\_page\_cost = 4 }` else `{ random\_page\_cost = 1.1 }` | |
6262
| max\_parallel\_workers | max\_parallel\_workers = cpuNum | |
6363
| max\_worker\_processes | 8 | |
6464
| max\_parallel\_workers\_per\_gather | 2 | |

docs/threatmanager/threatmanager/install/integration/enterpriseauditor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ _Remember,_ , the Threat Manager App Token is generated within Threat Manager.
4848
Create a Connection Profile and set the following information on the User Credentials window:
4949

5050
- Select Account Type – Web Services (JWT)
51-
- Domain – {not a field for this type of credential, defaults to <WSJWT>}
51+
- Domain – `{not a field for this type of credential, defaults to <WSJWT>}`
5252
- User name – This field should be left blank
5353
- Password Storage: Application – Uses Access Analyzer’s configured Profile Security setting as selected at the Settings > Other Settings node
5454
- Access Token – Copy and paste the Threat Manager App Token

docs/threatmanager/threatmanager/threats/custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ __Step 6 –__ Severity – The relative severity level, or risk level, of the t
3434

3535
__Step 7 –__ Description – Description of the threat.
3636

37-
__NOTE:__ Click the + sign in the description box to insert the {{userName}} macro. The macro will associate the user that committed the threat.
37+
__NOTE:__ Click the + sign in the description box to insert the `{{userName}}` macro. The macro will associate the user that committed the threat.
3838

3939
__Step 8 –__ Definition – The threat definition is a detailed explanation of the threat providing insight into why the incident is a potential risk. It appears at the top of the Threat Details page. See the [Threat Details Page](/docs/threatmanager/threatmanager/administration/threatdetails/overview.md) topic for additional information.
4040

0 commit comments

Comments
 (0)