Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jun 21, 2024
1 parent 42aac0f commit 33a6857
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ btns:
caption: "Changelog"
url: "/changelog/"
type: "outline"
summary: "Mappie is a Kotlin object mapping compiler plugin generating performant code at compile-time while writing minimal code."
summary: "Mappie is a Kotlin compiler plugin generating performant object mapping code at compile-time while writing minimal code."
displaySummary: true
layout: "layouts/front-page.html"
overview:
Expand Down
6 changes: 5 additions & 1 deletion website/src/posts/getting-started/posts/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ eleventyNavigation:
order: 1
---

Welcome to the official documentation of Mappie. Mappie is a Kotlin compiler plugin generating object mapping code with minimal overhead.
Welcome to the official documentation of Mappie. Mappie is a Kotlin compiler plugin generating object mapping code with
minimal overhead.

Mappie can generate mappers for objects and enums. It aims to be easy to use, infer as much implicit mappings as possible,
have a consistent API, and have the same runtime performance as if one would write the mapping code manually.

0 comments on commit 33a6857

Please sign in to comment.