From 57389b36253782c65eb37c67d0e062f4cc70ab41 Mon Sep 17 00:00:00 2001
From: Milan <milan.danecek@gmail.com>
Date: Wed, 9 Aug 2023 14:21:36 +0200
Subject: [PATCH] Fix os-index

---
 mkdocs.yml                               | 2 +-
 object-storage/{os-index.md => index.md} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename object-storage/{os-index.md => index.md} (84%)

diff --git a/mkdocs.yml b/mkdocs.yml
index c24dcc1..3c289a4 100755
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -3,7 +3,7 @@ site_name: "storage"
 nav:
   - Data Storage Services: ./index.md
   - Object Storage Services: 
-    - Overview: ./object-storage/os-index.md
+    - Overview: ./object-storage/index.md
     - S3 Service: ./object-storage/s3-service.md
     - RBD Service: ./object-storage/rbd-service.md
   - Object Storage Guides: ./object-storage.md
diff --git a/object-storage/os-index.md b/object-storage/index.md
similarity index 84%
rename from object-storage/os-index.md
rename to object-storage/index.md
index cda6b77..c45803b 100644
--- a/object-storage/os-index.md
+++ b/object-storage/index.md
@@ -13,7 +13,7 @@ Object Storage Services is a portfolio of services allowing to facilitate your a
 
     ---
 
-    **S3 Service** is a general service suitable for most of the usecases (archives, backups, special applications...). It also allows to share your data with other users or publicly via link.
+    **S3** is a general service suitable for most of the usecases (archives, backups, special applications...). It also allows to share your data with other users or publicly via link.
 
     [:octicons-arrow-right-24: Overview of S3 Service](./os-index.md)   
     [:octicons-arrow-right-24: Bucket Sharing](./rclone.md)   
-- 
GitLab