From fbb0664e57cf3e6e435d1f9afd8d96fb9b6d0290 Mon Sep 17 00:00:00 2001 From: halimekarayay Date: Thu, 1 Sep 2022 18:05:55 +0300 Subject: [PATCH] docs modul edited --- .../Pages/Documents/Project/Index.cshtml | 141 ++++---- .../Pages/Documents/Project/Index.cshtml.cs | 7 + .../Pages/Documents/Shared/Scripts/vs.js | 2 +- .../Pages/Documents/Shared/Styles/vs.css | 290 ++++++++++------- .../Pages/Documents/Shared/Styles/vs.css.map | 2 +- .../Pages/Documents/Shared/Styles/vs.scss | 302 +++++++++++------- 6 files changed, 450 insertions(+), 294 deletions(-) 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 ec897eb73c..24b18cad3a 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 @@ -51,9 +51,8 @@ @if (Model.LoadSuccess) {
-
-
-
+ +
-
-
- -
- @if (Model.ShowProjectsCombobox && Model.ProjectSelectItems.Count > 1) +
+
+ @if (Model.ShowProjectsCombobox && Model.ProjectSelectItems.Count > 1) { +
+
Project
@@ -106,12 +105,13 @@
- } +
- -
- @if (Model.VersionSelectItems.Any()) + } + @if (Model.VersionSelectItems.Any()) { +
+
Version @@ -131,15 +131,15 @@
- } +
- - -
- - @if (Model.LanguageSelectListItems.Count > 1) + } + @if (Model.LanguageSelectListItems.Count > 1) { -
+
+ + +
Language
@@ -155,9 +155,9 @@
- } +
- + }
@@ -195,33 +195,36 @@
-
@if (Model.Document != null) { -
-
- - -