Skip to content

Commit 53f07d7

Browse files
committed
Add "noIndex" property to /next/ versioned docs
1 parent b420e61 commit 53f07d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ const config: Config = {
8686
[LATEST_DEVVIT_VERSION]: {
8787
badge: false,
8888
},
89+
"current": { // This refers to "/docs/next/"
90+
noIndex: true,
91+
},
8992
},
9093
},
9194
blog: {

0 commit comments

Comments
 (0)