Skip to content

Commit e034006

Browse files
committed
flowcharts updated and implemented for light and dark mode too
1 parent e7e24eb commit e034006

15 files changed

Lines changed: 40 additions & 54 deletions

.github/workflows/cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Deploy static content to Pages
22

33
on:
4-
push:
5-
branches: ["trunk"]
64
release:
75
types: [published]
86
workflow_dispatch:

docs/api/admin-login.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ the user having `realm admin role` is going to be considered as admin.
99

1010
## Endpoint
1111

12-
`{YOUR-SHIELD-URL}/realms/:realm_id/clients/:client_id/admin-login`
12+
```bash
13+
{YOUR-SHIELD-URL}/realms/:realm_id/clients/:client_id/admin-login
14+
```
1315

1416
Replace `:realm_id` with your realm ID and `:client_id` with your client ID.
1517

docs/technical-flows/_category_.json renamed to docs/architectural-resource/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "Technical Flows",
2+
"label": "Architectural Resource",
33
"position": 4,
44
"link": {
55
"type": "generated-index",
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
import ThemedImage from "@theme/ThemedImage";
6+
import useBaseUrl from "@docusaurus/useBaseUrl";
7+
8+
# Admin Login
9+
10+
The following diagram illustrates the admin login process:
11+
12+
<ThemedImage
13+
alt="Admin Login Flow Chart"
14+
sources={{
15+
light: useBaseUrl("/img/flow-charts/2-admin-login-transparent-light.png"),
16+
dark: useBaseUrl("/img/flow-charts/2-admin-login-transparent.png"),
17+
}}
18+
/>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
import ThemedImage from "@theme/ThemedImage";
6+
import useBaseUrl from "@docusaurus/useBaseUrl";
7+
8+
# Resource Initialization
9+
10+
The following diagram illustrates the resource initialization process:
11+
12+
<ThemedImage
13+
alt="Resource Initialization Flow Chart"
14+
sources={{
15+
light: useBaseUrl("/img/flow-charts/1-shield-start-transparent-light.png"),
16+
dark: useBaseUrl("/img/flow-charts/1-shield-start-transparent.png"),
17+
}}
18+
/>

docs/technical-flows/admin-login.md

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

docs/technical-flows/resource-initialization.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
206 KB
Loading
-1.01 MB
Loading

static/img/flow-charts/1-shield-start-transparent.svg

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

0 commit comments

Comments
 (0)