From 97e4deda5c92af8f2e7f952f8c2eac131586d22e Mon Sep 17 00:00:00 2001 From: Grace Park Date: Fri, 7 Jun 2024 09:30:03 -0700 Subject: [PATCH 1/2] Update content linter expires tag usage for tables (#51049) --- .../using-the-content-linter.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/contributing/collaborating-on-github-docs/using-the-content-linter.md b/content/contributing/collaborating-on-github-docs/using-the-content-linter.md index 0f131a5fba..b9670051d8 100644 --- a/content/contributing/collaborating-on-github-docs/using-the-content-linter.md +++ b/content/contributing/collaborating-on-github-docs/using-the-content-linter.md @@ -130,6 +130,21 @@ This content expires on January 28, 2022. This content also does not expire. ``` +Note, if you are placing the expired tags in an HTML `table` element, make sure the tag goes around the entire row and not just the cell. For example: + +```html + + + +macOS + + +The macos-11 label has been deprecated and will no longer be available after 28 June 2024. + + + +``` + ## Suppressing linter rules Rarely, you may need to document something that violates one or more linter rules. In these cases, you can suppress rules by adding a comment to the Markdown file. You can disable all rules or specific rules. Always try to limit as few rules as possible. You can disable a rule for an entire file, for a section of a Markdown file, a specific line, or the next line. From 068b58932872ccd4780f5718a146c053cd156231 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:32:23 -0700 Subject: [PATCH 2/2] Update audit log event data (#51062) --- src/audit-logs/lib/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index fcd22bb6d2..99b75f29f3 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -3,5 +3,5 @@ "apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", "apiRequestEvent": "This event is only available via audit log streaming." }, - "sha": "cc8115d47b58275872d3585a274a2f9a638705fb" + "sha": "192b7f948cc86a674bfe320d91daa9d9dde67f6e" } \ No newline at end of file