We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc2975 commit 19fc558Copy full SHA for 19fc558
conf.py
@@ -76,7 +76,8 @@ def has(self, *args):
76
'mms-docs': ('https://docs.cloudmanager.mongodb.com%s', ''),
77
'mms-home': ('https://cloud.mongodb.com%s', ''),
78
'opsmgr': ('https://docs.opsmanager.mongodb.com/current%s', ''),
79
- 'products': ('https://www.mongodb.com/products%s', '')
+ 'products': ('https://www.mongodb.com/products%s', ''),
80
+ 'v2.2': ('https://docs.mongodb.com/v2.2%s', '')
81
}
82
83
## add `extlinks` for each published version.
0 commit comments