Skip to content

Commit e39f28c

Browse files
committed
docs fix
1 parent 9818a20 commit e39f28c

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
# CRUDAdmin
2+
3+
<p align="center">
4+
<a href="https://igorbenav.github.io/crudadmin/">
5+
<img src="docs/assets/CRUDADmin.png" alt="CRUDAdmin logo" width="45%" height="auto">
6+
</a>
7+
</p>
8+
19
<p align="center">
2-
<i>Production-ready admin interface generator for FastAPI applications</i>
10+
<i>Modern admin interface for FastAPI with built-in authentication, event tracking, and security features</i>
311
</p>
412

513
<p align="center">

docs/assets/CRUDAdmin.png

37 KB
Loading

docs/assets/ClientAI.png

-48.2 KB
Binary file not shown.

docs/assets/logo.png

-15.6 KB
Loading

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: CRUDAdmin
22
site_description: Modern admin interface for FastAPI with built-in authentication, event tracking, and security features.
33
site_author: Igor Benav
4-
site_url: https://github.com/igorbenav/crudadminx
4+
site_url: https://github.com/igorbenav/crudadmin
55

66
theme:
77
name: material
@@ -22,7 +22,7 @@ theme:
2222
primary: custom
2323
accent: custom
2424
toggle:
25-
icon: material/brightness-7
25+
icon: material/brightness-7
2626
name: Switch to dark mode
2727

2828
- media: "(prefers-color-scheme: dark)"

0 commit comments

Comments
 (0)