Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jun 15, 2024
1 parent 9de462e commit 9638eb2
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/posts/getting-started/posts/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Installation"
summary: ""
summary: "Applying Mappie to your project."
eleventyNavigation:
key: Installation
parent: Getting Started
Expand Down
2 changes: 1 addition & 1 deletion website/src/posts/getting-started/posts/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Introduction"
summary: "Welcome to the official documentation of Mappie. Mappie is a Kotlin compiler plugin generating object mapping code with minimal overhead."
summary: "Welcome to the official documentation of Mappie."
eleventyNavigation:
key: Introduction
parent: Getting Started
Expand Down
6 changes: 6 additions & 0 deletions website/src/posts/mapping/mapping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Mapping"
eleventyNavigation:
key: Mapping
order: 2
---
9 changes: 9 additions & 0 deletions website/src/posts/mapping/posts/enum-mapping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Enum mapping"
summary: "Performing enum mapping."
eleventyNavigation:
key: EnumMapping
parent: Mapping
order: 2
---

9 changes: 9 additions & 0 deletions website/src/posts/mapping/posts/object-mapping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Object mapping"
summary: "Performing object mapping."
eleventyNavigation:
key: ObjectMapping
parent: Mapping
order: 1
---

4 changes: 4 additions & 0 deletions website/src/posts/mapping/posts/posts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"layout": "layouts/post.html",
"permalink": "/getting-started/{{ title | slug }}/index.html"
}

0 comments on commit 9638eb2

Please sign in to comment.