Skip to content

Commit

Permalink
Merge pull request #1132 from FoalTS/no-index-google
Browse files Browse the repository at this point in the history
[Docs] Do not index v1 documentation on Google
  • Loading branch information
LoicPoullain committed Sep 2, 2022
2 parents bc879f5 + a9059ee commit b11a5e3
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 353 deletions.
3 changes: 2 additions & 1 deletion docs/docusaurus.config.js
Expand Up @@ -138,7 +138,8 @@ module.exports = {
"label": require('../lerna.json').version + ' (latest)',
},
'1.x': {
'label': '1.x'
'label': '1.x',
noIndex: true
}
}
},
Expand Down

0 comments on commit b11a5e3

Please sign in to comment.