From 20d970d2e1699b19ab0206cf2849fb07156503b7 Mon Sep 17 00:00:00 2001 From: Milan <milan.danecek@gmail.com> Date: Tue, 8 Aug 2023 13:57:20 +0200 Subject: [PATCH] Fix the structure of os --- mkdocs.yml | 1 + object-storage/index.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index d0a7930..3c289a4 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,7 @@ site_name: "storage" nav: + - Data Storage Services: ./index.md - Object Storage Services: - Overview: ./object-storage/index.md - S3 Service: ./object-storage/s3-service.md diff --git a/object-storage/index.md b/object-storage/index.md index 3500cbd..222bafb 100644 --- a/object-storage/index.md +++ b/object-storage/index.md @@ -29,5 +29,9 @@ Object Storage Services is a portfolio of services allowing to facilitate your a [:octicons-arrow-right-24: Owncloud](https://du.cesnet.cz/en/navody/owncloud/start) +<!--- +[:octicons-arrow-right-24: Account properties and lifecycle](/account/properties) +---> + </div> -- GitLab