docs: fix hugo warning: found no layout file for "html" for kind "section"

Hugo has been making this warning for a while

WARN found no layout file for "html" for kind "section": You should
create a template file which matches Hugo Layouts Lookup Rules for
this combination.

It turned out to be
- the arrangement of the oracle object storage docs and sub page
- the fact that a section template was missing
This commit is contained in:
Nick Craig-Wood
2024-06-15 12:29:37 +01:00
parent fd182af866
commit c1c9e209f3
4 changed files with 849 additions and 847 deletions

View File

@ -1,9 +1,8 @@
---
title: "Oracle Object Storage Mount"
description: "Oracle Object Storage mounting tutorial"
slug: tutorial_mount
url: /oracleobjectstorage/tutorial_mount/
---
# {{< icon "fa fa-cloud" >}} Mount Buckets and Expose via NFS Tutorial
This runbook shows how to [mount](/commands/rclone_mount/) *Oracle Object Storage* buckets as local file system in
OCI compute Instance using rclone tool.