This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch SDAP-518-docs
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git


The following commit(s) were added to refs/heads/SDAP-518-docs by this push:
     new e7a1cd0  YAML highlighting
e7a1cd0 is described below

commit e7a1cd0a29818318a9e15053863af251569b6792
Author: rileykk <[email protected]>
AuthorDate: Thu May 30 15:19:26 2024 -0700

    YAML highlighting
---
 docs/collections.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/collections.rst b/docs/collections.rst
index c39f676..31b6396 100644
--- a/docs/collections.rst
+++ b/docs/collections.rst
@@ -21,13 +21,13 @@ Basic Structure
 
 The Collection Config is a YAML file containing a single list named 
``collections``:
 
-.. code-block::
+.. code-block:: yaml
 
   collections: []
 
 The items in this list are the collections defined and they have the basic 
structure:
 
-.. code-block::
+.. code-block:: yaml
 
   - id: <single variable collection name>
     path: <root collection location. Local path or S3 URI>
@@ -68,7 +68,7 @@ Zarr Collections
 To specify a collection as a Zarr collection, simply add ``storeType: zarr`` 
to the collection object. If the data is local,
 this is all you need to do.
 
-.. code-block::
+.. code-block:: yaml
 
   id: <collection name>
   path: <root collection location. Local path>
@@ -87,7 +87,7 @@ You will need to provide credentials to access the bucket, or 
specify if it is p
 
 Example:
 
-.. code-block::
+.. code-block:: yaml
 
   collections:
   - id: MUR_SST

Reply via email to