Skip to content

Commit 40910c9

Browse files
committed
Web Docs Improvement
1 parent 8d64956 commit 40910c9

98 files changed

Lines changed: 67 additions & 67 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.

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.1.0-preview.1</Version>
3+
<Version>0.1.0-preview.2</Version>
44
<NoWarn>$(NoWarn);1591</NoWarn>
55

66
<Authors>CodeBeam</Authors>
77
<Company>CodeBeam</Company>
88

99
<RepositoryUrl>https://github.com/CodeBeamOrg/UltimateAuth</RepositoryUrl>
10-
<PackageProjectUrl>https://github.com/CodeBeamOrg/UltimateAuth</PackageProjectUrl>
10+
<PackageProjectUrl>https://ultimateauth.com</PackageProjectUrl>
1111
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1212

1313
<GenerateDocumentationFile>true</GenerateDocumentationFile>

docs/website/CodeBeam.UltimateAuth.Docs.Wasm/CodeBeam.UltimateAuth.Docs.Wasm.Client/Layout/MainLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<MudNavMenu>
4141
<MudNavLink Href="/#uauth" Icon="@Icons.Material.Filled.Home">Home</MudNavLink>
4242
<MudNavLink Href="/docs" Icon="@Icons.Material.Filled.Book">Docs</MudNavLink>
43-
<MudNavLink Href="/docs" Icon="@Icons.Material.Filled.Apps">Samples</MudNavLink>
43+
<MudNavLink Href="/samples" Icon="@Icons.Material.Filled.Apps">Samples</MudNavLink>
4444
<MudNavLink Href="/#donate" Icon="@Icons.Material.Filled.VolunteerActivism">Donate</MudNavLink>
4545
</MudNavMenu>
4646
</MudDrawer>

nuget/CodeBeam.UltimateAuth.EntityFrameworkCore/CodeBeam.UltimateAuth.EntityFrameworkCore.Bundle.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</Description>
1414

1515
<PackageTags>authentication;authorization;identity;efcore;inmemory;bundle;auth-framework;security;jwt</PackageTags>
16-
<PackageIcon>logo.png</PackageIcon>
16+
<PackageIcon>uauthlogo.png</PackageIcon>
1717
<PackageReadmeFile>README.md</PackageReadmeFile>
1818
</PropertyGroup>
1919

@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<None Include="logo.png" Pack="true" PackagePath="\" />
31+
<None Include="uauthlogo.png" Pack="true" PackagePath="\" />
3232
<None Include="README.md" Pack="true" PackagePath="\" />
3333
</ItemGroup>
3434

-3.47 KB
Binary file not shown.
4.84 KB

nuget/CodeBeam.UltimateAuth.InMemory/CodeBeam.UltimateAuth.InMemory.Bundle.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</Description>
1515

1616
<PackageTags>authentication;authorization;identity;efcore;inmemory;bundle;auth-framework;security;jwt</PackageTags>
17-
<PackageIcon>logo.png</PackageIcon>
17+
<PackageIcon>uauthlogo.png</PackageIcon>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
1919
</PropertyGroup>
2020

@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<None Include="logo.png" Pack="true" PackagePath="\" />
32+
<None Include="uauthlogo.png" Pack="true" PackagePath="\" />
3333
<None Include="README.md" Pack="true" PackagePath="\" />
3434
</ItemGroup>
3535

-3.47 KB
Binary file not shown.
4.84 KB

nuget/CodeBeam.UltimateAuth.Reference.Bundle/CodeBeam.UltimateAuth.Reference.Bundle.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</Description>
1515

1616
<PackageTags>authentication;authorization;identity;reference;bundle;modular;auth-framework;users;credentials;policies</PackageTags>
17-
<PackageIcon>logo.png</PackageIcon>
17+
<PackageIcon>uauthlogo.png</PackageIcon>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
1919
</PropertyGroup>
2020

@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<None Include="logo.png" Pack="true" PackagePath="\" />
29+
<None Include="uauthlogo.png" Pack="true" PackagePath="\" />
3030
<None Include="README.md" Pack="true" PackagePath="\" />
3131
</ItemGroup>
3232

-3.47 KB
Binary file not shown.

0 commit comments

Comments
 (0)