Summary
The generic class used to contain all the sections, badges, histories and references.
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke .Readme - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ReadmeUpdater"]
class Type type-node
Syntax
public class ReadmeUpdater
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
PublicAPIAttribute |
Constructors
Name | Summary |
---|---|
ReadmeUpdater |
Default constructor |
Properties
Name | Value | Summary |
---|---|---|
Badges | Badges |
The badges container
|
History | Histories |
The history container
|
References | References |
The references container for markdown references
|
Sections | Sections |
The sections container
|
Methods
Name | Value | Summary |
---|---|---|
Process |
string |
Updates the given markdown content with all the sections replaced. The "generated references" is special and will always be run through last, to make sure all sections can contribute references. |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|