Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 5, 2024
1 parent 850259c commit 7ebf436
Show file tree
Hide file tree
Showing 94 changed files with 52 additions and 53 deletions.
6 changes: 3 additions & 3 deletions docs/dates.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ await Verify(target);

Results in the following:

<!-- snippet: SerializationTests.ShouldReUseDatetime.verified.txt -->
<a id='snippet-SerializationTests.ShouldReUseDatetime.verified.txt'></a>
<!-- snippet: SerializationTests.ReUseDatetime.verified.txt -->
<a id='snippet-SerializationTests.ReUseDatetime.verified.txt'></a>
```txt
{
DateTime: DateTime_1,
Expand All @@ -50,7 +50,7 @@ Results in the following:
DateString: Date_1
}
```
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.ShouldReUseDatetime.verified.txt#L1-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-SerializationTests.ShouldReUseDatetime.verified.txt' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.ReUseDatetime.verified.txt#L1-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-SerializationTests.ReUseDatetime.verified.txt' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

To disable this behavior use:
Expand Down
6 changes: 3 additions & 3 deletions docs/guids.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ await Verify(target);

Results in the following:

<!-- snippet: SerializationTests.ShouldReUseGuid.verified.txt -->
<a id='snippet-SerializationTests.ShouldReUseGuid.verified.txt'></a>
<!-- snippet: SerializationTests.ReUseGuid.verified.txt -->
<a id='snippet-SerializationTests.ReUseGuid.verified.txt'></a>
```txt
{
Guid: Guid_1,
Expand All @@ -38,7 +38,7 @@ Results in the following:
OtherGuid: Guid_2
}
```
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.ShouldReUseGuid.verified.txt#L1-L6' title='Snippet source file'>snippet source</a> | <a href='#snippet-SerializationTests.ShouldReUseGuid.verified.txt' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.ReUseGuid.verified.txt#L1-L6' title='Snippet source file'>snippet source</a> | <a href='#snippet-SerializationTests.ReUseGuid.verified.txt' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand Down
2 changes: 1 addition & 1 deletion docs/mdsource/dates.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ snippet: Date

Results in the following:

snippet: SerializationTests.ShouldReUseDatetime.verified.txt
snippet: SerializationTests.ReUseDatetime.verified.txt

To disable this behavior use:

Expand Down
2 changes: 1 addition & 1 deletion docs/mdsource/guids.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ snippet: guid

Results in the following:

snippet: SerializationTests.ShouldReUseGuid.verified.txt
snippet: SerializationTests.ReUseGuid.verified.txt


## Disable
Expand Down

This file was deleted.

Loading

0 comments on commit 7ebf436

Please sign in to comment.