Skip to content

Commit 5386a6d

Browse files
authored
Merge pull request #683 from gruntwork-io/remove-deprecated-guides
Remove guides and related ephemera, redirect to docs.gruntwork.io
2 parents 08de131 + 95ebc73 commit 5386a6d

File tree

104 files changed

+507
-20245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+507
-20245
lines changed

_data/sitemap.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
- title: Pricing
3333
url: /pricing/
3434

35-
- title: Deployment Guides
36-
url: /guides
37-
3835
- title: FAQ
3936
url: /faq/
4037

_includes/grunty-sub-footer.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

_includes/head.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,4 @@
8787
{% else %}
8888
<meta name="robots" content="index" />
8989
{% endif %} {% include styles.html %} {% include favicon.html %} {% include
90-
share-meta.html %} {% include newsletter-modal.html %} {% include
91-
subscribe-modal.html %}
90+
share-meta.html %} {% include newsletter-modal.html %}

_includes/newsletter-modal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="modal-dialog modal-dialog-centered" role="document">
33
<div class="modal-content text-center">
44
<div class="modal-body">
5-
<img src="/assets/img/guides/layout/img-newsletter.svg" alt="newsletter_image" /><br />
5+
<img src="/assets/img/img-newsletter.svg" alt="newsletter_image" /><br />
66
<label class="modal-title" id="newsletterModalLabel">Success! You’re signed up. </label>
77
<p>You signed up for our newsletter </p>
88
<button type="button" class="btn btn-secondary" onclick="window.history.pushState({path: window.location.pathname },'',window.location.pathname)" data-dismiss="modal">Got it</button>

_includes/newsletter.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

_includes/search.html

Lines changed: 0 additions & 47 deletions
This file was deleted.

_includes/subscribe-modal.html

Lines changed: 0 additions & 104 deletions
This file was deleted.

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
{% include head.html %}
55
</head>
6-
<body{% if page.slug %} class="{{ page.slug }}{% if page.slug != 'index-page' and page.slug !='how-it-works' and page.slug != 'guides' %} sub-page{% endif %}" {% endif %}>
6+
<body{% if page.slug %} class="{{ page.slug }}{% if page.slug != 'index-page' and page.slug !='how-it-works' %} sub-page{% endif %}" {% endif %}>
77
{% include navbar.html %}
88
{{ content }}
99
{% include footer.html %}

_layouts/landing-hipaa.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
{% include head.html %}
55
</head>
6-
<body{% if page.slug %} class="{{ page.slug }}{% if page.slug != 'index-page' and page.slug !='how-it-works' and page.slug != 'guides' %} sub-page{% endif %}" {% endif %}>
6+
<body{% if page.slug %} class="{{ page.slug }}{% if page.slug != 'index-page' and page.slug !='how-it-works' %} sub-page{% endif %}" {% endif %}>
77
{% include landing-navbar-hipaa.html %}
88
{{ content }}
99
{% include scripts.html %}

_layouts/landing-patcher.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
{% include head.html %}
55
</head>
6-
<body{% if page.slug %} class="{{ page.slug }}{% if page.slug != 'index-page' and page.slug !='how-it-works' and page.slug != 'guides' %} sub-page{% endif %}" {% endif %}>
6+
<body{% if page.slug %} class="{{ page.slug }}{% if page.slug != 'index-page' and page.slug !='how-it-works' %} sub-page{% endif %}" {% endif %}>
77
{% include landing-navbar-patcher.html %}
88
{{ content }}
99
{% include scripts.html %}

0 commit comments

Comments
 (0)