Skip to content

Commit efc613d

Browse files
committed
Hide overview pages
1 parent c2e120d commit efc613d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/content/docs/terraform/additional-configurations/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ title: Additional configurations
33
pcx_content_type: navigation
44
sidebar:
55
order: 4
6-
6+
group:
7+
hideIndex: true
78
---
89

9-
import { DirectoryListing } from "~/components"
10+
import { DirectoryListing } from "~/components";
1011

1112
<DirectoryListing />

src/content/docs/terraform/advanced-topics/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ pcx_content_type: navigation
33
title: Advanced topics
44
sidebar:
55
order: 5
6-
6+
group:
7+
hideIndex: true
78
---
89

9-
import { DirectoryListing } from "~/components"
10+
import { DirectoryListing } from "~/components";
1011

1112
<DirectoryListing />

0 commit comments

Comments
 (0)