diff --git a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml index 9f8a78ae9f..419c232e36 100644 --- a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml +++ b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml @@ -18,7 +18,7 @@ @model IndexModel @{ - ViewBag.FluidLayout = false; + ViewBag.FluidLayout = true; Layout = ThemeManager.CurrentTheme.GetEmptyLayout(); PageLayout.Content.Title = Model.DocumentName?.Replace("-", " "); ViewBag.Description = Model.GetDescription(); @@ -26,398 +26,421 @@ } @section styles { - - - - - - - + + + + + + + } + @section scripts { - - - - - - - - - - - - + + + + + + + + + + + + } + @if (Model.LoadSuccess) { -
- -
- -
- +
-
-
- @if (Model.ShowProjectsCombobox && Model.ProjectSelectItems.Count > 1) - { -
- -
- Project -
-
- - - - - -
-
-
- -
- } - @if (Model.VersionSelectItems.Any()) - { -
- -
-
- Version -
-
- - - - - - - -
-
-
-
- -
- } - @if (Model.LanguageSelectListItems.Count > 1) - { -
- - -
-
- Language -
-
- @* - - *@ - -
-
-
-
- -
- } -
+
+ } + @if (Model.VersionSelectItems.Any()) + { +
+
+
+ @L["Version"] +
+
+ + + -
-
-
- - -
+
- - @if (Model.Navigation == null || !Model.Navigation.HasChildItems) - { -
- @L["NavigationDocumentNotFound"] -
- } - else - { - - } +
-
- @if (Model.Document != null) +
+ } + @if (Model.LanguageSelectListItems.Count > 1) { -
-
-
- -