Skip to content

Commit 3de7ab9

Browse files
committed
chore(docs): accept data grid vocabulary terms
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent db85e92 commit 3de7ab9

14 files changed

Lines changed: 24 additions & 13 deletions

File tree

config/vale/styles/Elements/Terminology.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ swap:
1111
use-case: use case
1212
use-cases: use cases
1313
tree shaking: tree-shaking
14+
heat maps: heatmaps
15+
heat map: heatmap
1416
CSS variables: CSS custom properties
1517
CSS variable: CSS custom property

config/vale/styles/config/vocabularies/Elements/accept.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,12 @@ popover
7171
popovers
7272
shortcode
7373
shortcodes
74+
server-driven
75+
single-column
76+
multi-column
77+
Heatmap
7478
heatmap
79+
heatmaps
7580
datalist
7681
debounce
7782
debounced
@@ -276,6 +281,7 @@ nve-week
276281
nvm
277282
rebase
278283
rebasing
284+
Keynav
279285
keynav
280286
createFixture
281287
blockquote
@@ -345,4 +351,7 @@ worktree
345351
worktrees
346352
Worktree
347353
Worktrees
348-
unmerged
354+
unmerged
355+
on-theme
356+
spark line
357+
spark lines

projects/site/src/docs/about/contributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
{
33
title: 'Contributions',
4-
description: 'How to contribute to NVIDIA Elements: filing issues, opening merge requests, and the review process for changes to components, themes, and docs.',
4+
description: 'How to contribute to NVIDIA Elements: filing issues, opening pull requests, and the review process for changes to components, themes, and docs.',
55
layout: 'docs.11ty.js'
66
}
77
---

projects/site/src/docs/elements/data-grid/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
{
3-
title: 'Data Grid Column Alignment',
3+
title: 'Data Grid Footer',
44
description: 'Add a footer to NVIDIA Elements Data Grid: summary rows, totals, and pagination controls.',
55
layout: 'docs.11ty.js',
66
tag: 'nve-grid',

projects/site/src/docs/elements/data-grid/heatmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
{
33
title: 'Data Grid Heatmap',
4-
description: 'Heat-map cell rendering in NVIDIA Elements Data Grid: color scales, thresholds, and tooltips for dense numeric data.',
4+
description: 'Heatmap cell rendering in NVIDIA Elements Data Grid: color scales, thresholds, and tooltips for dense numeric data.',
55
layout: 'docs.11ty.js',
66
tag: 'nve-grid',
77
hideStatus: true

projects/site/src/docs/foundations/layout/responsive/responsive-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
{
33
title: 'Responsive Patterns',
4-
description: 'Common responsive UI patterns built with NVIDIA Elements layout primitives: sidebars, stacks, and adaptive grids.',
4+
description: 'Responsive Tabs and Responsive Toolbar built with NVIDIA Elements layout primitives.',
55
layout: 'docs.11ty.js',
66
permalink: 'docs/labs/layout/responsive/patterns/index.html'
77
}

projects/site/src/docs/foundations/visualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
{
33
title: 'Visualization',
4-
description: 'Data visualization primitives in NVIDIA Elements: heat maps, spark lines, and the styling tokens that keep charts on-theme.',
4+
description: 'Data visualization primitives in NVIDIA Elements: heatmaps, spark lines, and the styling tokens that keep charts on-theme.',
55
layout: 'docs.11ty.js'
66
}
77
---

projects/site/src/docs/integrations/importmaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
{
33
title: 'Import Maps',
4-
description: 'Load NVIDIA Elements via browser-native import maps: no build tool required, just point to ESM URLs.',
4+
description: 'Load NVIDIA Elements via browser-native import maps: no build tool required, by pointing to ESM URLs.',
55
layout: 'docs.11ty.js'
66
}
77
---

projects/site/src/docs/internal/guidelines/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
{
33
title: 'Documentation Guidelines',
4-
description: 'Internal guideline: writing 11ty docs, JSDoc annotations, shortcodes, and prose that passes Vale for NVIDIA Elements.',
4+
description: 'Internal guidelines for writing 11ty docs, JSDoc annotations, shortcodes, and Vale-compliant prose for NVIDIA Elements.',
55
layout: 'docs.11ty.js'
66
}
77
---

projects/site/src/docs/internal/guidelines/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
{
33
title: 'Testing Guidelines',
4-
description: 'Internal guideline: an overview of the test types used by NVIDIA Elements (unit, accessibility, visual, SSR, lighthouse) and when to apply each.',
4+
description: 'Internal guidelines: an overview of the test types used by NVIDIA Elements (unit, accessibility, visual, SSR, Lighthouse) and when to apply each.',
55
layout: 'docs.11ty.js'
66
}
77
---

0 commit comments

Comments
 (0)