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

DOCSP-7760: Add new keyword for automatic client-side field level enc… #340

Merged
merged 1 commit into from
Nov 25, 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
10 changes: 9 additions & 1 deletion sphinxext/mongodb_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,15 @@
'description': 'Kubernetes Operator Ops Manager Resource Setting',
'prepend': True,
'callable': False
}
},
## Custom directive for automatic client side field level encryption keywords
{
'name': 'autoencryptkeyword',
'tag' : 'autoencryptkeyword',
'description': 'Automatic Client-Side Field Level Encrytion Rules Keyword',
'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