Skip to content

Commit af989aa

Browse files
hexdrinkerclaude
andcommitted
docs: sync docs with codebase changes
- Fix demo screen count from 11 to 6 in contributing docs (en/ko) - Add allowFontScaling to TextMeasureInput type in api-core docs (en/ko) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1b3d965 commit af989aa

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/docs/api-core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ interface TextMeasureInput {
111111
lineHeight?: number;
112112
letterSpacing?: number;
113113
maxLines?: number;
114+
allowFontScaling?: boolean;
114115
}
115116
```
116117

docs/docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yarn test
2424
|---|---|
2525
| `packages/core` | Platform-independent layout engine |
2626
| `packages/pretext-native` | React Native bindings (iOS/Android native modules) |
27-
| `example` | Demo app with 11 screens |
27+
| `example` | Demo app with 6 screens |
2828
| `docs` | This documentation site |
2929

3030
## Commit Convention

docs/i18n/ko/docusaurus-plugin-content-docs/current/api-core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ interface TextMeasureInput {
111111
lineHeight?: number;
112112
letterSpacing?: number;
113113
maxLines?: number;
114+
allowFontScaling?: boolean;
114115
}
115116
```
116117

docs/i18n/ko/docusaurus-plugin-content-docs/current/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yarn test
2424
|---|---|
2525
| `packages/core` | 플랫폼 독립 레이아웃 엔진 |
2626
| `packages/pretext-native` | React Native 바인딩 (iOS/Android 네이티브 모듈) |
27-
| `example` | 11개 화면의 데모 앱 |
27+
| `example` | 6개 화면의 데모 앱 |
2828
| `docs` | 이 문서 사이트 |
2929

3030
## 커밋 규칙

0 commit comments

Comments
 (0)