Skip to content

Commit e756f35

Browse files
committed
Docs update
1 parent ce69a9f commit e756f35

File tree

10 files changed

+1774
-406
lines changed

10 files changed

+1774
-406
lines changed

bunit.docs/docs/creating-a-new-test-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To create a project for testing you Blazor components, first install the [bUnit Project Template](https://www.nuget.org/packages/bunit.template/) from NuGet, using this command:
44

55
```
6-
dotnet new --install bunit.template::#{VERSION}#
6+
dotnet new --install bunit.template::1.0.0-beta-6
77
```
88

99
Then to create a new project, use the following command:
@@ -29,7 +29,7 @@ If you do not want to use the Blazor test project template, you can create an em
2929
<ItemGroup>
3030
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.0" />
3131
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.0" />
32-
<PackageReference Include="bunit" Version="#{VERSION}#" />
32+
<PackageReference Include="bunit" Version="1.0.0-beta-6" />
3333
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
3434
<PackageReference Include="xunit" Version="2.4.1" />
3535
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">

bunit.docs/log.txt

Lines changed: 1368 additions & 0 deletions
Large diffs are not rendered by default.

bunit.docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Getting Started
2-
href: docs/getting-started.html
2+
href: docs/Getting-Started.html
33
- name: Documentation
44
href: docs/
55
- name: API References

docs/docs/Creating-a-new-test-project.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<h1 id="creating-a-new-test-project">Creating a new test project</h1>
8585

8686
<p>To create a project for testing you Blazor components, first install the <a href="https://www.nuget.org/packages/bunit.template/">bUnit Project Template</a> from NuGet, using this command:</p>
87-
<pre><code>dotnet new --install bunit.template::#{VERSION}#
87+
<pre><code>dotnet new --install bunit.template::1.0.0-beta-6
8888
</code></pre>
8989
<p>Then to create a new project, use the following command:</p>
9090
<pre><code>dotnet new bunit -o &lt;NAME OF PROJECT&gt;
@@ -102,7 +102,7 @@ <h2 id="creating-a-new-blazor-test-project-manually">Creating a new Blazor test
102102
&lt;ItemGroup&gt;
103103
&lt;PackageReference Include=&quot;Microsoft.AspNetCore.Components&quot; Version=&quot;3.1.0&quot; /&gt;
104104
&lt;PackageReference Include=&quot;Microsoft.AspNetCore.Components.Web&quot; Version=&quot;3.1.0&quot; /&gt;
105-
&lt;PackageReference Include=&quot;bunit&quot; Version=&quot;#{VERSION}#&quot; /&gt;
105+
&lt;PackageReference Include=&quot;bunit&quot; Version=&quot;1.0.0-beta-6&quot; /&gt;
106106
&lt;PackageReference Include=&quot;Microsoft.NET.Test.Sdk&quot; Version=&quot;16.4.0&quot; /&gt;
107107
&lt;PackageReference Include=&quot;xunit&quot; Version=&quot;2.4.1&quot; /&gt;
108108
&lt;PackageReference Include=&quot;xunit.runner.visualstudio&quot; Version=&quot;2.4.1&quot;&gt;
@@ -145,7 +145,7 @@ <h3 id="make-copypast-of-html-easier">Make copy/past of HTML easier</h3>
145145
<div class="contribution">
146146
<ul class="nav">
147147
<li>
148-
<a href="https://github.com/egil/bunit/blob/dev/bunit.docs/docs/Creating-a-new-test-project.md/#L1" class="contribution-link">Improve this Doc</a>
148+
<a href="https://github.com/egil/bunit/blob/master/bunit.docs/docs/creating-a-new-test-project.md/#L1" class="contribution-link">Improve this Doc</a>
149149
</li>
150150
</ul>
151151
</div>

docs/docs/Getting-started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h1 id="getting-started">Getting started</h1>
9191
</ul>
9292
<p>If you prefer a <strong>video based tutorial</strong>, check out:</p>
9393
<ul>
94-
<li><a href="https://www.youtube.com/watch?v=5d-uIxx1cUE">Testing Blazor Components - session from .NET Conf - Focus on Blazor</a></li>
94+
<li><a href="https://youtu.be/5d-uIxx1cUE">Testing Blazor Components - session from .NET Conf - Focus on Blazor</a></li>
9595
</ul>
9696
<p>After you know the basics, pick one of the following testing styles to start with:</p>
9797
<ul>
@@ -109,7 +109,7 @@ <h1 id="getting-started">Getting started</h1>
109109
<div class="contribution">
110110
<ul class="nav">
111111
<li>
112-
<a href="https://github.com/egil/bunit/blob/dev/bunit.docs/docs/Getting-started.md/#L1" class="contribution-link">Improve this Doc</a>
112+
<a href="https://github.com/egil/bunit/blob/master/bunit.docs/docs/getting-started.md/#L1" class="contribution-link">Improve this Doc</a>
113113
</li>
114114
</ul>
115115
</div>

docs/docs/Tutorials-and-Presentations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1 id="presentations-guides-and-tutorials">Presentations, guides, and tutorials
8585

8686
<h2 id="presentations">Presentations</h2>
8787
<ul>
88-
<li><a href="https://www.youtube.com/watch?v=5d-uIxx1cUE">Testing Blazor Components - session from .NET Conf - Focus on Blazor</a></li>
88+
<li><a href="https://youtu.be/5d-uIxx1cUE">Testing Blazor Components - session from .NET Conf - Focus on Blazor</a></li>
8989
</ul>
9090
<h2 id="twitchlive-coding">Twitch/Live coding</h2>
9191
<ul>
@@ -99,7 +99,7 @@ <h2 id="twitchlive-coding">Twitch/Live coding</h2>
9999
<div class="contribution">
100100
<ul class="nav">
101101
<li>
102-
<a href="https://github.com/egil/bunit/blob/dev/bunit.docs/docs/Tutorials-and-Presentations.md/#L1" class="contribution-link">Improve this Doc</a>
102+
<a href="https://github.com/egil/bunit/blob/master/bunit.docs/docs/tutorials-and-presentations.md/#L1" class="contribution-link">Improve this Doc</a>
103103
</li>
104104
</ul>
105105
</div>

docs/docs/toc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
</li>
1818
<li>
1919
<span class="expand-stub"></span>
20-
<a href="Getting-started.html" name="" title="Getting Started">Getting Started</a>
20+
<a href="getting-started.html" name="" title="Getting Started">Getting Started</a>
2121

2222
<ul class="nav level2">
2323
<li>
2424
<a href="Basics-of-Blazor-component-testing.html" name="" title="Basics of Blazor component testing">Basics of Blazor component testing</a>
2525
</li>
2626
<li>
27-
<a href="Creating-a-new-test-project.html" name="" title="Creating a new test project">Creating a new test project</a>
27+
<a href="creating-a-new-test-project.html" name="" title="Creating a new test project">Creating a new test project</a>
2828
</li>
2929
<li>
30-
<a href="Tutorials-and-Presentations.html" name="" title="Tutorials and Presentations">Tutorials and Presentations</a>
30+
<a href="tutorials-and-presentations.html" name="" title="Tutorials and Presentations">Tutorials and Presentations</a>
3131
</li>
3232
</ul>
3333
</li>

docs/index.json

Lines changed: 377 additions & 377 deletions
Large diffs are not rendered by default.

docs/manifest.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,8 +1057,8 @@
10571057
"source_relative_path": "docs/creating-a-new-test-project.md",
10581058
"output": {
10591059
".html": {
1060-
"relative_path": "docs/Creating-a-new-test-project.html",
1061-
"hash": "nj8e8lWKnu9e3vioYSB2Fg=="
1060+
"relative_path": "docs/creating-a-new-test-project.html",
1061+
"hash": "WZblbPRqndB1mU6NhnLjZg=="
10621062
}
10631063
},
10641064
"is_incremental": false,
@@ -1093,8 +1093,8 @@
10931093
"source_relative_path": "docs/getting-started.md",
10941094
"output": {
10951095
".html": {
1096-
"relative_path": "docs/Getting-started.html",
1097-
"hash": "ZIjNtVNi44fR3C4KAQXmRw=="
1096+
"relative_path": "docs/getting-started.html",
1097+
"hash": "zgam4LL6pRX62Q+RcMNCAQ=="
10981098
}
10991099
},
11001100
"is_incremental": false,
@@ -1178,7 +1178,7 @@
11781178
"output": {
11791179
".html": {
11801180
"relative_path": "docs/toc.html",
1181-
"hash": "0+k9CgQ6F+Qmxbz8RUgpMA=="
1181+
"hash": "gp7e+raCbaXta5PjW7bVgg=="
11821182
}
11831183
},
11841184
"is_incremental": false,
@@ -1189,8 +1189,8 @@
11891189
"source_relative_path": "docs/tutorials-and-presentations.md",
11901190
"output": {
11911191
".html": {
1192-
"relative_path": "docs/Tutorials-and-Presentations.html",
1193-
"hash": "/qbBEY2q29gIAb32ZddkxA=="
1192+
"relative_path": "docs/tutorials-and-presentations.html",
1193+
"hash": "K7qy7P9Bj4zl28c6/k6YjQ=="
11941194
}
11951195
},
11961196
"is_incremental": false,
@@ -1306,7 +1306,7 @@
13061306
"output": {
13071307
".html": {
13081308
"relative_path": "toc.html",
1309-
"hash": "JyQ2+4R+k87IEkzuplsBDA=="
1309+
"hash": "emCtOc64Yugu0Jt3F1Dddw=="
13101310
}
13111311
},
13121312
"is_incremental": false,
@@ -1322,13 +1322,6 @@
13221322
"skipped_file_count": 0
13231323
},
13241324
"processors": {
1325-
"ResourceDocumentProcessor": {
1326-
"can_incremental": false,
1327-
"details": "Processor ResourceDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
1328-
"incrementalPhase": "build",
1329-
"total_file_count": 0,
1330-
"skipped_file_count": 0
1331-
},
13321325
"TocDocumentProcessor": {
13331326
"can_incremental": false,
13341327
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
@@ -1347,6 +1340,13 @@
13471340
"incrementalPhase": "build",
13481341
"total_file_count": 79,
13491342
"skipped_file_count": 79
1343+
},
1344+
"ResourceDocumentProcessor": {
1345+
"can_incremental": false,
1346+
"details": "Processor ResourceDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
1347+
"incrementalPhase": "build",
1348+
"total_file_count": 0,
1349+
"skipped_file_count": 0
13501350
}
13511351
}
13521352
},

docs/toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ul class="nav level1">
1515
<li>
16-
<a href="docs/getting-started.html" name="" title="Getting Started">Getting Started</a>
16+
<a href="docs/Getting-Started.html" name="" title="Getting Started">Getting Started</a>
1717
</li>
1818
<li>
1919
<a href="docs/index.html" name="docs/toc.html" title="Documentation">Documentation</a>

0 commit comments

Comments
 (0)