diff --git a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Index.cshtml b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Index.cshtml index 7afe55c369..41097038c0 100644 --- a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Index.cshtml +++ b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Index.cshtml @@ -5,9 +5,16 @@ }

Projects

- \ No newline at end of file +@if (Model.Projects.Count > 0) +{ + +} +else +{ +

There is no project defined yet!

+} \ No newline at end of file