From 65cf5d6ab22439b8991689fa24fb3f0218e2d670 Mon Sep 17 00:00:00 2001 From: Milan <milan.danecek@gmail.com> Date: Wed, 9 Aug 2023 14:53:23 +0200 Subject: [PATCH] Fix index --- mkdocs.yml | 7 ++++--- object-storage/index.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index ea1ea26..fd2ba63 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 c45803b..2245f7e 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) -- GitLab