From 033037bbea6994610236158faa8ce7a692ab4a48 Mon Sep 17 00:00:00 2001 From: Annie Streater <12902836+streats@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:24:11 +0000 Subject: [PATCH 1/2] Clarify when A1 cells in tables can be empty (#48633) Co-authored-by: streats Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> --- .../style-guide-and-content-model/style-guide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/contributing/style-guide-and-content-model/style-guide.md b/content/contributing/style-guide-and-content-model/style-guide.md index d718e0a750e5..bd5440546d91 100644 --- a/content/contributing/style-guide-and-content-model/style-guide.md +++ b/content/contributing/style-guide-and-content-model/style-guide.md @@ -1092,9 +1092,11 @@ To add row headers for a Markdown table, wrap the table in the Liquid tags `{% r ### Include a value for every cell -Every cell in a table must contain a value. If the table has row headers, the first cell (cell A1) can be empty. +Every cell in a table must contain a value. -If there is no data, use "None" or "Not applicable". Do not use "NA" or "N/A". +For cells with no data, use "None" or "Not applicable". Do not use "NA" or "N/A". + +For tables with row headers, the first cell (cell "A1") should describe the row headers to help people understand the whole table. However, if doing this would make the table less clear or add redundant information, you can leave this cell empty. For example, in the article "[AUTOTITLE](/actions/automating-builds-and-tests/building-and-testing-powershell#powershell-module-locations)," the first cell could be labeled as "Modules", but since each row header already includes the word "module", this header would repeat information that does not add descriptive value to understanding the table as a whole. ### Use clear, consistent symbols and labels From b58e278e199cb4e7e9179a452626093ad50305ee Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 10 Jan 2024 13:33:19 -0500 Subject: [PATCH 2/2] Fix typo in copying .pageinfo-cache.json.br (#48642) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a3a9879c9890..99e0e4152312 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,7 +90,7 @@ COPY --chown=node:node assets ./assets COPY --chown=node:node content ./content COPY --chown=node:node src ./src COPY --chown=node:node .remotejson-cache* ./.remotejson-cache -COPY --chown=node:node .pageinfo-cache.json* ./.pageinfo-cache.json +COPY --chown=node:node .pageinfo-cache.json.br* ./.pageinfo-cache.json.br COPY --chown=node:node data ./data COPY --chown=node:node next.config.js ./