diff --git a/docs/index.md b/docs/index.md index 607b2b2..17df04c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ has_children: false --- # KHTMX -This repository contains libraries which make using HTMX within Kotlin better. +This [repository](https://github.com/wakingrufus/khtmx) contains libraries which make using HTMX within Kotlin better. ## KHTMX DSL KHTMX DSL is a multi-platform Kotlin DSL which extends the kotlinx HTML DSL to support HTMX. See the full [Documentation](dsl.md) for more information. @@ -14,3 +14,9 @@ KHTMX DSL is a multi-platform Kotlin DSL which extends the kotlinx HTML DSL to s ## KHTMX Spring khtmx-spring provides a DSL for Spring Boot which allows a seamless integration between Spring Boot routes and HTMX pages and templates. See [KHTMX Spring](spring.md) for more information. + +## Examples +These projects are examples of how these libraries can be used. + +- [elo-web](https://github.com/wakingrufus/elo-web) +- [spring-ai-ui](https://github.com/jamesward/spring-ai-ui)