From 6fbd717868f5e7a78e871aa7ef95ffdda8891fc3 Mon Sep 17 00:00:00 2001 From: RadinPirouz Date: Fri, 23 Jan 2026 23:21:00 +0330 Subject: [PATCH] update services doc to libs --- Docs/{Services => Libs}/FastAPI/01-Setup.md | 0 Docs/{Services => Libs}/FastAPI/02-Simple-Route.md | 0 Docs/{Services => Libs}/FastAPI/03-Get-Method.md | 0 Docs/{Services => Libs}/FastAPI/04-Post-Method.md | 0 Docs/{Services => Libs}/FastAPI/05-Put-Method.md | 0 Docs/{Services => Libs}/FastAPI/06-Delete-Method.md | 0 Docs/{Services => Libs}/FastAPI/07-Query-Parameter.md | 0 Docs/{Services => Libs}/FastAPI/08.Status-Codes.md | 0 Docs/{Services => Libs}/FastAPI/09-Json-Responce.md | 0 Docs/{Services => Libs}/FastAPI/10-Query-Path--AdvancedParm.md | 0 Docs/{Services => Libs}/FastAPI/11-Post-Types.md | 0 Docs/{Services => Libs}/FastAPI/12-From-Post.md | 0 Docs/{Services => Libs}/FastAPI/13-Body-Post.md | 0 Docs/{Services => Libs}/FastAPI/14-File-Post.md | 0 Docs/{Services => Libs}/FastAPI/15-Life-Span.md | 2 +- Docs/{Services => Libs}/Redis/Redis.md | 0 16 files changed, 1 insertion(+), 1 deletion(-) rename Docs/{Services => Libs}/FastAPI/01-Setup.md (100%) rename Docs/{Services => Libs}/FastAPI/02-Simple-Route.md (100%) rename Docs/{Services => Libs}/FastAPI/03-Get-Method.md (100%) rename Docs/{Services => Libs}/FastAPI/04-Post-Method.md (100%) rename Docs/{Services => Libs}/FastAPI/05-Put-Method.md (100%) rename Docs/{Services => Libs}/FastAPI/06-Delete-Method.md (100%) rename Docs/{Services => Libs}/FastAPI/07-Query-Parameter.md (100%) rename Docs/{Services => Libs}/FastAPI/08.Status-Codes.md (100%) rename Docs/{Services => Libs}/FastAPI/09-Json-Responce.md (100%) rename Docs/{Services => Libs}/FastAPI/10-Query-Path--AdvancedParm.md (100%) rename Docs/{Services => Libs}/FastAPI/11-Post-Types.md (100%) rename Docs/{Services => Libs}/FastAPI/12-From-Post.md (100%) rename Docs/{Services => Libs}/FastAPI/13-Body-Post.md (100%) rename Docs/{Services => Libs}/FastAPI/14-File-Post.md (100%) rename Docs/{Services => Libs}/FastAPI/15-Life-Span.md (97%) rename Docs/{Services => Libs}/Redis/Redis.md (100%) diff --git a/Docs/Services/FastAPI/01-Setup.md b/Docs/Libs/FastAPI/01-Setup.md similarity index 100% rename from Docs/Services/FastAPI/01-Setup.md rename to Docs/Libs/FastAPI/01-Setup.md diff --git a/Docs/Services/FastAPI/02-Simple-Route.md b/Docs/Libs/FastAPI/02-Simple-Route.md similarity index 100% rename from Docs/Services/FastAPI/02-Simple-Route.md rename to Docs/Libs/FastAPI/02-Simple-Route.md diff --git a/Docs/Services/FastAPI/03-Get-Method.md b/Docs/Libs/FastAPI/03-Get-Method.md similarity index 100% rename from Docs/Services/FastAPI/03-Get-Method.md rename to Docs/Libs/FastAPI/03-Get-Method.md diff --git a/Docs/Services/FastAPI/04-Post-Method.md b/Docs/Libs/FastAPI/04-Post-Method.md similarity index 100% rename from Docs/Services/FastAPI/04-Post-Method.md rename to Docs/Libs/FastAPI/04-Post-Method.md diff --git a/Docs/Services/FastAPI/05-Put-Method.md b/Docs/Libs/FastAPI/05-Put-Method.md similarity index 100% rename from Docs/Services/FastAPI/05-Put-Method.md rename to Docs/Libs/FastAPI/05-Put-Method.md diff --git a/Docs/Services/FastAPI/06-Delete-Method.md b/Docs/Libs/FastAPI/06-Delete-Method.md similarity index 100% rename from Docs/Services/FastAPI/06-Delete-Method.md rename to Docs/Libs/FastAPI/06-Delete-Method.md diff --git a/Docs/Services/FastAPI/07-Query-Parameter.md b/Docs/Libs/FastAPI/07-Query-Parameter.md similarity index 100% rename from Docs/Services/FastAPI/07-Query-Parameter.md rename to Docs/Libs/FastAPI/07-Query-Parameter.md diff --git a/Docs/Services/FastAPI/08.Status-Codes.md b/Docs/Libs/FastAPI/08.Status-Codes.md similarity index 100% rename from Docs/Services/FastAPI/08.Status-Codes.md rename to Docs/Libs/FastAPI/08.Status-Codes.md diff --git a/Docs/Services/FastAPI/09-Json-Responce.md b/Docs/Libs/FastAPI/09-Json-Responce.md similarity index 100% rename from Docs/Services/FastAPI/09-Json-Responce.md rename to Docs/Libs/FastAPI/09-Json-Responce.md diff --git a/Docs/Services/FastAPI/10-Query-Path--AdvancedParm.md b/Docs/Libs/FastAPI/10-Query-Path--AdvancedParm.md similarity index 100% rename from Docs/Services/FastAPI/10-Query-Path--AdvancedParm.md rename to Docs/Libs/FastAPI/10-Query-Path--AdvancedParm.md diff --git a/Docs/Services/FastAPI/11-Post-Types.md b/Docs/Libs/FastAPI/11-Post-Types.md similarity index 100% rename from Docs/Services/FastAPI/11-Post-Types.md rename to Docs/Libs/FastAPI/11-Post-Types.md diff --git a/Docs/Services/FastAPI/12-From-Post.md b/Docs/Libs/FastAPI/12-From-Post.md similarity index 100% rename from Docs/Services/FastAPI/12-From-Post.md rename to Docs/Libs/FastAPI/12-From-Post.md diff --git a/Docs/Services/FastAPI/13-Body-Post.md b/Docs/Libs/FastAPI/13-Body-Post.md similarity index 100% rename from Docs/Services/FastAPI/13-Body-Post.md rename to Docs/Libs/FastAPI/13-Body-Post.md diff --git a/Docs/Services/FastAPI/14-File-Post.md b/Docs/Libs/FastAPI/14-File-Post.md similarity index 100% rename from Docs/Services/FastAPI/14-File-Post.md rename to Docs/Libs/FastAPI/14-File-Post.md diff --git a/Docs/Services/FastAPI/15-Life-Span.md b/Docs/Libs/FastAPI/15-Life-Span.md similarity index 97% rename from Docs/Services/FastAPI/15-Life-Span.md rename to Docs/Libs/FastAPI/15-Life-Span.md index e75b196..bffde56 100644 --- a/Docs/Services/FastAPI/15-Life-Span.md +++ b/Docs/Libs/FastAPI/15-Life-Span.md @@ -1,4 +1,4 @@ -# FastAPI – Application Lifespan (Startup & Shutdown Events) + # FastAPI – Application Lifespan (Startup & Shutdown Events) FastAPI allows you to run code when your application **starts up** or **shuts down**. This is useful for initializing resources, database connections, caches, or background tasks. diff --git a/Docs/Services/Redis/Redis.md b/Docs/Libs/Redis/Redis.md similarity index 100% rename from Docs/Services/Redis/Redis.md rename to Docs/Libs/Redis/Redis.md