Skip to content

Commit 230b73f

Browse files
committed
remove DocumentSimilarity service from menu
1 parent 9f92cf5 commit 230b73f

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

Textmining.Demo.Web/Properties/PublishProfiles/FolderProfile1.pubxml

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project>
66
<PropertyGroup>
7-
<DeleteExistingFiles>False</DeleteExistingFiles>
8-
<ExcludeApp_Data>False</ExcludeApp_Data>
9-
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
7+
<DeleteExistingFiles>false</DeleteExistingFiles>
8+
<ExcludeApp_Data>false</ExcludeApp_Data>
9+
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
1010
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
1111
<LastUsedPlatform>Any CPU</LastUsedPlatform>
1212
<PublishProvider>FileSystem</PublishProvider>
13-
<PublishUrl>bin\Release\net6.0\publish\</PublishUrl>
13+
<PublishUrl>bin\publish\</PublishUrl>
1414
<WebPublishMethod>FileSystem</WebPublishMethod>
15+
<SiteUrlToLaunchAfterPublish />
16+
<TargetFramework>net6.0</TargetFramework>
17+
<ProjectGuid>5d39ba2d-57e2-4bdc-8334-2ab262e04f96</ProjectGuid>
18+
<SelfContained>false</SelfContained>
1519
</PropertyGroup>
1620
</Project>

Textmining.Demo.Web/Views/Shared/_Menu.cshtml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
<p>تشخیص کلمات زشت و رکیک</p>
2828
</a>
2929
</li>
30-
<li class="nav-item">
30+
@*<li class="nav-item">
3131
<a class="nav-link" asp-action="DocumentSimilarity" asp-controller="Home">
3232
<i class="material-icons">compare</i>
33-
<p style="float: right" @*class="menu-item-main"*@>
33+
<p style="float: right" $1$class="menu-item-main"#1#>
3434
شباهت‌سنجی
3535
<div class="menu-item-alert">(نسخه آزمایشی)</div>
3636
</p>
3737
</a>
38-
</li>
38+
</li>*@
3939
<li class="nav-item">
4040
<a class="nav-link" asp-action="SentimentClassifier" asp-controller="Home">
4141
<i class="material-icons">insert_emoticon</i>

0 commit comments

Comments
 (0)