Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
222 changes: 192 additions & 30 deletions docs/config/_default/menus.toml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ version_menu_pagelinks = true
url = "/stable"
version = "v2025.1 (STS)"
[[versions]]
url = "/preview"
url = "/v2.25"
version = "v2.25 (Preview)"
[[versions]]
url = "/v2024.2"
Expand All @@ -75,7 +75,7 @@ version_menu_pagelinks = true
[yb]
terms_of_service = "https://www.yugabyte.com/terms-of-service/"
preview_version = "v2.25"
preview_version_slug = "preview"
preview_version_slug = "v2.25"
# To disable heading/title icons for particular page, define `hideHeadingIcon: true` on that page params.
heading_icons = true

Expand Down
28 changes: 14 additions & 14 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ YugabyteDB provides PostgreSQL without limits and is an excellent fit for new or
title="Get Started"
description="Create your first cluster and build a sample application in 15 minutes."
buttonText="Get started"
buttonUrl="/preview/quick-start-yugabytedb-managed/"
buttonUrl="/stable/quick-start-yugabytedb-managed/"
imageAlt="Laptop" imageUrl="/images/homepage/locally-laptop.svg"
>}}

{{< sections/bottom-image-box
title="Modernize and Migrate"
description="Streamline all stages of bringing a source to YugabyteDB, including analysis, conversion, migration, and cutover."
buttonText="Get started"
buttonUrl="/preview/yugabyte-voyager/introduction/"
buttonUrl="/stable/yugabyte-voyager/introduction/"
imageAlt="Cloud" imageUrl="/images/homepage/yugabyte-in-cloud.svg"
>}}
{{< /sections/2-boxes >}}
Expand All @@ -40,40 +40,40 @@ YugabyteDB provides PostgreSQL without limits and is an excellent fit for new or
title="Explore"
description="Explore YugabyteDB's support for cloud-native applications."
linkText1="PostgreSQL compatibility"
linkUrl1="/preview/explore/ysql-language-features/"
linkUrl1="/stable/explore/ysql-language-features/"
linkText2="Resilience"
linkUrl2="/preview/explore/fault-tolerance/"
linkUrl2="/stable/explore/fault-tolerance/"
linkText3="Scalability"
linkUrl3="/preview/explore/linear-scalability/"
linkUrl3="/stable/explore/linear-scalability/"
linkText4="Explore more"
linkClass4="more"
linkUrl4="/preview/explore/"
linkUrl4="/stable/explore/"
>}}
{{< sections/3-box-card
title="Develop"
description="Build global applications using familiar APIs and drivers."
linkText1="Global applications"
linkUrl1="/preview/develop/build-global-apps/"
linkUrl1="/stable/develop/build-global-apps/"
linkText2="Hybrid and multi-cloud"
linkUrl2="/preview/develop/multi-cloud/"
linkUrl2="/stable/develop/multi-cloud/"
linkText3="Drivers and ORMs"
linkUrl3="/preview/drivers-orms/"
linkUrl3="/stable/drivers-orms/"
linkText4="Explore more"
linkClass4="more"
linkUrl4="/preview/develop/"
linkUrl4="/stable/develop/"
>}}
{{< sections/3-box-card
title="Under the hood"
description="Learn about YugabyteDB's modern architecture."
linkText1="Query layer"
linkUrl1="/preview/architecture/query-layer/"
linkUrl1="/stable/architecture/query-layer/"
linkText2="Storage layer"
linkUrl2="/preview/architecture/docdb/"
linkUrl2="/stable/architecture/docdb/"
linkText3="Transactions"
linkUrl3="/preview/architecture/transactions/"
linkUrl3="/stable/architecture/transactions/"
linkText4="Explore more"
linkClass4="more"
linkUrl4="/preview/architecture/"
linkUrl4="/stable/architecture/"
>}}
{{< /sections/3-boxes >}}

Expand Down
80 changes: 0 additions & 80 deletions docs/content/preview/_index.md

This file was deleted.

35 changes: 0 additions & 35 deletions docs/content/preview/additional-features/_index.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading