This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.DocFx.
                            
 
	
		Summary
	
            Obsolete. Use Cake.DocFx.DocFxBuildAliases.DocFxBuild(Cake.Core.ICakeContext,Cake.Core.IO.FilePath,Cake.DocFx.Build.DocFxBuildSettings) instead.
            
		
	Syntax
	public static void DocFx(this ICakeContext context, FilePath configFile, DocFxSettings settings)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakeMethodAliasAttribute |  | 
					
						| CakeAliasCategoryAttribute |  | 
					
						| ObsoleteAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext | The Cake context. | 
					
						| configFile | FilePath | The path to the docfx.json config file. | 
					
						| settings | DocFxSettings | The DocFx settings. | 
			
		 
	 	
	Return Value