Skip to content

Commit 76a38ba

Browse files
jake-mahon-netwrixJake Mahon
andauthored
Fix MDX compilation errors (#204)
- Escape {x} and {y} variables in custom attribute error title - Convert style string props to JSX style objects - Fix 4 files causing static site generation errors Co-authored-by: Jake Mahon <[email protected]>
1 parent 8a21410 commit 76a38ba

4 files changed

+5
-5
lines changed

docs/kb/auditor/error_the_custom_attribute_{x}_was_requested,_but_not_set_in_domain_1_for_the_{y}_object_class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ keywords:
77
- custom attributes
88
sidebar_label: Custom Attribute Warning
99
tags: []
10-
title: "Error: The Custom Attribute {x} Was Requested, but Not Set in Domain 1 for the {y} Object Class"
10+
title: "Error: The Custom Attribute {'{'}x{'}'} Was Requested, but Not Set in Domain 1 for the {'{'}y{'}'} Object Class"
1111
knowledge_article_id: kA0Qk000000306jKAA
1212
products:
1313
- auditor
1414
---
1515

16-
# Error: The Custom Attribute {x} Was Requested, but Not Set in Domain 1 for the {y} Object Class
16+
# Error: The Custom Attribute {'{'}x{'}'} Was Requested, but Not Set in Domain 1 for the {'{'}y{'}'} Object Class
1717

1818
## Related Queries
1919

docs/kb/auditor/group-policy-error-is-not-in-a-valid-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ There are 3 possible solutions:
4949
`*The file * is not in a valid format and must be replaced.*`
5050
If you didn't find a solution please refer to the following Microsoft article regarding this issue - http://support.microsoft.com/kb/814751
5151

52-
<div id="cke_pastebin" style="width: 1px;height: 1px;"> </div>
52+
<div id="cke_pastebin" style={{width: '1px', height: '1px'}}> </div>

docs/kb/auditor/investigating-failed-logons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ If you want an overview on how Failed Logon information is collected, check this
139139

140140
If you have multiple Failed Logons, check this article: https://kb.netwrix.com/3553
141141

142-
<div id="hzImg" style="width: auto;height: auto;background-color: rgb(255, 255, 255);display: none;"> </div>
142+
<div id="hzImg" style={{width: 'auto', height: 'auto', backgroundColor: 'rgb(255, 255, 255)', display: 'none'}}> </div>

docs/kb/general/error-401-unauthorized-access-is-denied-due-to-invalid-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ To resolve the issue verify authentication settings and account permisions.
6565

6666
![User-added image](./images/ka04u00000116cs_0EM700000004xco.png)
6767

68-
<div id="cke_pastebin" style="width: 1px;height: 1px;"></div>
68+
<div id="cke_pastebin" style={{width: '1px', height: '1px'}}></div>

0 commit comments

Comments
 (0)