Skip to content

Commit d9a2eab

Browse files
committed
feat: login docs
1 parent 05b5a89 commit d9a2eab

11 files changed

Lines changed: 21 additions & 20 deletions

docs/intro/core-features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Core Features
33
sidebar_label: Core Features
4+
sidebar_position: 2
45
---
56

67
# Core Features

docs/intro/system-architecture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: System Architecture
33
sidebar_label: System Architecture
4+
sidebar_position: 5
45
---
56

67
# System Architecture

docs/intro/terminology.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Terminology
33
sidebar_label: Terminology
4+
sidebar_position: 4
45
---
56

67
# Terminology

docs/intro/user-roles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: User Roles
33
sidebar_label: User Roles
4+
sidebar_position: 3
45
---
56

67
# User Roles

docs/intro/what-is-evalify.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: What is Evalify
33
sidebar_label: What is Evalify
4+
sidebar_position: 1
45
---
56

67
# What is Evalify

docs/setup/dashboard-layout.md

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

docs/setup/login.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
---
22
title: Login
33
sidebar_label: Login
4+
sidebar_position: 1
45
---
56

67
# Login
8+
9+
Access to the system is secured via Keycloak Single Sign-On (SSO).
10+
11+
![Login Screen](/img/setup/login.png)
12+
13+
## Signing In
14+
1. Navigate to the application URL.
15+
2. Click the **"Sign in with Keycloak"** button.
16+
3. You will be redirected to the institutional login page.
17+
4. Enter your credentials (User ID/Email and Password).
18+
19+
## Session Policy
20+
:::important Single Active Session
21+
Students are restricted to **one active session** at a time. Logging in from a new device or browser will automatically terminate any previous session. This ensures exam integrity and account security.
22+
:::

docs/setup/navigation-overview.md

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

docs/setup/reset-password.md

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

sidebars.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const sidebars: SidebarsConfig = {
2525
'intro/what-is-evalify',
2626
'intro/core-features',
2727
'intro/system-architecture',
28-
'intro/user-roles',
2928
'intro/terminology',
3029
],
3130
},
@@ -36,7 +35,6 @@ const sidebars: SidebarsConfig = {
3635
label: 'Setup & Access',
3736
items: [
3837
'setup/login',
39-
'setup/navigation-overview',
4038
],
4139
},
4240

0 commit comments

Comments
 (0)