Skip to content

Conversation

@aleks-mashanski-netwrix
Copy link
Contributor

No description provided.

Aleks Mashanski added 15 commits July 16, 2025 13:03
/configuration/fileservers/delldatastorage/cifss
/configuration/fileservers/netappcmode/cifs
/configuration/fileservers/windows/objectlevel

Manual changes were also required
/configuration/microsoft365/exchangeonline/permissions topic
 /configuration/oracle/permissions topic
/admin/search/filteradvanced
(the second biggest issue, in my opinion)
topic (Stuart script has been used)
Fixing JSON and XML here (in progress)
(Stuart's script has also been implemented)
@stuart-jaeckel-netwrix
Copy link
Contributor

@aleks-mashanski-netwrix I'm getting some errors relating to html tags when trying to run the development server on your branch. The main issue seems to be that for line breaks you need to use <br /> and not just <br>. Can you please fix these.

× Module build failed:
╰─▶ × Error: MDX compilation failed for file "C:\Docusaurus\docs\docs\auditor\10.7\api\activityrecordreference.md"
│ Cause: Unexpected closing tag </li>, expected corresponding closing tag for <br> (26:543-26:547)
│ Details:
│ {
│ "column": 547,
│ "message": "Unexpected closing tag </li>, expected corresponding closing tag for <br> (26:543-26:547)",
│ "line": 26,
│ "name": "26:547-26:552",
│ "place": {
│ "start": {
│ "_bufferIndex": 455,
│ "_index": 0,
│ "line": 26,
│ "column": 547,
│ "offset": 15474
│ },
│ "end": {
│ "_bufferIndex": 460,
│ "_index": 0,
│ "line": 26,
│ "column": 552,
│ "offset": 15479
│ }
│ },
│ "reason": "Unexpected closing tag </li>, expected corresponding closing tag for <br> (26:543-26:547)",
│ "ruleId": "end-tag-mismatch",
│ "source": "mdast-util-mdx-jsx"
│ }

│ at compileToJSX (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\utils.js:93:15)
│ at async loadMDX (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\loader.js:22:20)
│ at async Object.mdxLoader (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\loader.js:157:24)


× Module build failed:
╰─▶ × Error: MDX compilation failed for file "C:\Docusaurus\docs\docs\auditor\10.7\api\compatibility.md"
│ Cause: Expected a closing tag for <br> (14:41-14:45) before the end of tableData
│ Details:
│ {
│ "column": 1,
│ "message": "Expected a closing tag for <br> (14:41-14:45) before the end of tableData",
│ "line": 14,
│ "name": "14:1-14:94",
│ "place": {
│ "start": {
│ "_bufferIndex": 0,
│ "_index": 23,
│ "line": 14,
│ "column": 1,
│ "offset": 1212
│ },
│ "end": {
│ "_bufferIndex": 93,
│ "_index": 23,
│ "line": 14,
│ "column": 94,
│ "offset": 1305
│ }
│ },
│ "reason": "Expected a closing tag for <br> (14:41-14:45) before the end of tableData",
│ "ruleId": "end-tag-mismatch",
│ "source": "mdast-util-mdx-jsx"
│ }

│ at compileToJSX (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\utils.js:93:15)
│ at async loadMDX (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\loader.js:22:20)
│ at async Object.mdxLoader (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\loader.js:157:24)


× Module build failed:
╰─▶ × Error: MDX compilation failed for file "C:\Docusaurus\docs\docs\auditor\10.7\api\errordetails.md"
│ Cause: Expected a closing tag for <br> (51:712-51:716) before the end of tableData
│ Details:
│ {
│ "column": 1,
│ "message": "Expected a closing tag for <br> (51:712-51:716) before the end of tableData",
│ "line": 51,
│ "name": "51:1-51:827",
│ "place": {
│ "start": {
│ "_bufferIndex": 0,
│ "_index": 92,
│ "line": 51,
│ "column": 1,
│ "offset": 3058
│ },
│ "end": {
│ "_bufferIndex": 826,
│ "_index": 92,
│ "line": 51,
│ "column": 827,
│ "offset": 3884
│ }
│ },
│ "reason": "Expected a closing tag for <br> (51:712-51:716) before the end of tableData",
│ "ruleId": "end-tag-mismatch",
│ "source": "mdast-util-mdx-jsx"
│ }

│ at compileToJSX (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\utils.js:93:15)
│ at async loadMDX (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\loader.js:22:20)
│ at async Object.mdxLoader (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\loader.js:157:24)


× Module build failed:
╰─▶ × Error: MDX compilation failed for file "C:\Docusaurus\docs\docs\auditor\10.7\api\filterreference\filterreference.md"
│ Cause: Expected a closing tag for <br> (42:284-42:288) before the end of tableData
│ Details:
│ {
│ "column": 145,
│ "message": "Expected a closing tag for <br> (42:284-42:288) before the end of tableData",
│ "line": 42,
│ "name": "42:145-42:1397",
│ "place": {
│ "start": {
│ "_bufferIndex": 144,
│ "_index": 12,
│ "line": 42,
│ "column": 145,
│ "offset": 6735
│ },
│ "end": {
│ "_bufferIndex": -1,
│ "_index": 13,
│ "line": 42,
│ "column": 1397,
│ "offset": 7987
│ }
│ },
│ "reason": "Expected a closing tag for <br> (42:284-42:288) before the end of tableData",
│ "ruleId": "end-tag-mismatch",
│ "source": "mdast-util-mdx-jsx"
│ }

│ at compileToJSX (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\utils.js:93:15)
│ at async loadMDX (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\loader.js:22:20)
│ at async Object.mdxLoader (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\loader.js:157:24)


× Module build failed:
╰─▶ × Error: MDX compilation failed for file "C:\Docusaurus\docs\docs\auditor\10.7\api\filterreference\filters.md"
│ Cause: Unexpected closing tag </li>, expected corresponding closing tag for <br> (14:310-14:314)
│ Details:
│ {
│ "column": 314,
│ "message": "Unexpected closing tag </li>, expected corresponding closing tag for <br> (14:310-14:314)",
│ "line": 14,
│ "name": "14:314-14:319",
│ "place": {
│ "start": {
│ "_bufferIndex": 31,
│ "_index": 0,
│ "line": 14,
│ "column": 314,
│ "offset": 1706
│ },
│ "end": {
│ "_bufferIndex": 36,
│ "_index": 0,
│ "line": 14,
│ "column": 319,
│ "offset": 1711
│ }
│ },
│ "reason": "Unexpected closing tag </li>, expected corresponding closing tag for <br> (14:310-14:314)",
│ "ruleId": "end-tag-mismatch",
│ "source": "mdast-util-mdx-jsx"
│ }

│ at compileToJSX (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\utils.js:93:15)
│ at async loadMDX (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\loader.js:22:20)
│ at async Object.mdxLoader (C:\Docusaurus\docs\node_modules@docusaurus\mdx-loader\lib\loader.js:157:24)
client (Rspack 1.4.8) compiled with 10 errors

(other tables will take some time)
@aleks-mashanski-netwrix
Copy link
Contributor Author

@stuart-jaeckel-netwrix I fixed the issues with these tables, seems that everything is working now.

@jtviolet jtviolet merged commit e54a3c5 into dev Jul 24, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants