Skip to content

Commit 82bcd26

Browse files
committed
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.
1 parent 86cab1b commit 82bcd26

File tree

6 files changed

+21
-25
lines changed

6 files changed

+21
-25
lines changed

docs/adapters/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,3 @@ If adapters fail:
7979
- Runtime adapter libraries (implement adapters as needed)
8080
- Adapter testing frameworks
8181
- Cross-tool synchronization (handle via version control)
82-

docs/adapters/tokens-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Tokens Studio Adapter
44

55
# Tokens Studio Adapter
66

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.
88

99
## Input format
1010

docs/contract/types.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Rules:
290290
},
291291
"invalid-dimension": {
292292
"$type": "dimension",
293-
"$value": "16" // Missing unit
293+
"$value": "16" // Missing unit
294294
}
295295
}
296296
}
@@ -383,4 +383,3 @@ A variable type is valid if:
383383
- Custom type definitions (use `$extensions` for metadata)
384384
- Type coercion or conversion
385385
- Runtime type checking libraries (use DTCG-compliant validators)
386-

docs/examples/adapter-pipeline.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,3 @@ Validate at each step:
219219
1. Figma export: JSON syntax, required fields
220220
2. Adapter output: Variable Contract compliance, naming convention
221221
3. Style Dictionary output: CSS syntax, all references resolved
222-

docs/governance/roles/design-engineer.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ Design Engineer MUST demonstrate proficiency in:
4545

4646
These skills can be verified:
4747

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. |
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. |
5656

5757
If a candidate cannot demonstrate these skills, they are not ready for this role.
5858

docs/introduction/comparison.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ How Variable Contract compares to other variable/token standards and why it wins
88

99
## Comparison matrix
1010

11-
| Feature | Variable Contract | DTCG 2025.10 | Style Dictionary | Material Design | Adobe Spectrum |
12-
|---------|------------------|--------------|------------------|-----------------|----------------|
13-
| Format | DTCG 2025.10 | DTCG 2025.10 | Legacy + DTCG | Custom JSON | Custom JSON |
14-
| Governance | Yes | No | No | Partial | Partial |
15-
| Naming rules | Yes | No | No | Yes | Yes |
16-
| Validation | Yes | Format only | Format only | Partial | Partial |
17-
| Versioning | Yes | No | No | Yes | Yes |
18-
| Adapters | Yes | No | Tool-specific | No | No |
19-
| Tool-agnostic | Yes | Yes | No | No | No |
20-
| Designer-focused | Yes | No | No | Yes | Yes |
21-
| Developer-focused | Yes | No | Yes | Partial | Partial |
11+
| Feature | Variable Contract | DTCG 2025.10 | Style Dictionary | Material Design | Adobe Spectrum |
12+
| ----------------- | ----------------- | ------------ | ---------------- | --------------- | -------------- |
13+
| Format | DTCG 2025.10 | DTCG 2025.10 | Legacy + DTCG | Custom JSON | Custom JSON |
14+
| Governance | Yes | No | No | Partial | Partial |
15+
| Naming rules | Yes | No | No | Yes | Yes |
16+
| Validation | Yes | Format only | Format only | Partial | Partial |
17+
| Versioning | Yes | No | No | Yes | Yes |
18+
| Adapters | Yes | No | Tool-specific | No | No |
19+
| Tool-agnostic | Yes | Yes | No | No | No |
20+
| Designer-focused | Yes | No | No | Yes | Yes |
21+
| Developer-focused | Yes | No | Yes | Partial | Partial |
2222

2323
## Variable Contract vs DTCG 2025.10
2424

@@ -197,4 +197,3 @@ See [Migration Strategy](/variables-contract/introduction/adoption/migration-str
197197
- Replacing Style Dictionary (we work with it)
198198
- Replacing design systems (we govern variables)
199199
- Tool-specific features (we're tool-agnostic)
200-

0 commit comments

Comments
 (0)