diff --git a/sphinxext/mongodb_conf.py b/sphinxext/mongodb_conf.py index ba6fbaf85..038bd5355 100644 --- a/sphinxext/mongodb_conf.py +++ b/sphinxext/mongodb_conf.py @@ -331,6 +331,13 @@ 'prepend': True, 'callable': False }, + { + 'name': 'opsmgrkube', + 'tag': 'opsmgrkube', + 'description': 'Kubernetes Operator Ops Manager Resource Setting', + 'prepend': True, + 'callable': False + } ] ## If prepend: True, you can have a page title that match the directive. For example, an operator X in a page with title X. Otherwise, you can't have in page with same title and you'll get iddup as the reference.