opentofu/website/docs/index.mdx
AbstractionFactory 09403c7328
Docs prep for 1.10 (#2357)
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
2025-01-10 11:40:17 +01:00

47 lines
1.5 KiB
Plaintext

---
sidebar_position: 1
sidebar_label: Overview
title: Documentation
hide_table_of_contents: true
---
import DocCardList from "@theme/DocCardList";
import DocVersionBadge from "@theme/DocVersionBadge";
### OpenTofu Documentation <DocVersionBadge />
Welcome to OpenTofu 1.10! This version brings a lot of new features and improvements to OpenTofu. If you are coming from a previous OpenTofu or Terraform version you can [read the details about the new features here &raquo;](intro/whats-new.mdx)
<DocCardList
items={[
{
type: "link",
href: "intro/",
label: "Getting started",
description:
"Get started with OpenTofu or migrate from a previous version. This section has all the info you need.",
},
{
type: "link",
href: "language/",
label: "Language",
description:
"Use the OpenTofu configuration language to describe the infrastructure that OpenTofu manages.",
},
{
type: "link",
href: "cli/",
label: "CLI Documentation",
description:
"Learn OpenTofu's CLI-based workflows. You can use the CLI alone or with cloud backends.",
},
{
type: "link",
href: "internals/",
label: "Internals",
description:
"Learn how OpenTofu generates the resource dependency graph and executes other internal processes.",
},
]}
/>