Skip to content

Commit

Permalink
docs: hide empty version selector
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed May 25, 2023
1 parent e8e270d commit b69feff
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/.vitepress/config.js
Expand Up @@ -27,17 +27,17 @@ export default {
link: 'https://github.com/stimulusreflex/cable_ready/releases'
},
{ text: 'StimulusReflex', link: 'https://docs.stimulusreflex.com' },
{
text: 'v5.0.0'
// items: [
// {
// items: [
// { text: 'v4.5.0', link: 'https://v4-5-docs.cableready.stimulusreflex.com' },
// { text: 'v5.0.0', link: 'https://cableready.stimulusreflex.com' },
// ]
// }
// ]
}
// {
// text: 'v5.0.0',
// items: [
// {
// items: [
// { text: 'v4.5.0', link: 'https://v4-5-docs.cableready.stimulusreflex.com' },
// { text: 'v5.0.0', link: 'https://cableready.stimulusreflex.com' },
// ]
// }
// ]
// }
],
footer: {
message: 'Released under the MIT License.',
Expand Down

0 comments on commit b69feff

Please sign in to comment.