-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update landing page hero section with new tagline and actions
- Loading branch information
1 parent
af88b99
commit e9ae1df
Showing
1 changed file
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
--- | ||
# https://vitepress.dev/reference/default-theme-home-page | ||
layout: home | ||
|
||
hero: | ||
name: "Parsek" | ||
text: "Open-source modular back-end written in Kotlin" | ||
tagline: My great project tagline | ||
name: Parsek | ||
text: Rest API Build Structure for Kotlin | ||
tagline: Create Rest API with Kotlin in Minutes | ||
actions: | ||
- theme: brand | ||
text: Markdown Examples | ||
link: /markdown-examples | ||
text: What is Parsek? | ||
link: /guide/what-is-parsek | ||
- theme: alt | ||
text: API Examples | ||
link: /api-examples | ||
text: Quickstart | ||
link: /guide/getting-started | ||
|
||
features: | ||
- title: Feature A | ||
- title: Modular Codebase | ||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
- title: Feature B | ||
- title: Only Rest API | ||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
- title: Feature C | ||
- title: Basic Development | ||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
--- |