Skip to content

Commit 922b21a

Browse files
updates
1 parent 8e3f349 commit 922b21a

File tree

10 files changed

+38
-8
lines changed

10 files changed

+38
-8
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ DEPENDENCIES
7171
tzinfo-data
7272

7373
BUNDLED WITH
74-
1.17.2
74+
2.1.4

_data/sidebar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sidebar:
2020
- title: Apps
2121
items:
2222
- page: Explore Apps
23-
url: /uvdemo/apps/Explore-apps.html
23+
url: /uvdemo/apps/explore_apps.html
2424

2525
- title: Users
2626
items:

_includes/sidebar-nav.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
<a href="/uvdemo/installation/installation-windows.html">Installation on Windows</a>
99
<a href="/uvdemo/installation/installation-mac.html">Installation on Mac</a>
1010
</div>
11-
</div>
11+
</div>
12+
13+
<div class="parent">
14+
<button class="dropdown-btn">Apps <i class="fa fa-caret-down"></i></button>
15+
<div class="dropdown-container">
16+
<a href="/uvdemo/apps/explore_apps.html">Explore Apps</a>
17+
</div>
18+
</div>
1219

1320
<div class="parent">
1421
<button class="dropdown-btn">Users <i class="fa fa-caret-down"></i></button>
@@ -44,6 +51,16 @@
4451
<a href="/uvdemo/productivity/prepared-response.html">Prepared Responses</a>
4552
</div>
4653
</div>
54+
55+
<div class="parent">
56+
<button class="dropdown-btn">Reports <i class="fa fa-caret-down"></i></button>
57+
58+
<div class="dropdown-container">
59+
60+
<a href="/uvdemo/reports/agent-activity.html">Agent Activity</a>
61+
<a href="/uvdemo/reports/kudos.html">Kudos</a>
62+
</div>
63+
</div>
4764

4865
<div class="parent">
4966
<button class="dropdown-btn">Setting <i class="fa fa-caret-down"></i></button>

_uvdemo/Apps/Explore-apps.html renamed to _uvdemo/apps/explore_apps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: How to add an Apps?
44
link-title: Explore Apps
55
category: Apps
6-
url: /uvdemo/apps/Explore-apps.html
6+
url: /uvdemo/apps/explore_apps.html
77
tags: [Apps, Add Apps, Create Apps, Creating Apps, New Apps, Explore Apps, Publish Apps]
88
---
99
<div class="installation-component">

_uvdemo/Apps/index.html renamed to _uvdemo/apps/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="components-topics">
88
<p class="component-sub-title">Explore Apps</p>
99
<ol>
10-
<li class="sub-a"><a href="/uvdemo/apps/Explore-apps.html" class="component-a" rel="noopener noreferrer" target="_blank">Installation on Ubuntu</a></li>
10+
<li class="sub-a"><a href="/uvdemo/apps/explore_apps.html" class="component-a" rel="noopener noreferrer" target="_blank">Installation on Ubuntu</a></li>
1111
</ol>
1212
</div>
1313
</div>

_uvdemo/knowledgebase/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ol class="paragraph1">
1818
<li><i class="fa fa-caret-right"></i> Login to your UVdesk Support Panel.</li>
1919
<li><i class="fa fa-caret-right"></i> On the Dashboard, you will see <b>"KNOWLEDGEBASE"</b> menu and under it, you will find <b>"Articles"</b>.</li><br/>
20-
<img class='ipsum-logo' src="/assets/images/knowledgebase/article.jpg" alt="uvdesk-image">
20+
<img class='ipsum-logo' src="/assets/images/knowledgebase/article.png" alt="uvdesk-image">
2121
<br/>
2222
<li><i class="fa fa-caret-right"></i> Click on the <b>"Articles"</b> Icon and then you will be redirected to a new page.</li>
2323
<li><i class="fa fa-caret-right"></i> You will see a list of existing articles with its status, edit & delete buttons. You will also see Category and ID for each article.</li><br/>

_uvdemo/knowledgebase/category.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ol class="paragraph1">
1919
<li><i class="fa fa-caret-right"></i> Login to your UVdesk Support Panel.</li>
2020
<li><i class="fa fa-caret-right"></i> On the Dashboard, you will see <b>"KNOWLEDGEBASE"</b> menu and under it, you will find <b>"Category"</b>.</li><br/>
21-
<img class='ipsum-logo' src="/assets/images/knowledgebase/category.jpg" alt="uvdesk-image">
21+
<img class='ipsum-logo' src="/assets/images/knowledgebase/category.png" alt="uvdesk-image">
2222
<br/>
2323
<li><i class="fa fa-caret-right"></i> Click on the <b>"Category"</b> Icon and then you will be redirected to a new page.</li>
2424
<li><i class="fa fa-caret-right"></i> You will see a list of existing categories with its status, edit & delete buttons. You will also see a number of articles in each category.</li><br/>

_uvdemo/knowledgebase/folder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ol class="paragraph1">
1717
<li><i class="fa fa-caret-right"></i> Login to the UVdesk Support Portal.</li>
1818
<li><i class="fa fa-caret-right"></i> On the Dashboard, you will see <b>"KNOWLEDGEBASE"</b> menu and under it, you will find <b>"Folders"</b>.</li><br/>
19-
<img class='ipsum-logo' src="/assets/images/knowledgebase/folder.jpg" alt="uvdesk-image">
19+
<img class='ipsum-logo' src="/assets/images/knowledgebase/folder.png" alt="uvdesk-image">
2020
<br/>
2121
<li><i class="fa fa-caret-right"></i> Click on the <b>"Folders"</b> Icon and then you will be redirected to a new page.</li>
2222
<li><i class="fa fa-caret-right"></i> You will see a grid of existing folders with its Categories & Articles.</li><br/>

_uvdemo/requirements/requirements.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ <h3 class="hamburger-menu-title"><a href="/uvdemo/installation/index.html">Docum
4747
<a href="/uvdemo/installation/installation-mac.html">Installation on Mac</a>
4848
</div>
4949
</div>
50+
<div class="parent">
51+
<button class="dropdown-btn">Apps</button>
52+
<div class="dropdown-container">
53+
<a href="/uvdemo/apps/explore_apps.html">Explore Apps</a>
54+
</div>
55+
</div>
5056
<div class="parent">
5157
<button class="dropdown-btn">Users</button>
5258
<div class="dropdown-container">
@@ -75,6 +81,13 @@ <h3 class="hamburger-menu-title"><a href="/uvdemo/installation/index.html">Docum
7581
<a href="/uvdemo/productivity/prepared-response.html">Prepared Responses</a>
7682
</div>
7783
</div>
84+
<div class="parent">
85+
<button class="dropdown-btn">Reports</button>
86+
<div class="dropdown-container">
87+
<a href="/uvdemo/reports/agent-activity.html">Agent Activity</a>
88+
<a href="/uvdemo/reports/kudos.html">Kudos</a>
89+
</div>
90+
</div>
7891
<div class="parent">
7992
<button class="dropdown-btn">Setting</button>
8093
<div class="dropdown-container">

0 commit comments

Comments
 (0)