|
230 | 230 | 'k8sdocs': ('https://kubernetes.io/docs%s', ''),
|
231 | 231 | 'v1.2': ('https://docs.mongodb.com/kubernetes-operator/v1.2%s', ''),
|
232 | 232 | 'gh' : ('https://github.com%s', ''),
|
| 233 | + 'gh-meko' : ('https://github.com/mongodb/mongodb-enterprise-kubernetes%s', ''), |
233 | 234 | 'gopkg' : ('https://godoc.org%s',''),
|
234 | 235 | 'npmjs' : ('https://www.npmjs.com/package%s',''),
|
235 | 236 | 'osi' : ('https://opensource.org%s', ''),
|
236 | 237 | 'osil' : ('https://opensource.org/licenses/%s', ''),
|
237 | 238 | 'cc' : ('http://creativecommons.org/licenses%s', ''),
|
238 | 239 | 'tldrl' : ('https://www.tldrlegal.com/l/%s', ''),
|
239 | 240 | 'aws': ('http://docs.aws.amazon.com%s', ''),
|
240 |
| - 'gcp': ('https://cloud.google.com%s', '') |
| 241 | + 'gcp': ('https://cloud.google.com%s', ''), |
| 242 | + 'q-mdb': ('https://quay.io/mongodb%s', ''), |
| 243 | + 'qr-mdb': ('https://quay.io/repository/mongodb%s', '') |
241 | 244 | }
|
242 | 245 |
|
243 | 246 | intersphinx_mapping = {}
|
|
0 commit comments