From 51c92a141a43e0869ece5be50e3ef0393b435793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 19 Aug 2020 13:48:22 +0300 Subject: [PATCH] Update Virtual-File-System.md --- docs/en/Virtual-File-System.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/Virtual-File-System.md b/docs/en/Virtual-File-System.md index 957740cb36..307c6e92bc 100644 --- a/docs/en/Virtual-File-System.md +++ b/docs/en/Virtual-File-System.md @@ -135,6 +135,7 @@ By default, ASP.NET Core only allows the `wwwroot` folder to contain the static * Pages * Views +* Components * Themes This allows to add `.js`, `.css`... files near to your `.cshtml` file that is easier to develop and maintain your project.