mirror of
https://github.com/corda/corda.git
synced 2025-06-15 21:58:17 +00:00
CORDA-3244, CORDA-3245 - Jolokia docs update (#5486)
* Fixed wrong command line. Added security policy how to. * Elaborated on security policy to mention when it applies and when not. * Changes according to PR review. * Magic to get jolokia version from a single place and forwarded to the docs.
This commit is contained in:
committed by
Anthony Keenan
parent
8a5b6ed52b
commit
6de6702cb4
@ -25,7 +25,8 @@ corda_substitutions = {
|
||||
"|quasar_version|" : constants_properties_dict["quasarVersion"],
|
||||
"|platform_version|" : constants_properties_dict["platformVersion"],
|
||||
"|os_branch|" : constants_properties_dict["openSourceBranch"],
|
||||
"|os_samples_branch|" : constants_properties_dict["openSourceSamplesBranch"]
|
||||
"|os_samples_branch|" : constants_properties_dict["openSourceSamplesBranch"],
|
||||
"|jolokia_version|" : constants_properties_dict["jolokiaAgentVersion"]
|
||||
}
|
||||
|
||||
def setup(app):
|
||||
|
Reference in New Issue
Block a user