diff --git a/mkdocs.yml b/mkdocs.yml index ea1ea2672343a26dadddfb8ca14dee71bb872a06..fd2ba63d3e0eb777f0ec5f0f216088f9a4a4a907 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,7 @@ site_name: "storage" nav: - - Data Storage Services: ./index.md - - Object Storage Services: ./object-storage/index.md - - General Storage Guides: ./object-storage.md + - Data Storage Services: index.md + - Object Storage Services: + - object-storage/index.md + - General Storage Guides: object-storage.md diff --git a/object-storage/index.md b/object-storage/index.md index c45803bb0767c8b598938adfdfce3acd644e827a..2245f7ed9fd9c1797ec71a11b448470e25b88d26 100644 --- a/object-storage/index.md +++ b/object-storage/index.md @@ -15,7 +15,7 @@ Object Storage Services is a portfolio of services allowing to facilitate your a **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: Overview of S3 Service](./index.md) [:octicons-arrow-right-24: Bucket Sharing](./rclone.md) [:octicons-arrow-right-24: Bucket Encryption](./rclone.md) [:octicons-arrow-right-24: Worm model](./rclone.md)