diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 4dc5c1878..1e6c6a0fb 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -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" diff --git a/.markdownlint.json b/.markdownlint.json index ba62b95ff..3473506af 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -22,5 +22,9 @@ }, "MD048": { "style": "backtick" + }, + { + "MD0055": false, + "MD0056": false } -} \ No newline at end of file +} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97552ff97..0edf41b75 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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). diff --git a/docs/docfx.json b/docs/docfx.json index 04c073a38..0979d21f8 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -33,7 +33,7 @@ "overwrite": [], "externalReference": [], "globalMetadata": { - "ms.technology": "windows-community-toolkit", + "ms.service": "dotnet-communitytoolkit", "titleSuffix": "Windows Community Toolkit", "searchScope": [ "windows-toolkit" @@ -41,9 +41,8 @@ "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", diff --git a/dotnet/docfx.json b/dotnet/docfx.json index d8b4284eb..0f4c4ac70 100644 --- a/dotnet/docfx.json +++ b/dotnet/docfx.json @@ -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" },