diff --git a/mkdocs.yml b/mkdocs.yml index c24dcc16d0623a45262d9d7ee28190e5b81a6b03..3c289a4db3d8b9f46821318ae7789429675eedca 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 cda6b7729368e1a9ffccb26a2135db76377fd415..c45803bb0767c8b598938adfdfce3acd644e827a 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)