Skip to content

Commit

Permalink
Add missing description to Core Features
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoyim committed Dec 1, 2024
1 parent 53a1325 commit 720e03d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/core-features/collection-and-stream-types.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_position: 4
description: Generates test arguments of array and collection, generic stream and primitive stream types.
---

import { JavaKotlinCodeBlock } from '@site/src/components/JavaKotlinCodeBlock';
Expand Down
1 change: 1 addition & 0 deletions docs/core-features/primitive-and-simple-types.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_position: 1
description: Generate test arguments of primitive data types such as boolean, integer, floating point, and types such as String, UUID, BigInteger.
---

import { JavaKotlinCodeBlock } from '@site/src/components/JavaKotlinCodeBlock';
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_position: 2
description: You can start by adding a dependency to Maven or Gradle.
---

# Getting Started
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_position: 4
description: 배열과 컬렉션, 제너릭 스트림과 원시 스트림 유형의 테스트 인수를 생성합니다.
---

import { JavaKotlinCodeBlock } from '@site/src/components/JavaKotlinCodeBlock';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_position: 1
description: 부울, 정수, 부동소수점과 같은 원시 데이터 유형과 문자열, UUID, BigInteger 같은 유형의 테스트 인수를 생성합니다.
---

import { JavaKotlinCodeBlock } from '@site/src/components/JavaKotlinCodeBlock';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_position: 2
description: Maven 또는 Gradle에 종속성을 추가하여 시작할 수 있습니다.
---

# 시작하기
Expand Down

0 comments on commit 720e03d

Please sign in to comment.