Skip to content

Commit 663319d

Browse files
authored
Merge pull request #707 from MicrosoftDocs/main
1/22 Publish for metadata update
2 parents 3a19494 + 0c15f44 commit 663319d

5 files changed

Lines changed: 19 additions & 18 deletions

File tree

.github/workflows/markdownlint.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@ on:
1616

1717
jobs:
1818
lint:
19-
2019
runs-on: ubuntu-latest
2120

2221
steps:
23-
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2
24-
- name: Use Node.js
25-
uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d #@v1
26-
with:
27-
node-version: 12.x
28-
- name: Run Markdownlint
29-
run: |
30-
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
31-
npm i -g markdownlint-cli
32-
markdownlint "**/*.md"
22+
- uses: actions/checkout@v4.1.1
23+
- name: Use Node.js
24+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
25+
with:
26+
node-version: 16.x
27+
- name: Run Markdownlint
28+
run: |
29+
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
30+
npm i -g markdownlint-cli
31+
markdownlint "**/*.md"

.markdownlint.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
},
2323
"MD048": {
2424
"style": "backtick"
25+
},
26+
{
27+
"MD0055": false,
28+
"MD0056": false
2529
}
26-
}
30+
}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to the Windows Community Toolkit Documentation
22

3-
Please visit the [contribution guidelines](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/contributing.md) for the Windows Community Toolkit.
3+
Please visit the [contribution guidelines](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Contributing.md) for the Windows Community Toolkit.
44

55
Documentation is **required** when adding, removing, or updating a control or an API in the Windows Community Toolkit. To update the documentation, you must submit a separate Pull Request in this repository as well (use the *master* branch for typos/improvements and *dev* for new features).
66

docs/docfx.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,16 @@
3333
"overwrite": [],
3434
"externalReference": [],
3535
"globalMetadata": {
36-
"ms.technology": "windows-community-toolkit",
36+
"ms.service": "dotnet-communitytoolkit",
3737
"titleSuffix": "Windows Community Toolkit",
3838
"searchScope": [
3939
"windows-toolkit"
4040
],
4141
"feedback_system": "GitHub",
4242
"feedback_github_repo": "MicrosoftDocs/WindowsCommunityToolkitDocs",
4343
"feedback_product_url": "https://github.com/windows-toolkit/WindowsCommunityToolkit/issues",
44-
"uhfHeaderId": "MSDocsHeader-UWP-Community",
44+
"uhfHeaderId": "MSDocsHeader-Windows",
4545
"ms.topic": "article",
46-
"ms.prod": "dotnet-communitytoolkit",
4746
"products": ["https://authoring-docs-microsoft.poolparty.biz/devrel/bcbcbad5-4208-4783-8035-8481272c98b8"],
4847
"keywords": "windows uwp community toolkit",
4948
"author": "michael-hawker",

dotnet/docfx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,12 @@
4545
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
4646
"externalReference": [],
4747
"globalMetadata": {
48+
"ms.service": "dotnet-communitytoolkit",
4849
"breadcrumb_path": "~/breadcrumb/toc.yml",
4950
"extendBreadcrumb": true,
5051
"apiPlatform": "dotnet",
5152
"ms.topic": "managed-reference",
52-
"ms.prod": "dotnet-communitytoolkit",
5353
"products": ["https://authoring-docs-microsoft.poolparty.biz/devrel/bcbcbad5-4208-4783-8035-8481272c98b8"],
54-
"ms.technology": "windows-community-toolkit",
5554
"ms.author": "nikolame",
5655
"author": "dotnet-bot"
5756
},

0 commit comments

Comments
 (0)