We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b283a commit 045188fCopy full SHA for 045188f
server/config-site.ts
@@ -116,6 +116,7 @@ export const getDocusaurusConfigVersionOptions = (): Record<
116
label: isCurrent ? `${name} (unreleased)` : name,
117
// Configure root path for the version. Latest in the root, others in the `ver/XX.x` folder.
118
path: isDefault ? "" : `ver/${name}`,
119
+ noIndex: !isDefault,
120
};
121
122
// Banner will show message for the current version that it is still WIP.
0 commit comments