From 602eee3a085e238067b948b5fe9e70a72e6eafc7 Mon Sep 17 00:00:00 2001 From: Ishan Joshi <78465651+newtoallofthis123@users.noreply.github.com> Date: Sun, 30 Jun 2024 04:26:03 +0530 Subject: [PATCH] Add Descriptions to Doc Files (#8) * Add Descriptions to Doc Files * Update services.mdx --------- Co-authored-by: Johnson Chu --- src/content/docs/core-concepts/embedded-languages.mdx | 1 + src/content/docs/core-concepts/volar-labs.mdx | 1 + src/content/docs/core-concepts/why-volar.mdx | 1 + src/content/docs/guides/file-structure.mdx | 3 ++- src/content/docs/guides/first-server.mdx | 1 + src/content/docs/index.mdx | 2 +- src/content/docs/reference/services.mdx | 1 + 7 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/content/docs/core-concepts/embedded-languages.mdx b/src/content/docs/core-concepts/embedded-languages.mdx index 93ef939..76ee3b6 100644 --- a/src/content/docs/core-concepts/embedded-languages.mdx +++ b/src/content/docs/core-concepts/embedded-languages.mdx @@ -1,5 +1,6 @@ --- title: Embedded languages +description: VolarJS has top-notch support for embedded languages and can drastically simplify the mappings needed to get editing features working across the different parts of your files. --- A lot of programming languages used these days are composed of other programming languages. The most famous example is HTML, in which you will find JavaScript and CSS in `