From 83611cdbe1d8b3619daf38a900d0eb2f58ad8735 Mon Sep 17 00:00:00 2001
From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com>
Date: Tue, 15 Feb 2022 19:05:10 +0700
Subject: [PATCH] Resources added for VuePress (#1139)
---
.../content/120-static-site-generators/103-vuepress.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/100-frontend/content/120-static-site-generators/103-vuepress.md b/content/roadmaps/100-frontend/content/120-static-site-generators/103-vuepress.md
index 7600abf83..1747915aa 100644
--- a/content/roadmaps/100-frontend/content/120-static-site-generators/103-vuepress.md
+++ b/content/roadmaps/100-frontend/content/120-static-site-generators/103-vuepress.md
@@ -1 +1,8 @@
-# Vuepress
\ No newline at end of file
+# Vuepress
+
+VuePress is composed of two parts: a minimalistic static site generator (opens new window)with a Vue-powered theming system and Plugin API, and a default theme optimized for writing technical documentation. It was created to support the documentation needs of Vue’s own sub projects.
+
+Free Resources
+Official Website
+Official Docs for Getting Started
+Introduction to VuePress