Skip to content

Commit 64f5b4b

Browse files
authored
Web Docs Improvement (#36)
* Web Docs Improvement * Docs Content On Website * Docs Nav & Toc Sections * Fix Fundamentals Index Page Parse Issue
1 parent 56119c2 commit 64f5b4b

File tree

195 files changed

+4858
-102
lines changed

Some content is hidden

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

195 files changed

+4858
-102
lines changed

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>

UltimateAuth.slnx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<Project Path="tests/CodeBeam.UltimateAuth.Tests.Integration/CodeBeam.UltimateAuth.Tests.Integration.csproj" Id="fe34a0b1-8038-400d-b8ab-02dad7051f2d" />
2626
<Project Path="tests/CodeBeam.UltimateAuth.Tests.Unit/CodeBeam.UltimateAuth.Tests.Unit.csproj" Id="6f4b22da-849a-4a79-b5c5-aee7cb1429a6" />
2727
</Folder>
28+
<Folder Name="/Utilities/">
29+
<Project Path="src/utilities/CodeBeam.UltimateAuth.DocsBuilder/CodeBeam.UltimateAuth.DocsBuilder.csproj" Id="07c6062a-96c8-40b7-972b-ad27ac11725b" />
30+
</Folder>
2831
<Project Path="src/authentication/CodeBeam.UltimateAuth.Authentication.EntityFrameworkCore/CodeBeam.UltimateAuth.Authentication.EntityFrameworkCore.csproj" Id="a8d758ad-052e-4331-9bf7-280ea9a55981" />
2932
<Project Path="src/authentication/CodeBeam.UltimateAuth.Authentication.InMemory/CodeBeam.UltimateAuth.Authentication.InMemory.csproj" Id="bd87e254-0565-4fc5-950d-ee5bbb416079" />
3033
<Project Path="src/authorization/CodeBeam.UltimateAuth.Authorization.Contracts/CodeBeam.UltimateAuth.Authorization.Contracts.csproj" Id="40a23002-f885-42a8-bdd9-fd962ab28742" />

docs/content/_groups.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"getting-started": 1,
3+
"fundamentals": 2,
4+
"auth-flows": 3,
5+
"plugin-domains": 4,
6+
"client": 5,
7+
"configuration": 6,
8+
"security": 7
9+
}

docs/content/auth-flows/device-management.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Device Management
3+
order: 7
4+
group: auth-flows
5+
---
6+
7+
18
# 📱 Device Management
29

310
In UltimateAuth, devices are not an afterthought.

docs/content/auth-flows/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Auth Flows
3+
order: 1
4+
group: auth-flows
5+
---
6+
7+
18
# 🔐 Auth Flows
29

310
Authentication in UltimateAuth is not a single operation.

docs/content/auth-flows/login-flow.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Login
3+
order: 2
4+
group: auth-flows
5+
---
6+
7+
18
# 🔑 Login Flow
29
The login flow in UltimateAuth is not just credential validation.
310

docs/content/auth-flows/logout-flow.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Logout
3+
order: 4
4+
group: auth-flows
5+
---
6+
7+
18
# 🚪 Logout Flow
29
The logout flow in UltimateAuth is not a single action.
310

docs/content/auth-flows/refresh-flow.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Refresh
3+
order: 3
4+
group: auth-flows
5+
---
6+
7+
18
# 🔄 Refresh Flow
29
The refresh flow in UltimateAuth is not a single fixed operation.
310

docs/content/auth-flows/session-lifecycle.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Session Lifecycle
3+
order: 5
4+
group: auth-flows
5+
---
6+
7+
18
# 🧬 Session Lifecycle
29
UltimateAuth is built around a structured session model.
310

docs/content/auth-flows/token-behavior.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Token Behavior
3+
order: 6
4+
group: auth-flows
5+
---
6+
7+
18
# 🎟 Token Behavior
29
In UltimateAuth, tokens are not the foundation of authentication.
310

0 commit comments

Comments
 (0)