Skip to content

Commit

Permalink
Merge pull request github#31042 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jan 10, 2024
2 parents 20cfd1e + b58e278 commit 1a3607e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a3607e

Please sign in to comment.