Skip to content

Commit d48e6b3

Browse files
committed
prettier fixes
1 parent b2e240f commit d48e6b3

File tree

170 files changed

+389
-391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+389
-391
lines changed

.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Ignore artifacts:
22
build
33
coverage
4+
5+
# Ignore Claude configuration
6+
.claude/
7+
8+
# Temporary ignore
9+
versioned_docs/*
10+
versioned_sidebars/*

.prettierrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
"tabWidth": 2,
77
"overrides": [
88
{
9-
"files": "*.md",
9+
"files": "**/*.md",
1010
"options": {
11+
"parser": "markdown",
1112
"proseWrap": "always",
1213
"tabWidth": 4
1314
}
1415
},
1516
{
16-
"files": "*.ts",
17+
"files": "**/*.ts",
1718
"options": {
1819
"semi": true
1920
}

docs/auditor/auditor/addon/cyberark/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Most parameters are optional; you can skip or define parameters depending on you
77
and security policies.
88

99
The service uses the default values unless parameters are explicitly defined
10-
(\_<parameter>**_value_**</parameter>\_).
10+
(_<parameter>\*\*\_value_\*\*</parameter>\_).
1111

1212
Parameters in **Settings.xml** can be grouped as follows:
1313

docs/auditor/auditor/addon/hyperv/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To configure the add-on parameters, you need to edit the **settings.xml** file i
44
You must define connection details: Auditor Server host, user credentials, etc.
55

66
Most parameters are optional, the service uses the default values unless parameters are explicitly
7-
defined (\_<parameter>**_value_**</parameter>\_). You can skip or define parameters depending on
7+
defined (_<parameter>\*\*\_value_\*\*</parameter>\_). You can skip or define parameters depending on
88
your execution scenario and security policies.
99

1010
| Parameter | Default value | Description |

docs/auditor/auditor/addon/qumulo/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To configure the add-on parameters, you need to edit the **settings.xml** file i
44
You must define connection details: Netwrix Auditor Server host, user credentials, etc.
55

66
Most parameters are optional, the service uses the default values unless parameters are explicitly
7-
defined (\_<parameter>**_value_**</parameter>\_). You can skip or define parameters depending on
7+
defined (_<parameter>\*\*\_value_\*\*</parameter>\_). You can skip or define parameters depending on
88
your execution scenario and security policies.
99

1010
Parameters in **settings.xml** can be grouped as follows:

docs/auditor/auditor/admin/reports/types/stateintime/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ reports** option when you configure a monitoring plan for the selected data sour
2626
topic for additional information.
2727

2828
The state-in-time reports are available under the Reports node. Depending on the data source,
29-
navigate to the corresponding subfolder, for example, **Predefined\_\_**>\_**\_Active
30-
Directory\_\_**>\_**\_Active Directory\_\_**>\_**\_State-in-Time**.
29+
navigate to the corresponding subfolder, for example, **Predefined\_\_**>_**\_Active
30+
Directory\_\_**>_**\_Active Directory\_\_**>\_**\_State-in-Time**.
3131

3232
In the report filters, select a monitoring plan you want to generate a report for. To review data
3333
sources and items included in each plan, navigate to the Monitoring Plans section.

docs/auditor/auditor/tools/auditconfigurationassistant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ necessary rights.
1515

1616
**Audit Configuration Assistant** is a part of Netwrix Auditor product setup. It is installed
1717
together with the Auditor client and can be launched from the **Start** **menu** **>\_\_**Netwrix
18-
Auditor\_**\_>\_\_**Netwrix Auditor Audit Configuration Assistant\_\_. Alternatively, you can launch
18+
Auditor\*\*\*\*>**\*\*Netwrix Auditor Audit Configuration Assistant**. Alternatively, you can launch
1919
this utility from the monitoring plan wizard for Active Directory data source. See the Launch Audit
2020
Configuration Assistant section for additional information.
2121

docs/changetracker/changetracker/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exhibiting changes, for example, when pre-staging patches, or from observed chan
2525
Change Tracker. Planned Changes comprise the devices to assess, change window and details of the
2626
changes to match, such as a file change or registry value, for example.
2727

28-
This \_Closed-Loop**\_,** Intelligent Change Controlclosely aligns to COBIT or ITIL Change Control
28+
This _Closed-Loop\*\*_,\*\* Intelligent Change Controlclosely aligns to COBIT or ITIL Change Control
2929
processes whereby changes are pre-approved via a ‘Request For Change’ process, then reviewed for
3030
accuracy and quality via a QA Testing or Post-implementation review. Netwrix offer a ServiceNow
3131
Certified ITSM Integration Module to automatically pull in Change Requests from most leading ITSM

docs/groupid/groupid/admincenter/identitystore/configure/directoryservice/outofbounds.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ Smart Group Update schedule responsible for updating the respective group.
123123

124124
Membership change is the difference between new membership and the existing membership.
125125
Percentage change in membership is calculated by the following formula:
126-
(newMemberCount - oldMemberCount) x 100 / oldMemberCount
126+
(newMemberCount - oldMemberCount) x 100 / oldMemberCount
127127

128128
Let’s assume you specify 20 in this field. When group membership changes by 20% or more,
129129
Directory Manager considers it as an exception.
130130

131131
So, if Group A has 500 members and 200 new members are to be added, the formula will be as
132-
(newMemberCount - oldMemberCount) x 100 / oldMemberCount
133-
(700-500) x 100 / 500 = 40
132+
(newMemberCount - oldMemberCount) x 100 / oldMemberCount
133+
(700-500) x 100 / 500 = 40
134134

135135
Since 40 is greater than 20, Directory Manager treats it as an out-of-bounds exception.
136136

docs/groupid/groupid/admincenter/identitystore/history/view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ value, old value, and more.
8585

8686
**Add more filters** - On adding a filter, the next row is displayed, so you can add another
8787
filter.
88-
**Remove a filter row** - To remove a filter row, click **Remove** for it.
89-
**Remove the filter** - To remove all the filter rows, click **Clear**.
88+
**Remove a filter row** - To remove a filter row, click **Remove** for it.
89+
**Remove the filter** - To remove all the filter rows, click **Clear**.
9090

9191
7. To apply the filter, click **Apply**. With multiple filters, history items that satisfy all the
9292
filters are displayed.

0 commit comments

Comments
 (0)