Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix details #456

Merged
merged 3 commits into from
Feb 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions core-sugar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

본 모듈은 [`core`](../core) 모듈의 문법 설탕을 제공합니다.

- [`core-sugar-annotation`](../core-sugar-annotation)
- [`core-sugar-processor`](../core-sugar-processor)

### Example

```kotlin
Expand Down
4 changes: 2 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ fun QuackText.Text(...) {}

### 문법 설탕

매번 타입을 지정해서 사용하는 건 충분히 귀찮을 수 있습니다. 우리는 개발자에게 최선의 경험을 제공하기 위해 디자인 토큰의 문법 설탕을 제공합니다.
매번 타입을 지정해서 사용하는 건 충분히 귀찮을 수 있습니다. 우리는 개발자에게 최고의 경험을 선사하기 위해 디자인 토큰의 문법 설탕을 제공합니다.

예를 들어 다음과 같은 컴포넌트는

Expand All @@ -204,4 +204,4 @@ Button(
)
```

개발자의 실수로 특정 컴포넌트의 문법 설탕이 누락되지 않도록 모든 문법 설탕은 KSP를 통해 자동 생성됩니다. 자세한 내용은 [`core-sugar`](../core-sugar) 모듈의 README를 참고하세요.
개발자의 실수로 특정 컴포넌트의 문법 설탕이 누락되지 않도록 모든 문법 설탕은 [`KSP`](https://kotlinlang.org/docs/ksp-overview.html)를 통해 자동 생성됩니다. 자세한 내용은 [`core-sugar`](../core-sugar) 모듈의 README를 참고하세요.
2 changes: 1 addition & 1 deletion dokka-paparazzi-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

꽥꽥은 모두 [Jetpack Compose](https://developer.android.com/jetpack/compose)로 개발되며, [`cashapp/paparazzi`](https://github.com/cashapp/paparazzi)를 이용하면 컴포저블의 UI 스냅샷을 디바이스 없이 찍을 수 있습니다. 그렇다면 dokka와 paparazzi를 합친다면 어떨까요?

개발자에게 최상의 경험을 선사하는 문서화를 할 수 있을 거라 기대합니다.
개발자에게 최고의 경험을 선사하는 문서화를 할 수 있을 거라 기대합니다.

### 목표

Expand Down
3 changes: 3 additions & 0 deletions ui-components-deprecated/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ui-components

본 모듈은 꽥꽥 1.x.x 버전에서 제공하던 모듈이며 현재는 deprecated 되었습니다. 2.x.x 버전인 [`core`](../core) 모듈을 확인해 주세요.