Skip to content

Commit 8e08003

Browse files
committed
moved Terraform Provider nav item
1 parent b51343f commit 8e08003

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/app/docs/layout.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ export default function DocsLayout({
181181
title="Comparison with Other Gems"
182182
active={pathname.startsWith('/docs/comparison')}
183183
/>
184+
<DocNavItem
185+
href="/docs/terraform"
186+
title="Terraform Provider"
187+
active={pathname.startsWith('/docs/terraform')}
188+
/>
184189
<DocNavItem
185190
href="/docs/supported-versions"
186191
title="Supported Versions"
@@ -205,11 +210,6 @@ export default function DocsLayout({
205210
title="Code Coverage"
206211
active={false}
207212
/>
208-
<DocNavItem
209-
href="/docs/terraform"
210-
title="Terraform Provider"
211-
active={pathname.startsWith('/docs/terraform')}
212-
/>
213213
</nav>
214214
</div>
215215
</div>

0 commit comments

Comments
 (0)