Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

(DOCSP-7436): adding k8s-op-om-setting directive #331

Merged
merged 3 commits into from
Oct 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions sphinxext/mongodb_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down