Commit a8e5d9c0 authored by kmohiuddin's avatar kmohiuddin

modified file.yaml file path

parent da1674a2
......@@ -5,6 +5,19 @@ def call(String filepath) {
List paramCode = []
String sectionHeaderStyle = '''
color: white;
background: green;
font-family: Roboto, sans-serif !important;
padding: 5px;
text-align: center;
'''
String separatorStyle = '''
border: 0;
border-bottom: 1px dashed #ccc;
background: #999;
'''
paramCode.add(
[
$class: 'ParameterSeparatorDefinition',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment