improve style of dump plugin documentation
This patch puts the code examples of the dump plugin into code-blocks in the documentation. By that, the documentation is easier to read. Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
		
				
					committed by
					
						 Jan Kiszka
						Jan Kiszka
					
				
			
			
				
	
			
			
			
						parent
						
							1243612a27
						
					
				
				
					commit
					ea4099c2c8
				
			| @@ -36,11 +36,11 @@ | ||||
|     - all refspecs are resolved before patches are applied | ||||
|  | ||||
|     For example, to get a single config representing the final build config of | ||||
|     ``kas-project.yml:target-override.yml`` you could run: | ||||
|     ``kas-project.yml:target-override.yml`` you could run:: | ||||
|  | ||||
|         kas dump kas-project.yml:target-override.yml > kas-project-expanded.yml | ||||
|  | ||||
|     The generated config can be used as input for kas: | ||||
|     The generated config can be used as input for kas:: | ||||
|  | ||||
|         kas build kas-project-expanded.yml | ||||
| """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user