Summary
Interface is used to add a custom section that will be replaced in the readme with markdown content
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke .Readme - Implementing Types
graph BT
Type["IReadmeSection"]
class Type type-node
Implementing0["Histories"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Nuke.Readme/Histories"
Implementing1["Badges"]-.->Type
click Implementing1 "/api/Rocket.Surgery.Nuke.Readme/Badges"
Implementing2["References"]-.->Type
click Implementing2 "/api/Rocket.Surgery.Nuke.Readme/References"
Syntax
public interface IReadmeSection
Attributes
Type | Description |
---|---|
Nullable |
Properties
Methods
Name | Value | Summary |
---|---|---|
Process |
string |
Returns the markdown that will produce the badge
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|