From 5fc77410c35335949daaea54e4508826fdfa130e Mon Sep 17 00:00:00 2001 From: Laura Brenskelle <160157051+laurabrenskelle@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:22:49 -0500 Subject: [PATCH] Edited sidebar to eliminate metadata.html and data.html (#48) * Update metadata.md Testing removing metadata page * Update data.md Testing removing data page * Update data.md * Update metadata.md * Update sidebar_ioos.yml Hiding metadata.html and data.html from sidebar. --- _data/sidebars/sidebar_ioos.yml | 33 --------------------------------- _docs/data.md | 2 +- _docs/metadata.md | 2 +- 3 files changed, 2 insertions(+), 35 deletions(-) diff --git a/_data/sidebars/sidebar_ioos.yml b/_data/sidebars/sidebar_ioos.yml index 364139d..a1b2064 100644 --- a/_data/sidebars/sidebar_ioos.yml +++ b/_data/sidebars/sidebar_ioos.yml @@ -57,39 +57,6 @@ entries: - title: "Loading into MBON Portal" url: /mbon-data-flow.html#loading-into-mbon-portal output: web - - title: "Data and File Formatting" - output: web - folderitems: - - title: "Overview" - url: /data.html - output: web - - title: "Tabular Data" - url: /data.html#tabular-data - output: web - - title: "Data Headers" - url: /data.html#data-headers - output: web - - title: "Data Values" - url: /data.html#data-values - output: web - - title: "Specific Formatting Recommendations for Biological Data" - url: /data.html#specific-formatting-recommendations-for-biological-data - output: web - - title: "Additional Data Documentation" - url: /data.html#additional-data-documentation - output: web - - title: "Metadata and Documentation" - output: web - folderitems: - - title: "Overview" - url: /metadata.html - output: web - - title: "Metadata" - url: /metadata.html#metadata - output: web - - title: "Additional Data Documentation" - url: /metadata.html#additional-data-documentation - output: web - title: "How to guide for MBON metadata" output: web folderitems: diff --git a/_docs/data.md b/_docs/data.md index 6d4388a..f181f9e 100644 --- a/_docs/data.md +++ b/_docs/data.md @@ -140,4 +140,4 @@ the needs of your data. data file(s), but indicating that the file is a metadata record, e.g. `[data_file_name]_METADATA.xml`. * For complicated datasets, supplemental documentation is more useful when structured as a user’s guide for the data. When constructing such a guide, include enough detail for someone with -sufficient domain knowledge to understand, trust, and reuse your data 20+ years in the future. \ No newline at end of file +sufficient domain knowledge to understand, trust, and reuse your data 20+ years in the future. diff --git a/_docs/metadata.md b/_docs/metadata.md index 2fd8c4c..ab83c54 100644 --- a/_docs/metadata.md +++ b/_docs/metadata.md @@ -69,4 +69,4 @@ document provides field-by-field guidance on how to write high-quality metadata. data file(s), but indicating that the file is a metadata record, e.g. `[data_file_name]_METADATA.xml`. * For complicated datasets, supplemental documentation is more useful when structured as a user’s guide for the data. When constructing such a guide, include enough detail for someone with -sufficient domain knowledge to understand, trust, and reuse your data 20+ years in the future. \ No newline at end of file +sufficient domain knowledge to understand, trust, and reuse your data 20+ years in the future.