Closed dvuckovic closed 1 month ago
Building upon #3607 it would be nice to have such control over the dropdown menu links as well.
export default { themeConfig: { nav: [ { text: 'Current release', items: [ text: 'Next release', link: 'https://next.example.com', target: '_self', noIcon: true, // don't want the external link icon here, even though it's on a different domain ], }, ], }, }
Building upon #3607 it would be nice to have such control over the dropdown menu links as well.
Use Case