Skip to content

Commit

Permalink
Merge pull request #707 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
1/22 Publish for metadata update
  • Loading branch information
mattwojo authored Mar 5, 2024
2 parents 3a19494 + 0c15f44 commit 663319d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@ on:

jobs:
lint:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2
- name: Use Node.js
uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d #@v1
with:
node-version: 12.x
- name: Run Markdownlint
run: |
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
npm i -g markdownlint-cli
markdownlint "**/*.md"
- uses: actions/checkout@v4.1.1
- name: Use Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: 16.x
- name: Run Markdownlint
run: |
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
npm i -g markdownlint-cli
markdownlint "**/*.md"
6 changes: 5 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@
},
"MD048": {
"style": "backtick"
},
{
"MD0055": false,
"MD0056": false
}
}
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to the Windows Community Toolkit Documentation

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

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).

Expand Down
5 changes: 2 additions & 3 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,16 @@
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"ms.technology": "windows-community-toolkit",
"ms.service": "dotnet-communitytoolkit",
"titleSuffix": "Windows Community Toolkit",
"searchScope": [
"windows-toolkit"
],
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/WindowsCommunityToolkitDocs",
"feedback_product_url": "https://github.com/windows-toolkit/WindowsCommunityToolkit/issues",
"uhfHeaderId": "MSDocsHeader-UWP-Community",
"uhfHeaderId": "MSDocsHeader-Windows",
"ms.topic": "article",
"ms.prod": "dotnet-communitytoolkit",
"products": ["https://authoring-docs-microsoft.poolparty.biz/devrel/bcbcbad5-4208-4783-8035-8481272c98b8"],
"keywords": "windows uwp community toolkit",
"author": "michael-hawker",
Expand Down
3 changes: 1 addition & 2 deletions dotnet/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,12 @@
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
"externalReference": [],
"globalMetadata": {
"ms.service": "dotnet-communitytoolkit",
"breadcrumb_path": "~/breadcrumb/toc.yml",
"extendBreadcrumb": true,
"apiPlatform": "dotnet",
"ms.topic": "managed-reference",
"ms.prod": "dotnet-communitytoolkit",
"products": ["https://authoring-docs-microsoft.poolparty.biz/devrel/bcbcbad5-4208-4783-8035-8481272c98b8"],
"ms.technology": "windows-community-toolkit",
"ms.author": "nikolame",
"author": "dotnet-bot"
},
Expand Down

0 comments on commit 663319d

Please sign in to comment.