Skip to content

Commit b02caf0

Browse files
authored
Merge branch 'main' into patch-1
2 parents e52e729 + c3cf68f commit b02caf0

File tree

2,769 files changed

+81174
-47732
lines changed

Some content is hidden

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

2,769 files changed

+81174
-47732
lines changed

.acrolinx-config.edn

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
{:allowed-branchname-matches ["^main$"]
1+
{:allowed-branchname-matches ["main"]
22
:allowed-filename-matches ["(?i)powerapps-docs/(?:(?!developer/data-platform/reference/entities))"]
3-
:guidance-profile "dc59e3ef-24fd-46d7-9156-0491aaae6bef" ;; Profile ID for "BAG-specific"
43
:use-skip-label true
4+
:targets
5+
{
6+
:scores
7+
{
8+
:qualityscore 80
9+
}
10+
}
11+
:guidance-profile "66710a49-7773-43f4-b6d8-66b63b5e431f" ;; testing March 2023 updated guidelines - BAG
512
:acrolinx-check-settings
613
{
714
"languageId" "en"
@@ -13,4 +20,19 @@
1320
]
1421
"termSetNames" ["BAG" "Microsoft" "Products"]
1522
}
23+
24+
:template-header
25+
"
26+
## Acrolinx score
27+
28+
**A minimum total score of 80 is required. The total score is an average of the subscores.**
29+
Select **Total score** to review the Acrolinx scorecard for your article. Try to increase your individual scores, ex. Correctness. Your article will be clearer and more consistent with Microsoft standards.
30+
31+
| Article | **Total score**<br />**Required: 80** | Word and phrases<br />(Brand, terms)<br />Preferred: 100 | Correctness<br />(Spelling, grammar)<br />Preferred: 100 | Clarity<br />(Readability)<br />Preferred: 80 |
32+
|---------|:------------------------------------:|:--------------------------------------------------------:|:--------------------------------------------------------:|:---------------------------------------------:|
33+
"
34+
35+
:template-change
36+
"| ${s/status} ${s/file} | [${acrolinx/qualityscore}](${acrolinx/scorecard}) | ${acrolinx/scores/words_and_phrases} | ${acrolinx/scores/correctness} | ${acrolinx/scores/clarity} |
37+
"
1638
}

.openpublishing.publish.config.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,13 @@
7171
"master": "master",
7272
"live": "master"
7373
}
74-
}
74+
},
75+
{
76+
"path_to_root": "shared-content",
77+
"url": "https://github.com/MicrosoftDocs/powerapps-docs-pr",
78+
"branch": "main",
79+
"branch_mapping": {}
80+
}
7581
],
7682
"branch_target_mapping": {
7783
"live": [
@@ -128,4 +134,4 @@
128134
}
129135
],
130136
"need_generate_intellisense": false
131-
}
137+
}

0 commit comments

Comments
 (0)