DocFxParams
The parameter type for DocFx.
 
  Record Fields
  
    
      | Record Field | Description | 
    
    
      
        
          
            DocFxJson
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          the DocFxJson Config-File. Default: docs/docfx.json 
         | 
      
      
        
          
            Serve
          
          
            Signature: bool 
                       
         | 
        
            
               
               
            
          Serves the generated documentation on localhost. Default: false 
         | 
      
      
        
          
            Timeout
          
          
            Signature: TimeSpan 
                       
         | 
        
            
               
               
            
          Allows to specify a timeout for DocFx. Default: 5 min 
         | 
      
      
        
          
            ToolPath
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The tool path - FAKE tries to find docfx.exe automatically in any sub folder. 
         | 
      
      
        
          
            WorkingDirectory
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          DocFx WorkingDirectory. Default: docs 
         |