Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Update Apple branding #1840

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :jekyll_plugins do
gem 'kramdown-parser-gfm'
gem 'i18n', '>= 0.7'
gem 'jekyll-assets'
gem 'sprockets', '~> 3.7'
gem 'sprockets', '~> 4.0'
gem 'rack', '>= 2.0.6'
gem 'nokogiri', '>= 1.10.4'
gem 'html-proofer'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sprockets (3.7.2)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
thread_safe (0.3.6)
Expand Down Expand Up @@ -164,7 +164,7 @@ DEPENDENCIES
kramdown-parser-gfm
nokogiri (>= 1.10.4)
rack (>= 2.0.6)
sprockets (~> 3.7)
sprockets (~> 4.0)
whenever

BUNDLED WITH
Expand Down
38 changes: 2 additions & 36 deletions _data/documentsupdated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
image: getting-started
documents:
- documentname: Getting Started with your Free Trial Account
- documentname: Do More with the Conversational Cloud
- documentname: Customizing the Conversational Cloud
- documentname: Starting with your Concierge Bot
- documentname: LivePerson APIs and SDKs
Expand Down Expand Up @@ -934,42 +935,7 @@
- subpagename: Agent Activity
- subpagename: Current Queue State
- subpagename: SLA Histogram
- documentname: Outbound Reporting API
kstrickland09 marked this conversation as resolved.
Show resolved Hide resolved
pages:
- pagename: Overview
- documentname: Key Messaging Metrics API
basedomain: https://{domain}/manager_workspace/api/account/{accountID}
pages:
- pagename: Overview
- pagename: Methods
subpages:
- subpagename: Metrics
- subpagename: Historical
- subpagename: Agent View
- documentname: Agent Activity API
basedomain: https://{domain}/api/account/{accountID}
pages:
- pagename: Overview
- pagename: Methods
subpages:
- subpagename: Get Status Changes
- pagename: Error Codes
- documentname: Actual Handle Time API
basedomain: https://{domain}/api/account/{accountID}
pages:
- pagename: Overview
- pagename: Methods
subpages:
- subpagename: Get Agent Segments
- pagename: Error Codes
- documentname: Net Handle Time API
basedomain: https://{domain}/operations/api/account/{accountID}
pages:
- pagename: Overview
- pagename: Methods
subpages:
- subpagename: Get Net Handle Time by Skill
- pagename: Error Codes

- categoryname: Messaging Channels
image: agent-interaction
documents:
Expand Down
2 changes: 1 addition & 1 deletion _exclude/CustomerFacingBots/LiveEngageBotConnectorGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ indicator: both

<div class="important">The intended audience of this document is LivePerson Professional Services and other account stakeholders. It is to be used for consulting 3rd party bot builders in integrating their bots to LivePerson on behalf of our customers.</div>

The LiveEngage platform helps orchestrate the flow of messages back and forth between consumers and Agents. Consumers can be on any end-user channel such as SMS, Web, Facebook Messenger and Apple Business chat, and communicate with both Human and Automated (Bot) agents. A bot is an automated conversational agent that performs a specific goal. LiveEngage has several avenues through which our customers can develop and deploy bots:
The LiveEngage platform helps orchestrate the flow of messages back and forth between consumers and Agents. Consumers can be on any end-user channel such as SMS, Web, Facebook Messenger and Apple Messages for Business, and communicate with both Human and Automated (Bot) agents. A bot is an automated conversational agent that performs a specific goal. LiveEngage has several avenues through which our customers can develop and deploy bots:

* BotCentral Platform (owned by LivePerson, soon to be deprecated by the Conversation Builder)

Expand Down
17 changes: 3 additions & 14 deletions css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -596,11 +596,6 @@ td {
}
}

.table-wrapper {
display: block;
overflow-x: auto;
}

#featurestable {
width: 100%;
max-width: none;
Expand All @@ -617,8 +612,6 @@ td {

#featurestable tr td {
vertical-align: middle;
hyphens: inherit;
overflow-wrap: inherit;
}

#featurestable .green {
Expand Down Expand Up @@ -673,7 +666,7 @@ td {
padding-left: 10px;
}

.categoryrow td {
.categoryrow {
background-color: #162036 !important;
}

Expand Down Expand Up @@ -1225,13 +1218,10 @@ div#defaultsidebar .mysidebar .sidebarbuttoncontainer {
}

#jumpto {
flex: 1 !important; /* TODO: Disable “important” */
padding-bottom: var(--space10);
}

#jumpto #anchorlist p:not(:empty) {
min-width: 240px;
}

#anchorlist {
margin-top: 70px;
overflow-wrap: anywhere;
Expand Down Expand Up @@ -1276,8 +1266,7 @@ div#defaultsidebar .mysidebar .sidebarbuttoncontainer {
}

.highlightlink {
background-color: var(--body-background) !important;
/* Make sure background is white */
background-color: var(--body-background) !important; /* Make sure background is white */
color: var(--link-color) !important;
font-weight: bold;
}
Expand Down
19 changes: 1 addition & 18 deletions css/inner-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,27 +190,10 @@ table>thead>tr>th {
border-bottom: none;
}

table>tbody>tr:nth-of-type(odd):not(.categoryrow) td {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not good :) this is something we need so please take the latest version

table>tbody>tr:nth-of-type(odd) {
background-color: var(--table-cell);
}

#featurestable tr td,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also i need this, this was done in my latest pr, fixing to a responsive table

#featurestable tr th {
padding: 8px;
min-width: 130px;
}

#featurestable tr td:first-child,
#featurestable tr th:first-child {
min-width: 200px;
}

#featurestable tr {
width: 100%;
display: grid;
grid-auto-flow: column;
}

.designsheet table tr td {
line-height: 2.4em !important;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion js/additionalscripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ function searchFunction() {
//very similar to the search function above, just for the capabilities comparison table
function capabilitiesSearch() {
var $title = $(".h1").text()
if ($title.indexOf("Messaging features Capabilities Comparison") > -1) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, important, so please maybe undo last commit and merge with master

if ($title.indexOf("Rich Messaging Channel Capabilities") > -1) {
// Declare variables
// console.log("run")
var input, filter, table, tr, categorytr, td, i
Expand Down
Loading