Skip to content

Commit abb4eaf

Browse files
parrneetalexng-canuck
authored andcommitted
Fix missing entry for object head doc in sidebar contents
1 parent 67e7539 commit abb4eaf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

website/docs/d/object_storage_object_head.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: |-
77
---
88

99
# Data Source: oci_objectstorage_object_head
10-
The `oci_objectstorage_object_head` data source allows access to the list of OCI object metadata
10+
This data source provides details about metadata of a specific Object resource in Oracle Cloud Infrastructure Object Storage service.
1111

12-
Provides a datasource for fetching object metadata.
12+
Gets the metadata of an object.
1313

1414
## Example Usage
1515

website/oci.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,9 @@
655655
<li<%= sidebar_current("docs-oci-datasource-objectstorage_object") %>>
656656
<a href="/docs/providers/oci/d/object_storage_object.html">oci_objectstorage_object</a>
657657
</li>
658+
<li<%= sidebar_current("docs-oci-datasource-objectstorage_object_head") %>>
659+
<a href="/docs/providers/oci/d/object_storage_object_head.html">oci_objectstorage_object_head</a>
660+
</li>
658661
<li<%= sidebar_current("docs-oci-datasource-objectstorage_object_lifecycle_policy") %>>
659662
<a href="/docs/providers/oci/d/object_storage_object_lifecycle_policy.html">oci_objectstorage_object_lifecycle_policy</a>
660663
</li>

0 commit comments

Comments
 (0)