We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999f4d4 commit 1fc5eceCopy full SHA for 1fc5ece
1 file changed
docusaurus.config.ts
@@ -89,6 +89,9 @@ const config: Config = {
89
"0.11": {
90
noIndex: true,
91
},
92
+ "current": { // This refers to "/docs/next/"
93
+ noIndex: true,
94
+ },
95
96
97
blog: {
0 commit comments