Skip to content

Commit

Permalink
Merge pull request #57 from Kuadrant/122-root-level-docs-cleanup
Browse files Browse the repository at this point in the history
122 root level docs cleanup
  • Loading branch information
jasonmadigan authored Jul 1, 2024
2 parents fb511cf + 7eb5ce5 commit 7c831dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Welcome to the Kuadrant contributors guide! We are delighted that you are intere

As you get started, you are in the best position to give us feedback on areas of our project that we need help with such as:

* Gaps or inaccuracies in our [getting started](https://docs.kuadrant.io/getting-started-single-cluster/) guide or [documentation](https://docs.kuadrant.io/)
* Gaps or inaccuracies in our [getting started](https://docs.kuadrant.io/latest/getting-started-single-cluster/) guide or [documentation](https://docs.kuadrant.io/)
* Problems found while setting up your local development environment

If anything doesn't make sense, or doesn't work when you run it, please feel free to either open a Github issue against the relevant component repository or reach out to us directly on [Slack][SlackChannelURL] or via the Kuadrant [mailing list][MailingList].
Expand Down
6 changes: 3 additions & 3 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags: index-page # Note: This adds a custom class to layout.njk
<h1>Gateway Policies for Kubernetes</h1>
<h2>Gateways play a pivotal role in application connectivity. With Kuadrant, platform engineers and application developers can easily connect, secure and protect their services and infrastructure using its powerful policy APIs.</h2>
<div class="d-flex justify-content-center justify-content-lg-start">
<a href="https://docs.kuadrant.io/getting-started-single-cluster/" class="btn-get-started">Get Started</a>
<a href="https://docs.kuadrant.io/latest/getting-started-single-cluster/" class="btn-get-started">Get Started</a>
<a href="https://kubernetes.slack.com/archives/C05J0D0V525" class="btn-slack"><img class="slack-icon" src="/static/img/slack.png"> Chat on Slack</a>
<a href="https://youtu.be/euWAMvQojP4" class="glightbox btn-watch-video"><i class="bi bi-play-circle"></i><span>Watch Video</span></a>
</div>
Expand Down Expand Up @@ -125,7 +125,7 @@ tags: index-page # Note: This adds a custom class to layout.njk
<p> Ready to simplify your API management and boost your application's security and observability? Dive into Kuadrant's comprehensive documentation, installation guides, and tutorials to get started today. Experience the benefits of streamlined API gateway management right away!</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="https://docs.kuadrant.io/getting-started-single-cluster/">Getting Started</a>
<a class="cta-btn align-middle" href="https://docs.kuadrant.io/latest/getting-started-single-cluster/">Getting Started</a>
</div>
</div>

Expand Down Expand Up @@ -167,7 +167,7 @@ tags: index-page # Note: This adds a custom class to layout.njk
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" class="collapse" data-bs-target="#faq-list-3">How do I get started with Kuadrant? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-3" class="collapse" data-bs-parent=".faq-list">
<p>
Getting started with Kuadrant is straightforward. You can find all the necessary information on the Kuadrant Documentation <a href="https://docs.kuadrant.io/getting-started-single-cluster/">Getting Started page</a>, including detailed documentation and setup guides. For further assistance, you can also join the Kuadrant community where you'll find helpful resources and support.
Getting started with Kuadrant is straightforward. You can find all the necessary information on the Kuadrant Documentation <a href="https://docs.kuadrant.io/latest/getting-started-single-cluster/">Getting Started page</a>, including detailed documentation and setup guides. For further assistance, you can also join the Kuadrant community where you'll find helpful resources and support.
</p>
</div>
</li>
Expand Down
4 changes: 2 additions & 2 deletions src/migrations/limitador_conditions.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ permalink: /docs/limitador/migrations/conditions.html
---
<html>
<header>
<meta http-equiv="Refresh" content="0; url='https://docs.kuadrant.io/limitador/doc/migrations/conditions/'" />
<meta http-equiv="Refresh" content="0; url='https://docs.kuadrant.io/latest/limitador/doc/migrations/conditions/'" />
</header>

<body>
The docs moved to here: <a href="https://docs.kuadrant.io/limitador/doc/migrations/conditions/">https://docs.kuadrant.io/limitador/doc/migrations/conditions/</a>
The docs moved to here: <a href="https://docs.kuadrant.io/latest/limitador/doc/migrations/conditions/">https://docs.kuadrant.io/latest/limitador/doc/migrations/conditions/</a>
</body>
</html>

0 comments on commit 7c831dd

Please sign in to comment.