From 1cec6e18d05da1a0a49e332c5c2a9513e3b11078 Mon Sep 17 00:00:00 2001 From: robiulhr Date: Sun, 6 Aug 2023 13:59:31 +0600 Subject: [PATCH] docs: updating docs home page title and description --- docs/.vitepress/config.js | 2 +- docs/index.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 34c3433..00fc362 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -1,7 +1,7 @@ // .vitepress/config.js export default { title: "Tiny Express", - description: "An awesome docs template built by me", + description: "Fast, unopinionated, minimalist web framework for Node.js", base: "/tiny-express/", themeConfig: { cleanUrls: true, diff --git a/docs/index.md b/docs/index.md index c16dc73..fb3bc7e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ --- layout: home -title: VitePress -titleTemplate: Vite & Vue powered static site generator +title: Tiny Express +description: Fast, unopinionated, minimalist web framework for Node.js hero: name: "Tiny Express" text: "Fast, unopinionated, minimalist web framework for Node.js" @@ -16,4 +16,4 @@ features: - icon: 📈 title: Performance. details: Tiny Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love. ---- \ No newline at end of file +---