You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: clean up documentation formatting and improve clarity
- Removed unnecessary blank lines in multiple documentation files for better readability.
- Corrected minor typographical errors in the Tokens Studio Adapter description.
- Enhanced table formatting in the Design Engineer role section for improved presentation.
- Updated comparison matrix formatting for consistency across the introduction documentation.
Copy file name to clipboardExpand all lines: docs/adapters/tokens-studio.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Tokens Studio Adapter
4
4
5
5
# Tokens Studio Adapter
6
6
7
-
Tokens Studio exports are close to Variable Contract format but may include Tokens Studio-specific metadata. This adapter normalizes Tokens Studio exports.
7
+
Tokens Studio exports are close to Variables Contract format but may include Tokens Studio-specific metadata. This adapter normalizes Tokens Studio exports.
Copy file name to clipboardExpand all lines: docs/governance/roles/design-engineer.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,14 +45,14 @@ Design Engineer MUST demonstrate proficiency in:
45
45
46
46
These skills can be verified:
47
47
48
-
| Skill | Verification |
49
-
|-------|--------------|
50
-
| Figma component libraries | Show a component library you built. Walk through the structure. |
51
-
| Storybook | Write a story file and MDX doc for a component. Explain the patterns. |
52
-
| CSS | Debug a styling issue without dev tools hints. Explain the cascade. |
53
-
| React | Build a component with TypeScript. Explain the architecture decisions. |
54
-
| Design systems | Explain your naming convention. Walk through base/alias/component layers. |
55
-
| Translation | Given a Figma component, explain how you would structure it in React. Given a React constraint, explain how you would communicate it to design. |
| Figma component libraries | Show a component library you built. Walk through the structure. |
51
+
| Storybook | Write a story file and MDX doc for a component. Explain the patterns.|
52
+
| CSS | Debug a styling issue without dev tools hints. Explain the cascade.|
53
+
| React | Build a component with TypeScript. Explain the architecture decisions.|
54
+
| Design systems | Explain your naming convention. Walk through base/alias/component layers.|
55
+
| Translation | Given a Figma component, explain how you would structure it in React. Given a React constraint, explain how you would communicate it to design. |
56
56
57
57
If a candidate cannot demonstrate these skills, they are not ready for this role.
0 commit comments