Skip to content

Commit f459f6d

Browse files
committed
Update admin-ui.md
1 parent 30f9a33 commit f459f6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MyApp/_pages/admin-ui.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Explore the available Admin UIs to learn more about each of their capabilities:
3333

3434
Containing user management functionality for creating & modifying users, assigning Roles & Permissions, locking or updating passwords:
3535

36-
<a href="/admin-ui-users">
36+
<a href="/admin-ui-users" class="not-prose">
3737
<div class="block p-4 rounded shadow hover:shadow-lg">
3838
<img src="/img/pages/admin-ui/users.png">
3939
</div>
@@ -43,7 +43,7 @@ Containing user management functionality for creating & modifying users, assigni
4343

4444
Enables invaluable observability into your App, from being able to quickly inspect and browse incoming requests, to tracing their behavior:
4545

46-
<a href="/admin-ui-profiling">
46+
<a href="/admin-ui-profiling" class="not-prose">
4747
<div class="block p-4 rounded shadow hover:shadow-lg">
4848
<img src="/img/pages/admin-ui/admin-ui-logging.png">
4949
</div>
@@ -53,7 +53,7 @@ Enables invaluable observability into your App, from being able to quickly inspe
5353

5454
Manage your App's configured Redis Server, query & edit core Redis data types and execute custom redis commands:
5555

56-
<a href="/admin-ui-redis">
56+
<a href="/admin-ui-redis" class="not-prose">
5757
<div class="block p-4 rounded shadow hover:shadow-lg">
5858
<img src="/img/pages/admin-ui/admin-ui-redis.png">
5959
</div>
@@ -63,7 +63,7 @@ Manage your App's configured Redis Server, query & edit core Redis data types an
6363

6464
Quickly browse and navigate your App's configured RDBMS schemas and tables:
6565

66-
<a href="/admin-ui-database">
66+
<a href="/admin-ui-database" class="not-prose">
6767
<div class="block p-4 rounded shadow hover:shadow-lg">
6868
<img src="/img/pages/admin-ui/admin-ui-database.png">
6969
</div>
@@ -73,7 +73,7 @@ Quickly browse and navigate your App's configured RDBMS schemas and tables:
7373

7474
Leverages the existing Declarative Validation infrastructure to enable dynamically managing Request DTO Type and Property Validators from a RDBMS data source
7575

76-
<a href="/admin-ui-validation">
76+
<a href="/admin-ui-validation" class="not-prose">
7777
<div class="block p-4 rounded shadow hover:shadow-lg">
7878
<img src="/img/pages/admin-ui/admin-ui-validation.png">
7979
</div>

0 commit comments

Comments
 (0)