Skip to content

Commit 22b3d30

Browse files
committed
Doc updates
1 parent a496c48 commit 22b3d30

41 files changed

Lines changed: 23 additions & 111 deletions

Some content is hidden

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

docs/_content/SamplePages/snippets/clientside.html

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
public class Program
2+
{
3+
public static async Task Main(string[] args)
4+
{
5+
var builder = WebAssemblyHostBuilder.CreateDefault(args);
6+
7+
builder.Services.AddBlazorPrettyCode();
8+
builder.RootComponents.Add<App>("app");
9+
10+
//Add BlazorStyled to root components
11+
12+
await builder.Build().RunAsync();
13+
}
14+
}

docs/_content/SamplePages/snippets/serverside.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/_content/SamplePages/snippets/startup.html

Lines changed: 0 additions & 13 deletions
This file was deleted.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
16.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)