Skip to content

Commit 6152477

Browse files
authored
Merge branch 'main' into docs-propertyselector-and-keyequalitycomparer-not-listed-in-the-toc
2 parents f2096a2 + 129d41a commit 6152477

45 files changed

Lines changed: 5877 additions & 14 deletions

Some content is hidden

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

build/ci/.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"MD025": {
1010
"front_matter_title": ""
1111
},
12-
"MD051": false
12+
"MD051": false,
13+
"no-emphasis-as-heading": false
1314
}

build/ci/cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"Dismissable",
2727
"Docfx",
2828
"ellipsize",
29+
"Entra",
2930
"Expando",
3031
"flyouts",
3132
"Framebuffer",
@@ -58,6 +59,7 @@
5859
"parameterless",
5960
"pickable",
6061
"Pluralsight",
62+
"preconfigured",
6163
"POSIX",
6264
"reentrantly",
6365
"Resizetizer",

build/ci/stage-determine-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
$isDoc = $file.StartsWith("doc/") -or # Files in the 'doc/' directory
3939
($file -match "^[^/]+\.md$") -or # Markdown files at the root level (with no subdirectories involved)
4040
($file -match "^\.github/.*\.md$") -or # Markdown files within the .github folder (including its subdirectories)
41-
($file -match "^\.(markdownlint|cspell)\.json$") # Specific JSON files: .markdownlint.json and cspell.json
41+
($file -match '(^|[\\/])(markdownlint|cspell)\.json$') # Specific JSON files: .markdownlint.json and cspell.json
4242
4343
if ($isDoc) {
4444
$docFiles++

0 commit comments

Comments
 (0)