Skip to content

Commit

Permalink
Archive Gateway documentation before 2.x (#3892)
Browse files Browse the repository at this point in the history
* move everything before 2.0 into an archive directory
* set archive version to 2.0; link to archive netlify site
* add missing menu entry for enterprise dropdown
* update enterprise version
* Fix version switcher smoke tests

Co-authored-by: Michael Heap <m@michaelheap.com>
  • Loading branch information
2 people authored and sumimakito committed Jul 15, 2022
1 parent 31fa552 commit a0d38e2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions archive/gateway-oss/1.4.x/getting-started/adding-consumers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Adding Consumers
<div class="alert alert-warning">
<strong>Before you start:</strong>
<ol>
<li>Make sure you've <a href="https://konghq.com/install">installed Kong</a> &mdash; It should only take a minute!</li>
<li>Make sure you've <a href="https://konghq.com/install/">installed Kong</a> &mdash; It should only take a minute!</li>
<li>Make sure you've <a href="/{{page.kong_version}}/getting-started/quickstart">started Kong</a>.</li>
<li>Also, make sure you've <a href="/{{page.kong_version}}/getting-started/configuring-a-service">configured your Service in Kong</a>.</li>
</ol>
Expand Down Expand Up @@ -84,7 +84,7 @@ Plugins, feel free to read more on Kong in one of the following documents:
- [Admin API Reference][API]
- [Clustering Reference][cluster]

Questions? Issues? Contact us on one of the [Community Channels](https://konghq.com/community)
Questions? Issues? Contact us on one of the [Community Channels](https://konghq.com/community/)
for help!

[key-auth]: /plugins/key-authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Enabling Plugins
<div class="alert alert-warning">
<strong>Before you start:</strong>
<ol>
<li>Make sure you've <a href="https://konghq.com/install">installed Kong</a> - It should only take a minute!</li>
<li>Make sure you've <a href="https://konghq.com/install/">installed Kong</a> - It should only take a minute!</li>
<li>Make sure you've <a href="/{{page.kong_version}}/getting-started/quickstart">started Kong</a>.</li>
<li>Also, make sure you've <a href="/{{page.kong_version}}/getting-started/configuring-a-service">configured your Service in Kong</a>.</li>
</ol>
Expand Down
4 changes: 2 additions & 2 deletions archive/gateway-oss/1.5.x/getting-started/adding-consumers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Adding Consumers
<div class="alert alert-warning">
<strong>Before you start:</strong>
<ol>
<li>Make sure you've <a href="https://konghq.com/install">installed Kong</a> &mdash; It should only take a minute!</li>
<li>Make sure you've <a href="https://konghq.com/install/">installed Kong</a> &mdash; It should only take a minute!</li>
<li>Make sure you've <a href="/{{page.kong_version}}/getting-started/quickstart">started Kong</a>.</li>
<li>Also, make sure you've <a href="/{{page.kong_version}}/getting-started/configuring-a-service">configured your Service in Kong</a>.</li>
</ol>
Expand Down Expand Up @@ -84,7 +84,7 @@ Plugins, feel free to read more on Kong in one of the following documents:
- [Admin API Reference][API]
- [Clustering Reference][cluster]

Questions? Issues? Contact us on one of the [Community Channels](https://konghq.com/community)
Questions? Issues? Contact us on one of the [Community Channels](https://konghq.com/community/)
for help!

[key-auth]: /plugins/key-authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Configuring a Service
<div class="alert alert-warning">
<strong>Before you start:</strong>
<ol>
<li>Make sure you've <a href="https://konghq.com/install">installed Kong</a> &mdash; It should only take a minute!</li>
<li>Make sure you've <a href="https://konghq.com/install/">installed Kong</a> &mdash; It should only take a minute!</li>
<li>Make sure you've <a href="/{{page.kong_version}}/getting-started/quickstart">started Kong</a>.</li>
</ol>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Enabling Plugins
<div class="alert alert-warning">
<strong>Before you start:</strong>
<ol>
<li>Make sure you've <a href="https://konghq.com/install">installed Kong</a> - It should only take a minute!</li>
<li>Make sure you've <a href="https://konghq.com/install/">installed Kong</a> - It should only take a minute!</li>
<li>Make sure you've <a href="/{{page.kong_version}}/getting-started/quickstart">started Kong</a>.</li>
<li>Also, make sure you've <a href="/{{page.kong_version}}/getting-started/configuring-a-service">configured your Service in Kong</a>.</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion archive/gateway-oss/1.5.x/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Welcome to Kong
---

<div class="alert alert-warning">
<strong>Before you start:</strong> Make sure you've <a href="https://konghq.com/install">installed Kong</a> &mdash; It should only take a minute!
<strong>Before you start:</strong> Make sure you've <a href="https://konghq.com/install/">installed Kong</a> &mdash; It should only take a minute!
</div>

This guide is going to take you through a quick introduction on how to use Kong and perform basic operations such as:
Expand Down
2 changes: 1 addition & 1 deletion archive/gateway-oss/1.5.x/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: 5-minute Quickstart

<div class="alert alert-warning">
<strong>Before you start:</strong> Make sure you've
<a href="https://konghq.com/install">installed Kong</a> &mdash; It should only take a minute!
<a href="https://konghq.com/install/">installed Kong</a> &mdash; It should only take a minute!
</div>

In this section, you'll learn how to manage your Kong instance. First, we'll
Expand Down

0 comments on commit a0d38e2

Please sign in to comment.