IHistorySection Interface

Summary

Interface is used to add another badge to the `history badges` container in the readme.
graph BT Type["IHistorySection"] class Type type-node

Syntax

public interface IHistorySection

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<object, object>, IMarkdownReferences, IRocketBoosterBuild) ValueTuple<string, string>
Returns the markdown that will produce the badge

Extension Methods