We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51343f commit 8e08003Copy full SHA for 8e08003
site/app/docs/layout.tsx
@@ -181,6 +181,11 @@ export default function DocsLayout({
181
title="Comparison with Other Gems"
182
active={pathname.startsWith('/docs/comparison')}
183
/>
184
+ <DocNavItem
185
+ href="/docs/terraform"
186
+ title="Terraform Provider"
187
+ active={pathname.startsWith('/docs/terraform')}
188
+ />
189
<DocNavItem
190
href="/docs/supported-versions"
191
title="Supported Versions"
@@ -205,11 +210,6 @@ export default function DocsLayout({
205
210
title="Code Coverage"
206
211
active={false}
207
212
208
- <DocNavItem
209
- href="/docs/terraform"
- title="Terraform Provider"
- active={pathname.startsWith('/docs/terraform')}
- />
213
</nav>
214
</div>
215
0 commit comments