Skip to content

Commit 4f9addd

Browse files
committed
chore: Update Node.js and NPM versions, modify last modified dates in documentation, and enhance README with new Docker image tag
1 parent 81b2811 commit 4f9addd

File tree

22 files changed

+48
-10
lines changed

22 files changed

+48
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ npm run build
3434
docker build -t genocs/genocs-library-docs .
3535

3636
# tag the image
37-
docker tag genocs/genocs-library-docs genocs/genocs-library-docs:1.1.0
37+
docker tag genocs/genocs-library-docs genocs/genocs-library-docs:1.1.1
3838
docker tag genocs/genocs-library-docs genocs/genocs-library-docs:latest
3939

4040
# login to docker hub
4141
docker login
4242

4343
# push the image to docker hub
44-
docker push genocs/genocs-library-docs:1.1.0
44+
docker push genocs/genocs-library-docs:1.1.1
4545
docker push genocs/genocs-library-docs:latest
4646
```
4747
3. Run the following command to run the docker image on localhost:1613
10.8 KB
Loading

content/en/blazor-template/ui-overview/authentication/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Authentication"
33
description: "Auth Related Pages / Components in Genocs Library's Blazor WebAssembly Template."
44
lead: "Auth Related Pages / Components in Genocs Library's Blazor WebAssembly Template."
55
date: 2023-05-13T15:40:19+02:00
6-
lastmod: 2023-05-13T15:40:19+02:00
6+
lastmod: 2024-11-30T00:00:00+02:00
77
draft: false
88
images: []
99
menu:
11.2 KB
Loading
73.4 KB
Loading

content/en/blazor-template/ui-overview/dashboard/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Dashboard"
33
description: "Dashboard in Genocs Library's Blazor WebAssembly Template."
44
lead: "Dashboard in Genocs Library's Blazor WebAssembly Template."
55
date: 2023-05-13T15:40:19+02:00
6-
lastmod: 2023-05-13T15:40:19+02:00
6+
lastmod: 2024-11-30T00:00:00+02:00
77
draft: false
88
images: []
99
menu:
@@ -16,3 +16,8 @@ toc: true
1616
---
1717

1818

19+
## Dashboard
20+
21+
The dashboard is the first page that the user sees when they log in. It provides a quick overview of the system's status and allows the user to navigate to other parts of the system.
22+
23+
{{< img src="dashboard.png" >}}
34.2 KB
Loading
-77.2 KB
Loading
-28.2 KB
Loading
9 KB
Loading

0 commit comments

Comments
 (0)