Skip to content

Commit 1bb24ea

Browse files
authored
docs: migrating personalization patterns to their own section (#2173)
* docs: migrating personalization patterns to their own section * docs: separate get started page is not needed * docs: fixing missing link * docs: adding status tags to tiles, fixing planned tag on repoStatus table
1 parent ced2425 commit 1bb24ea

File tree

9 files changed

+197
-474
lines changed

9 files changed

+197
-474
lines changed

docs/_plugins/rhds.ts

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export default async function(eleventyConfig: UserConfig, options?: Options) {
101101
{ title: 'Elements', url: '/elements', collection: 'elementDocs' },
102102
{ title: 'Theming', url: '/theming', collection: 'theming' },
103103
{ title: 'Patterns', url: '/patterns', collection: 'pattern' },
104+
{ title: 'Personalization', url: '/personalization', collection: 'personalization' },
104105
{ title: 'Accessibility', url: '/accessibility', collection: 'accessibility' },
105106
]);
106107

Loading

docs/design-code-status/index.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ title: Design/code status
1111
import '@uxdot/elements/uxdot-repo-status-table.js';
1212
</script>
1313

14+
<style>
15+
rh-tag {
16+
text-transform: capitalize;
17+
}
18+
</style>
19+
1420
<section aria-labelledby="overview">
1521

1622
## Overview
@@ -21,7 +27,7 @@ title: Design/code status
2127

2228
| Sample tag | Meaning |
2329
| ------------------------------------------------------------------------------------ | --------------------------------------------- |
24-
| <rh-tag variant="filled" color="gray" icon="notification-fill">Planned</rh-tag> | Ready to be worked on or ready to be released |
30+
| <rh-tag variant="filled" color="purple" icon="notification-fill">Planned</rh-tag> | Ready to be worked on or ready to be released |
2531
| <rh-tag variant="outline" color="green" icon="harvey-ball-50">In progress</rh-tag> | In the design or development process |
2632
| <rh-tag variant="filled" color="green" icon="check-circle-fill">Ready</rh-tag> | Ready to use and approved by all team members |
2733
| <rh-tag variant="filled" color="orange" icon="close-circle-fill">Deprecated</rh-tag> | No longer supported by RHDS |

0 commit comments

Comments
 (0)