mirror of
https://github.com/corda/corda.git
synced 2025-06-22 00:57:21 +00:00
Add constants for the open source and samples repos branch names (#5263)
* Add constants for the open source and samples repos branch names Open source branch name - `openSourceBranchName` Sample repos branch name - `openSourceSamplesBranchName` * Add base path constants to the open source and samples repos Fully replace base path to open source codebase - `openSourceBranch` Fully replace base path to open source samples - `openSourceSamplesBranch` These can be accessed in the docs using `os_branch` and `os_samples_branch` Correct usages in the docs to use these constants. * Correct links
This commit is contained in:
@ -23,7 +23,9 @@ corda_substitutions = {
|
||||
"|kotlin_version|" : constants_properties_dict["kotlinVersion"],
|
||||
"|gradle_plugins_version|" : constants_properties_dict["gradlePluginsVersion"],
|
||||
"|quasar_version|" : constants_properties_dict["quasarVersion"],
|
||||
"|platform_version|" : constants_properties_dict["platformVersion"]
|
||||
"|platform_version|" : constants_properties_dict["platformVersion"],
|
||||
"|os_branch|" : constants_properties_dict["openSourceBranch"],
|
||||
"|os_samples_branch|" : constants_properties_dict["openSourceSamplesBranch"]
|
||||
}
|
||||
|
||||
def setup(app):
|
||||
|
Reference in New Issue
Block a user