cFg.Pipeworks.psd1

@{
    AllowDownload = $true
    Logo = '\Assets\cFg.png'
    WebCommand = @{
        'Write-DSCResource' = @{
            HideParameter = 'SetCommand', 'SetDefaultParameter', 'SetParameterBlackList', 'TestCommand', 'TestDefaultParameter', 'TestParameterBlackList', 'GetCommand', 'GetDefaultParameter', 'GetParameterBlackList', 'ProcessTestCommandResult', 'ModuleRoot', 'SetParameterNameMap'
            FriendlyName = 'Write a DSC Resource'
        }        
    }
    Group = @{
        'Using cFg' = 'Managing DSC Configurations with cFg', 'Writing DSC Resources with cFg', 'Writing DSC Configurations with cFg'
        'Online Tools' = 'Write-DSCResource'
    }
    Style = @{
        body = @{
            "font-family" = "Helvetica, serif"            
            'font-size' = "1.1em"
            'color' = '#000000'
            'background-color' = '#fefefe'
        }
        'a' = @{
            'color' = '#000000'            
        }
    }
}