Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev -> PROD #129

Merged
merged 2 commits into from
Dec 11, 2024
Merged
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postman-zendesk-support-theme",
"version": "1.14.0",
"version": "1.15.0",
"author": "Brandon Castillo",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5323,7 +5323,7 @@ a.nav-link.uber-nav:active {

@media screen and (min-width: 992px) {
.dropdown-col-menu {
width: 48em;
width: 34em;
}

.dropdown-col-menu.colWidth {
Expand Down
66 changes: 21 additions & 45 deletions templates/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-bs-toggle="dropdown"
aria-expanded="false">
Resources and Support
Resources
<svg class="arrow-icon" xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"
fill="#6b6b6b">
<g>
Expand All @@ -143,70 +143,46 @@
<div class="col-sm-6 col-md-4 dropdown-col">
<h6 class="dropdown-header">Learning</h6>
<a class="dropdown-item" href="https://learning.postman.com/docs/getting-started/introduction/">
Learning Center Docs
Postman Docs
</a>
<a class="dropdown-item" target='_blank' rel='noreferrer' href="https://academy.postman.com/">
Postman Academy
Academy
</a>
<a class="dropdown-item" href="https://www.postman.com/whitepaper/">
White Papers
</a>
<a class="dropdown-item" href="https://www.postman.com/events/breaking-changes/">
Breaking Changes Show
<a class="dropdown-item" href="https://blog.postman.com/">
Blog
</a>
<a class="dropdown-item" href="https://www.postman.com/templates/">
Templates
</a>
<a class="dropdown-item" href="https://quickstarts.postman.com/" target="_blank">
Tutorials
</a>
<a class="dropdown-item" href="https://www.postman.com/events/intergalactic/">
Webinars
</a>
<a class="dropdown-item" href="https://www.postman.com/state-of-api/">
State of the API Report
</a>
<a class="dropdown-item" href="https://www.postman.com/api-first">
Guide to API-First
</a>
</div>
<div class="col-sm-6 col-md-4 dropdown-col">
<h6 class="dropdown-header">Community and Events</h6>
<a class="dropdown-item" href="https://www.postman.com/postcon/">
POST/CON
</a>
<a class="dropdown-item" href="https://blog.postman.com/">
Blog
<h6 class="dropdown-header">Resources</h6>
<a class="dropdown-item" href="https://www.postman.com/support/">
Support Center
</a>
<a class="dropdown-item" href="https://www.postman.com/community/">
Community
</a>
<a class="dropdown-item" href="https://www.postman.com/company/student-program/">
Student Program
</a>
<a class="dropdown-item" href="https://www.postman.com/events/">
Events
<a class="dropdown-item" href="https://www.postman.com/downloads/release-notes/">
Release Notes
</a>
<a class="dropdown-item" href="https://store.postman.com/" target="_blank" rel="noreferrer">
Postman Swag
<a class="dropdown-item" href="https://status.postman.com/" target="_blank" rel="noreferrer">
Postman Status
</a>
</div>
<div class="col-sm-6 col-md-4 dropdown-col">
<h6 class="dropdown-header">Support</h6>
<a class="dropdown-item" href="https://www.postman.com/support/">
Support Center
</a>
<a class="dropdown-item" href="https://www.postman.com.support/resellers-support/">
Reseller Support
<h6 class="dropdown-header">Company</h6>
<a class="dropdown-item" href="https://www.postman.com/company/contact-us/">
Contact
</a>
<a class="dropdown-item" href="https://status.postman.com/" target="_blank" rel="noreferrer">
Postman Status
<a class="dropdown-item" href="https://www.postman.com/postcon/">
POST/CON
</a>
<a class="dropdown-item" href="https://www.postman.com/downloads/release-notes/">
Release Notes
<a class="dropdown-item" href="https://www.postman.com/events/">
Events
</a>
<a class="dropdown-item" href="https://www.postman.com/company/contact-us/">
Contact Us
<a class="dropdown-item" href="https://store.postman.com/" target="_blank" rel="noreferrer">
Swag
</a>
</div>
</div>
Expand Down
Loading