diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts
index a164dd80..b8cf9d29 100644
--- a/docs/.vitepress/config.mts
+++ b/docs/.vitepress/config.mts
@@ -1,13 +1,14 @@
import {defineConfig} from "vitepress";
import {apiAnchor} from "@tsed/vitepress-theme/markdown/api-anchor/api-anchor.js";
import pkg from "../../package.json";
+import team from "../team.json"
import {getSidebar} from "./api.js";
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "Ts.ED Logger",
lastUpdated: true,
-
+ description: "Ts.ED Logger is multi-channel logger compatible with Node.js, Bun.js and browser environment",
sitemap: {
hostname: "https://logger.tsed.io"
},
@@ -34,6 +35,7 @@ export default defineConfig({
apiUrl: "/api.json",
apiRedirectUrl: "",
repo: "tsedio/logger",
+ team,
githubProxyUrl: "https://api.tsed.io/rest/github/tsedio/tsed",
stargazerUrl: "https://api.tsed.io/rest/github/tsedio/logger",
defaultStargazerValue: 64,
diff --git a/docs/index.md b/docs/index.md
index d56705da..ea573367 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -5,7 +5,7 @@ layout: home
hero:
name: "@tsed/logger"
text: "A multi-channel logger."
- tagline: "Manage your logs of your application"
+ tagline: "Manage your logs of your application with ease."
actions:
- theme: brand
text: Getting started
@@ -13,7 +13,9 @@ hero:
- theme: alt
text: Become sponsor
link: https://github.com/sponsors/Romakita
-
+testimonial:
+ title: "What the logger do?"
+ description: "The logger is a multi-channel logger that allows you to manage your logs of your application with ease. It supports multi destination like Console, Remote, File with configurable log rolling based on file size or date."
features:
- title: Multi channel
icon:
@@ -84,27 +86,3 @@ partners:
src: https://tsed.dev/partners/schnell.svg
class: "max-w-[120px]"
---
-
-
-
-
-