forked from Kong/docs.konghq.com
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enterprise documentation redesign: Header section updated Left navigation sidebar added * Added Welcome text * Enterprise documentation section support Added Knowledge base resources Added 'Whats New' callout element * Right TOC sidebar in Enterprise docs * Navtabs support * Design tweaks related to responsiveness * Feedback widget * Fixed formatting * Knowledge base links added * Welcome text moved to page content section * Navtabs formatting fix * Added What's new page to fix missing link test * Enterprise Installation page redesign * Reverted accidentally removed section and typo * adjusting toc header depth Co-authored-by: Vladimir Hrusovsky <[email protected]>
- Loading branch information
1 parent
0dc602b
commit f2a1c25
Showing
35 changed files
with
1,410 additions
and
105 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
app/_assets/images/icons/documentation/icn-admin-api-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
app/_assets/images/icons/documentation/icn-api-plugins-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
app/_assets/images/icons/documentation/icn-deployment-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
app/_assets/images/icons/documentation/icn-dev-portal-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions
10
app/_assets/images/icons/documentation/icn-documentation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
app/_assets/images/icons/documentation/icn-quickstart-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
.accordion-container { | ||
position: relative; | ||
margin: 0; | ||
padding: 0; | ||
|
||
> li { | ||
border-bottom: 1px solid #ebebeb; | ||
list-style: none; | ||
margin: 0; | ||
|
||
input { | ||
display: none; | ||
|
||
&:checked { | ||
+ label { | ||
border-left-color: rgb(0, 112, 191); | ||
|
||
i { | ||
transform: rotate(180deg); | ||
} | ||
|
||
img { | ||
opacity: 1; | ||
filter: none; | ||
} | ||
|
||
+ div { | ||
opacity: 1; | ||
max-height: 1500px; | ||
} | ||
} | ||
} | ||
} | ||
|
||
a { | ||
color: rgba(0, 0, 0, 0.7); | ||
} | ||
|
||
label { | ||
position: relative; | ||
display: flex; | ||
align-items: center; | ||
cursor: pointer; | ||
margin: 0; | ||
font-size: 14px; | ||
line-height: 30px; | ||
padding: 16px 16px 16px 15px; | ||
border-left: 2px solid transparent; | ||
transition: border-left-color 0.5s linear; | ||
|
||
img { | ||
width: 20px; | ||
margin-right: 18px; | ||
opacity: 0.5; | ||
transition: opacity 0.5s linear; | ||
filter: grayscale(1); | ||
} | ||
|
||
i { | ||
position: absolute; | ||
color: #5b5b5b; | ||
font-size: 12px; | ||
opacity: 0.3; | ||
right: 16px; | ||
top: 24px; | ||
} | ||
} | ||
|
||
div { | ||
overflow: hidden; | ||
max-height: 0; | ||
padding: 0 22px; | ||
opacity: 0; | ||
border-left: 2px solid rgb(0, 112, 191); | ||
transition: all 0.5s linear; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
.feedback-widget-container { | ||
position: fixed; | ||
bottom: 32px; | ||
right: 32px; | ||
z-index: 10; | ||
|
||
input { | ||
display: none; | ||
|
||
&:checked { | ||
+ label + .feedback-container { | ||
transform: translateX(0) scale(1); | ||
} | ||
} | ||
} | ||
|
||
label { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
width: 52px; | ||
height: 52px; | ||
border-radius: 50%; | ||
background: @blue; | ||
font-size: 20px; | ||
color: white; | ||
cursor: pointer; | ||
} | ||
|
||
.feedback-container { | ||
position: absolute; | ||
background: white; | ||
margin-bottom: 16px; | ||
padding: 32px 64px; | ||
bottom: 100%; | ||
right: 0; | ||
box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2); | ||
transform: translateX(500px) scale(0); | ||
transition: 0.5s transform; | ||
|
||
.feedback-options { | ||
position: relative; | ||
transition: opacity 0.5s; | ||
|
||
.feedback-options-title { | ||
text-align: center; | ||
font-size: 18px; | ||
font-weight: 600; | ||
color: @navy-dark; | ||
white-space: nowrap; | ||
} | ||
|
||
.feedback-options-buttons { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
margin-top: 24px; | ||
|
||
.feedback-options-button { | ||
font-size: 24px; | ||
cursor: pointer; | ||
padding: 8px; | ||
color: @blue; | ||
transition: transform 0.25s; | ||
|
||
&:not(:first-of-type) { | ||
margin-left: 24px; | ||
} | ||
|
||
&:hover { | ||
transform: scale(1.2); | ||
} | ||
} | ||
} | ||
} | ||
|
||
.feedback-comment { | ||
visibility: hidden; | ||
position: absolute; | ||
left: 16px; | ||
top: 16px; | ||
right: 16px; | ||
bottom: 16px; | ||
|
||
textarea { | ||
width: 100%; | ||
resize: none; | ||
} | ||
|
||
.feedback-comment-buttons { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
|
||
button { | ||
&.button-primary { | ||
background: @blue; | ||
} | ||
|
||
&:not(:first-of-type) { | ||
margin-left: 8px; | ||
} | ||
} | ||
} | ||
} | ||
|
||
.feedback-thankyou { | ||
visibility: hidden; | ||
position: absolute; | ||
left: 32px; | ||
top: 32px; | ||
right: 32px; | ||
bottom: 32px; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
font-size: 20px; | ||
color: @blue; | ||
text-align: center; | ||
} | ||
} | ||
} |
Oops, something went wrong.