Skip to content

Commit

Permalink
[DX-1019] Move LTS Page Out From Developer Support -> FAQ (#4058)
Browse files Browse the repository at this point in the history
* move LTS page out from developer-support/frequently-asked-questions and hook up to nav menu structure
* Update tyk-docs/content/developer-support/debugging-series/debugging-selfmanaged.md

---------

Co-authored-by: Simon Pears <[email protected]>
Co-authored-by: Yaara <[email protected]>
  • Loading branch information
3 people authored Feb 1, 2024
1 parent 663bbd9 commit c0a28bf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ You can find the full [log levels]({{< ref "log-data" >}}) in our documentation.

You can access all Tyk release information on the [release notes](https://tyk.io/docs/developer-support/tyk-release-summary/overview/) overview page.

We recommend always using the [Long-Term Support (LTS) release]({{<ref "frequently-asked-questions/long-term-support-releases#what-is-a-tyk-long-term-support-lts-release" >}}) for stability and long term support.
We recommend always using the [Long-Term Support (LTS) release]({{<ref "developer-support/long-term-support-releases" >}}) for stability and long term support.

### Non-LTS versions
Tyk is backwards compatible, upgrading to newer versions won't turn on new features or change the behaviour of your existing environment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ menu:
main:
parent: "Frequently Asked Questions"
weight: 0
aliases:
- /frequently-asked-questions/long-term-support-releases/
---

## What is a Tyk Long Term Support (LTS) release
Expand Down
2 changes: 1 addition & 1 deletion tyk-docs/content/upgrading-tyk.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This page provides guidance for upgrading your Tyk installation. When upgrading
All our components adhere to a few common standards:

- We do not introduce breaking changes unless specifically stated in the release notes (and it rarely happens).
- Check our [versioning and long-term-support policies]({{< ref "frequently-asked-questions/long-term-support-releases/" >}}) for more details on the way we release major and minor features, patches and the support dates for each release.
- Check our [versioning and long-term-support policies]({{< ref "developer-support/long-term-support-releases" >}}) for more details on the way we release major and minor features, patches and the support dates for each release.
- Make sure you follow our [comprehensive guide for backing up Tyk]({{< ref "frequently-asked-questions/how-to-backup-tyk" >}}) before starting the upgrade
- If you experience any issues with the new version you pulled, please contact Tyk Support or [Tyk community forum](https://community.tyk.io/)

Expand Down
8 changes: 4 additions & 4 deletions tyk-docs/data/menu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3534,10 +3534,6 @@ menu:
path: /frequently-asked-questions/how-to-backup-tyk-cloud-deployment
category: Page
show: True
- title: "Long Term Support Releases"
path: /frequently-asked-questions/long-term-support-releases
category: Page
show: True
- title: "Support SLA Policies"
path: /frequently-asked-questions/sla-policies
category: Page
Expand All @@ -3554,6 +3550,10 @@ menu:
path: /frequently-asked-questions/datadog-logs-showup-as-errors
category: Page
show: True
- title: "Long Term Support Releases"
path: /developer-support/long-term-support-releases
category: Page
show: True
- title: "Plug-in Hub"
category: Page
show: False
Expand Down

0 comments on commit c0a28bf

Please sign in to comment.