@@ -12,7 +12,7 @@ import styles from './index.module.css';
12
12
const images = [
13
13
{
14
14
original : require ( '@site/static/img/previews/login_form.png' ) . default ,
15
- title : 'Sign in form ' ,
15
+ title : 'Authentication and Authorization ' ,
16
16
link : '/docs/tutorial/gettingStarted' ,
17
17
description : 'OWASP-Compliant Sign-In already there'
18
18
} ,
@@ -22,6 +22,12 @@ const images = [
22
22
link : '/docs/tutorial/gettingStarted' ,
23
23
description : 'Manage users and roles with ease, extend as you like'
24
24
} ,
25
+ {
26
+ original : require ( '@site/static/img/previews/sso.png' ) . default ,
27
+ title : 'OAuth2/OpenID SSO Plugin - one click login' ,
28
+ link : '/docs/tutorial/Plugins/oauth/' ,
29
+ description : 'RFC 6749 SSO plugin with premade Google, Github, Facebook, Keycloak, Microsoft or any custom OAuth2 adapter'
30
+ } ,
25
31
{
26
32
original : require ( '@site/static/img/previews/ai_complete.png' ) . default ,
27
33
title : 'AI autocomplete Plugin - write with ChatGPT' ,
@@ -64,11 +70,41 @@ const images = [
64
70
link : '/docs/tutorial/Customization/branding/' ,
65
71
description : 'Upload your logo, change colors, update titles, make the look to match your brand'
66
72
} ,
73
+ {
74
+ original : require ( '@site/static/img/previews/filters.png' ) . default ,
75
+ title : 'Filters to query your data' ,
76
+ link : '/docs/tutorial/Customization/virtualColumns/#virtual-columns-for-filtering' ,
77
+ description : 'AdminForth provides basic filters out of the box and allows you to create your own'
78
+ } ,
67
79
{
68
80
original : require ( '@site/static/img/previews/richeditor.png' ) . default ,
69
81
title : 'Rich Editor Plugin - WYSIWYG' ,
70
82
link : '/docs/tutorial/Plugins/RichEditor/' ,
71
83
description : 'Attach Rich Editor plugin to your text fields and get WYSIWYG editor for your content'
84
+ } ,
85
+ {
86
+ original : require ( '@site/static/img/previews/inplace-edit.png' ) . default ,
87
+ title : 'List in-place edit Plugin for quick edit' ,
88
+ link : '/docs/tutorial/Plugins/list-in-place-edit/' ,
89
+ description : 'Edit some oftenly used fields in list directly without opening edit page. Decide which fields to be editable in list view'
90
+ } ,
91
+ {
92
+ original : require ( '@site/static/img/previews/inplace-create.png' ) . default ,
93
+ title : 'Inline create Plugin for quick create' ,
94
+ link : '/docs/tutorial/Plugins/inline-create/' ,
95
+ description : 'For tables with small fields number which should be created massively, use inline create plugin to create records directly in list view'
96
+ } ,
97
+ {
98
+ original : require ( '@site/static/img/previews/importexport.png' ) . default ,
99
+ title : 'Import/Export CSV Plugin' ,
100
+ link : '/docs/tutorial/Plugins/import-export/' ,
101
+ description : 'Export tables to CSV and import from CSV with one click. Move data between environments easily'
102
+ } ,
103
+ {
104
+ original : require ( '@site/static/img/previews/translate.png' ) . default ,
105
+ title : 'AI Translation Plugin - translate your admin and External apps' ,
106
+ link : '/docs/tutorial/Plugins/i18n/' ,
107
+ description : 'Use LLMs to translate any external apps (Mobile, Nuxt, etc.) OR/AND admin panel with minimal effort. Any language supported'
72
108
}
73
109
] ;
74
110
0 commit comments