From 720e03dd94352826c601b86ed632a5dd4efc57b1 Mon Sep 17 00:00:00 2001 From: Jinho Yim Date: Sun, 1 Dec 2024 11:09:45 +0900 Subject: [PATCH] Add missing description to Core Features --- docs/core-features/collection-and-stream-types.mdx | 1 + docs/core-features/primitive-and-simple-types.mdx | 1 + docs/getting-started.mdx | 1 + .../current/core-features/collection-and-stream-types.mdx | 1 + .../current/core-features/primitive-and-simple-types.mdx | 1 + .../docusaurus-plugin-content-docs/current/getting-started.mdx | 1 + 6 files changed, 6 insertions(+) diff --git a/docs/core-features/collection-and-stream-types.mdx b/docs/core-features/collection-and-stream-types.mdx index e2c98c9..e6aafa7 100644 --- a/docs/core-features/collection-and-stream-types.mdx +++ b/docs/core-features/collection-and-stream-types.mdx @@ -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'; diff --git a/docs/core-features/primitive-and-simple-types.mdx b/docs/core-features/primitive-and-simple-types.mdx index e2945b5..c07a703 100644 --- a/docs/core-features/primitive-and-simple-types.mdx +++ b/docs/core-features/primitive-and-simple-types.mdx @@ -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'; diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index b753cfb..19974e0 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -1,5 +1,6 @@ --- sidebar_position: 2 +description: You can start by adding a dependency to Maven or Gradle. --- # Getting Started diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/core-features/collection-and-stream-types.mdx b/i18n/ko/docusaurus-plugin-content-docs/current/core-features/collection-and-stream-types.mdx index 87b0cf8..4bb1bea 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/core-features/collection-and-stream-types.mdx +++ b/i18n/ko/docusaurus-plugin-content-docs/current/core-features/collection-and-stream-types.mdx @@ -1,5 +1,6 @@ --- sidebar_position: 4 +description: 배열과 컬렉션, 제너릭 스트림과 원시 스트림 유형의 테스트 인수를 생성합니다. --- import { JavaKotlinCodeBlock } from '@site/src/components/JavaKotlinCodeBlock'; diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/core-features/primitive-and-simple-types.mdx b/i18n/ko/docusaurus-plugin-content-docs/current/core-features/primitive-and-simple-types.mdx index 1f9d8af..ff47470 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/core-features/primitive-and-simple-types.mdx +++ b/i18n/ko/docusaurus-plugin-content-docs/current/core-features/primitive-and-simple-types.mdx @@ -1,5 +1,6 @@ --- sidebar_position: 1 +description: 부울, 정수, 부동소수점과 같은 원시 데이터 유형과 문자열, UUID, BigInteger 같은 유형의 테스트 인수를 생성합니다. --- import { JavaKotlinCodeBlock } from '@site/src/components/JavaKotlinCodeBlock'; diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/getting-started.mdx b/i18n/ko/docusaurus-plugin-content-docs/current/getting-started.mdx index ac7798b..b43f757 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/getting-started.mdx +++ b/i18n/ko/docusaurus-plugin-content-docs/current/getting-started.mdx @@ -1,5 +1,6 @@ --- sidebar_position: 2 +description: Maven 또는 Gradle에 종속성을 추가하여 시작할 수 있습니다. --- # 시작하기