Skip to content

Commit

Permalink
Merge pull request #90 from postmanlabs/markeng-2994
Browse files Browse the repository at this point in the history
[MARKENG-2994] Remove public roadmap tile from support page
  • Loading branch information
brandonmcastillo authored Dec 13, 2023
2 parents 57d0389 + a844f2f commit dc53d48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "post-zen",
"author": "Brandon Castillo, Marketing Engineering, Postman.",
"version": "1.10.2",
"version": "1.11.0",
"api_version": 2,
"default_locale": "en-us",
"settings": [
Expand Down
25 changes: 6 additions & 19 deletions templates/home_page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,6 @@
</div>
<div><a href="/hc/en-us/categories/115000609205">Read articles →</a></div>
</div>
<div class="col-sm-6 col-lg-4 pr-md-5 flex-column">
<div>
<div class="icon"
style="background-image:url('https://voyager.postman.com/icon/solution-puzzle-answers-icon-postman.svg');background-size:contain;background-repeat:no-repeat;background-position:center left">
</div>
<h3 class="h4 card-title mb-4">Postman answers</h3>
<div>
<p>Code samples for most commonly asked questions.</p>
</div>
</div>
<div><a href="https://www.postman.com/postman/workspace/postman-answers/overview">Go to Postman answers
→</a></div>
</div>
<div class="col-sm-6 col-lg-4 pr-md-5 flex-column">
<div>
<div class="icon"
Expand Down Expand Up @@ -168,18 +155,18 @@
</div>
<div><a href="https://support.postman.com/hc/en-us/requests/new">Submit a request →</a></div>
</div>
<div class="col-sm-6 col-lg-4 pr-md-5 flex-column justify-content-between">
<div class="col-sm-6 col-lg-4 pr-md-5 flex-column">
<div>
<div class="icon"
style="background-image:url('https://voyager.postman.com/icon/roadmap-pin-icon-postman.svg');background-size:contain;background-repeat:no-repeat;background-position:center left">
style="background-image:url('https://voyager.postman.com/icon/solution-puzzle-answers-icon-postman.svg');background-size:contain;background-repeat:no-repeat;background-position:center left">
</div>
<h3 class="h4 card-title mb-4">Postman roadmap</h3>
<h3 class="h4 card-title mb-4">Postman answers</h3>
<div>
<p>Find out which features are coming out next on our public roadmap on GitHub.</p>
<p>Code samples for most commonly asked questions.</p>
</div>
</div>
<div><a href="https://github.com/postmanlabs/postman-app-support/projects/45?fullscreen=true">Go to
Postman roadmap →</a></div>
<div><a href="https://www.postman.com/postman/workspace/postman-answers/overview">Go to Postman answers
→</a></div>
</div>
</div>
</div>
Expand Down

0 comments on commit dc53d48

Please sign in to comment.