Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
remove editions from nav (#2493)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwickett committed May 24, 2023
1 parent ca8da86 commit dcf7cbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
15 changes: 0 additions & 15 deletions data/primary-navigation.js
Expand Up @@ -3,21 +3,6 @@ export default [
text: 'Overview',
url: '/',
},
{
text: 'Editions',
type: 'anchor',
submenu: [
{ url: '/', text: 'Terraform CLI' },
{
url: 'https://cloud.hashicorp.com/products/terraform',
text: 'Terraform Cloud',
},
{
url: 'https://www.hashicorp.com/products/terraform',
text: 'Terraform Enterprise',
},
],
},
{
text: 'Registry',
url: 'https://registry.terraform.io/',
Expand Down
15 changes: 0 additions & 15 deletions layouts/standard/index.tsx
Expand Up @@ -24,21 +24,6 @@ export default function StandardLayout(props: Props): React.ReactElement {
}),
].sort((a, b) => a.text.localeCompare(b.text)),
},
{
text: 'Editions',
type: 'anchor',
submenu: [
{ url: '/', text: 'Terraform CLI' },
{
url: 'https://cloud.hashicorp.com/products/terraform',
text: 'Terraform Cloud',
},
{
url: 'https://www.hashicorp.com/products/terraform',
text: 'Terraform Enterprise',
},
],
},
{
text: 'Registry',
url: 'https://registry.terraform.io/',
Expand Down

1 comment on commit dcf7cbd

@vercel
Copy link

@vercel vercel bot commented on dcf7cbd May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.