From cb1d3484d099b8e2d43f3c300d79a9b9864e120a Mon Sep 17 00:00:00 2001 From: "jonghyon.s" Date: Sun, 16 Jun 2024 19:53:44 +0900 Subject: [PATCH] docs: add summary --- docs/en/SUMMARY.md | 2 ++ docs/ko/SUMMARY.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/en/SUMMARY.md b/docs/en/SUMMARY.md index b95a4b519..5b324fef7 100644 --- a/docs/en/SUMMARY.md +++ b/docs/en/SUMMARY.md @@ -17,4 +17,6 @@ ## FAQ * [How can I see the generated query?](faq/how-can-i-see-the-generated-query.md) +* [How can I use Kotlin value class?](faq/how-do-i-use-kotlin-value-class.md) * [What is the difference between Kotlin JDSL and jOOQ and QueryDSL?](faq/what-is-the-difference-between-kotlin-jdsl-and-jooq-and-querydsl.md) +* [Why is there a support module that only has a nullable return type](faq/why-is-there-a-support-module-that-only-has-a-nullable-return-type.md) diff --git a/docs/ko/SUMMARY.md b/docs/ko/SUMMARY.md index b95a4b519..087c0c4e2 100644 --- a/docs/ko/SUMMARY.md +++ b/docs/ko/SUMMARY.md @@ -16,5 +16,7 @@ ## FAQ -* [How can I see the generated query?](faq/how-can-i-see-the-generated-query.md) -* [What is the difference between Kotlin JDSL and jOOQ and QueryDSL?](faq/what-is-the-difference-between-kotlin-jdsl-and-jooq-and-querydsl.md) +* [어떻게 생성된 쿼리를 볼 수 있나요?](faq/how-can-i-see-the-generated-query.md) +* [Kotlin value class 를 사용하려면 어떻게 해야할까요?](faq/how-do-i-use-kotlin-value-class.md) +* [Kotlin JDSL과 jOOQ, QueryDSL의 차이점은 무엇인가요?](faq/what-is-the-difference-between-kotlin-jdsl-and-jooq-and-querydsl.md) +* [왜 Kotlin JDSL은 Nullable한 반환 타입을 허용하나요?](faq/why-is-there-a-support-module-that-only-has-a-nullable-return-type.md)