From e2969173556eeec39a2a0c51dbdb70f009b27d16 Mon Sep 17 00:00:00 2001 From: berkaltiok <17373485+berkaltiok@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:30:22 +0300 Subject: [PATCH] feat: add team section --- .vitepress/config.ts | 10 +++++++++- src/guide/what-is-parsek.md | 33 ++++++++++++++++++++++++++++++--- 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 87aaf02..8ced07a 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -39,10 +39,13 @@ export const sidebar = [ ] export default defineConfig({ + srcDir: "src", + lang: "en-US", title: "Parsek", description: "Rest API Build Structure for Kotlin", - srcDir: "src", + + lastUpdated: true, head: [ ["meta", { name: "theme-color", content: "#000000" }], @@ -80,6 +83,11 @@ export default defineConfig({ provider: "local" }, + editLink: { + pattern: "https://github.com/StatuParsek/website/edit/main/:path", + text: "Edit this page on GitHub" + }, + footer: { copyright: `Copyright © 2023 - ${new Date().getFullYear()} Parsek` } diff --git a/src/guide/what-is-parsek.md b/src/guide/what-is-parsek.md index 8ecdfd6..1372e9e 100644 --- a/src/guide/what-is-parsek.md +++ b/src/guide/what-is-parsek.md @@ -1,8 +1,30 @@ -# What is Parsek? + +# What is Parsek? +Parsek is a core platform designed for back-end applications, allowing developers to focus on their projects without worrying about speed optimizations, best practices, or scalability. By offering reusable plugins and rapid development tools, Parsek eliminates the need to write the same feature code for each project, ensuring faster, more efficient development while maintaining high performance. ## Philosophy @@ -41,3 +63,8 @@ For individuals who would rather learn by doing. ### **Check out the Examples** Discover common examples of core features and official plugins available for Parsek. + +## Our Team +Say hello to our awesome team. + +