Skip to content

Commit

Permalink
rearranged the order in which 4 subsections of documents appear (#277)
Browse files Browse the repository at this point in the history
Signed-off-by: namgyalangmo <[email protected]>
  • Loading branch information
namgyalangmo authored Mar 4, 2024
1 parent 1f52b37 commit 153e275
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@ The documentation is divided into four main sections, covering CLI-based workflo
items={[
{
type: "link",
href: "/docs/cli",
label: "CLI Documentation",
href: "/docs/intro",
label: "Intro",
description:
"Learn OpenTofu's CLI-based workflows. You can use the CLI alone or with cloud backends.",
"OpenTofu is an infrastructure as code tool that lets you build, change, and version cloud and on-prem resources safely and efficiently.",
},
{
type: "link",
href: "/docs/internals",
label: "Internals",
href: "/docs/cli",
label: "CLI Documentation",
description:
"Learn how OpenTofu generates the resource dependency graph and executes other internal processes.",
"Learn OpenTofu's CLI-based workflows. You can use the CLI alone or with cloud backends.",
},
{
type: "link",
href: "/docs/intro",
label: "Intro",
href: "/docs/language",
label: "Language",
description:
"OpenTofu is an infrastructure as code tool that lets you build, change, and version cloud and on-prem resources safely and efficiently.",
"Use the OpenTofu configuration language to describe the infrastructure that OpenTofu manages.",
},
{
type: "link",
href: "/docs/language",
label: "Language",
href: "/docs/internals",
label: "Internals",
description:
"Use the OpenTofu configuration language to describe the infrastructure that OpenTofu manages.",
"Learn how OpenTofu generates the resource dependency graph and executes other internal processes.",
},
]}
/>
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 153e275

Please sign in to comment.