Skip to content

Commit c800155

Browse files
committed
Moved generated docs to docs folder
1 parent eee2118 commit c800155

165 files changed

Lines changed: 61750 additions & 1516 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/docfx.json renamed to bunit.docs/docfx.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
"resource": [
3535
{
3636
"files": [
37-
"images/**"
37+
"images/**",
38+
".nojekyll",
39+
"site.webmanifest",
40+
"*.png"
3841
]
3942
}
4043
],
@@ -49,7 +52,7 @@
4952
]
5053
}
5154
],
52-
"dest": "_site",
55+
"dest": "../docs",
5356
"globalMetadataFiles": [],
5457
"fileMetadataFiles": [],
5558
"template": [
@@ -59,6 +62,7 @@
5962
"globalMetadata": {
6063
"_appName": "bUnit",
6164
"_appTitle": "bUnit",
65+
"_description": "bUnit is a unit testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJsRuntime, and perform snapshot testing.",
6266
"_enableSearch": true,
6367
"_appLogoPath": "/images/blazor-logo.png"
6468
},
File renamed without changes.

0 commit comments

Comments
 (0)