IReadmeSection Interface

Summary

Interface is used to add a custom section that will be replaced in the readme with markdown content
IReadmeSection

Syntax

public interface IReadmeSection

Attributes

Type Description
NullableContextAttribute

Properties

Name Value Summary
ConfigKey string
The configuration key, if you expect to get configuration from the yaml block.
Name string
The name of the section

Methods

Name Value Summary
Process(IDictionary<string, object>, IMarkdownReferences, IRocketBoosterBuild) string
Returns the markdown that will produce the badge

Extension Methods