From 8f75d275d151e2957da3aebf1d77df725265ddee Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:24:39 +0100 Subject: [PATCH] Guides section base Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- docusaurus.config.ts | 16 +++++++++++++++ guides/index.mdx | 23 ++++++++++++++++++++++ guides/understanding-state-files/index.mdx | 5 +++++ opentofu-repo/main | 2 +- opentofu-repo/v1.8 | 2 +- 5 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 guides/index.mdx create mode 100644 guides/understanding-state-files/index.mdx diff --git a/docusaurus.config.ts b/docusaurus.config.ts index ba58c79..90f8cd6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -141,6 +141,17 @@ const config: Config = { ], plugins: [ + [ + '@docusaurus/plugin-content-docs', + { + id: 'guides', + path: 'guides', + routeBasePath: 'guides', + sidebarPath: false, + disableVersioning: false, + breadcrumbs: true + }, + ], function tailwindPlugin() { return { name: "tailwindcss", @@ -260,6 +271,11 @@ const config: Config = { label: "FAQs", position: "left", }, + { + label: "Guides", + href: "/guides", + position: "left", + }, { to: "/blog", label: "Blog", diff --git a/guides/index.mdx b/guides/index.mdx new file mode 100644 index 0000000..12f3bbe --- /dev/null +++ b/guides/index.mdx @@ -0,0 +1,23 @@ +--- +sidebar_position: 1 +sidebar_label: Overview +title: Guides +hide_table_of_contents: true +--- + +import DocCardList from "@theme/DocCardList"; +import DocVersionBadge from "@theme/DocVersionBadge"; + +# OpenTofu Guides + + diff --git a/guides/understanding-state-files/index.mdx b/guides/understanding-state-files/index.mdx new file mode 100644 index 0000000..d8b0be6 --- /dev/null +++ b/guides/understanding-state-files/index.mdx @@ -0,0 +1,5 @@ +--- +sidebar_position: 1 +sidebar_label: Understanding state files +title: Understanding state files +--- \ No newline at end of file diff --git a/opentofu-repo/main b/opentofu-repo/main index 8a9f873..8c0d89b 160000 --- a/opentofu-repo/main +++ b/opentofu-repo/main @@ -1 +1 @@ -Subproject commit 8a9f87316e43ccdd9e3bc4df073baf0e5fa5d716 +Subproject commit 8c0d89bec002fafc6f014e827a64bfd506b0a6ff diff --git a/opentofu-repo/v1.8 b/opentofu-repo/v1.8 index 1e61ce1..56335a2 160000 --- a/opentofu-repo/v1.8 +++ b/opentofu-repo/v1.8 @@ -1 +1 @@ -Subproject commit 1e61ce1bfd4ea35d19aa4135e4bcd08d8f00fba3 +Subproject commit 56335a2c5f31a46d3222a2ab0d57416f30947a94