-
|
Hi,
but the navbar item pointing to may docs folder is still static. while i would expect it to change to http://localhost:3000/docs/next/ the navbar is configred as follows: while the docs section as follows: how do i configure the navbar item to link the currently selected version of the documents? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
The "current" version would take up the root route and would not have a version name in it. You can manually add one: current: {
label: 'Devex Main',
path: 'next'
}, |
Beta Was this translation helpful? Give feedback.
-
|
hi, |
Beta Was this translation helpful? Give feedback.
-
|
i resolved the problem replacing the item to point to an actual doc in the docs folder. { |
Beta Was this translation helpful? Give feedback.
-
|
thanks anyway! :) |
Beta Was this translation helpful? Give feedback.
i resolved the problem replacing the item to point to an actual doc in the docs folder.
{
docId: '_index',
label: 'Administrative Guide',
position: 'left',
type: 'doc',
},