From 0201f3505e8b48fba534edb516b2f2fc9a471161 Mon Sep 17 00:00:00 2001
From: Kelvin <krodriguez@usgs.gov>
Date: Tue, 24 Oct 2023 12:24:08 -0700
Subject: [PATCH] Added fixes to code.json

---
 code.json                   | 52 +++++++++++++++++++++++++++++++++++--
 docs/how-to-guides/index.md |  4 +--
 2 files changed, 52 insertions(+), 4 deletions(-)

diff --git a/code.json b/code.json
index b53ce6d..eb26cac 100644
--- a/code.json
+++ b/code.json
@@ -11,14 +11,62 @@
       "licenses": [
         {
           "name": "Public Domain, CC0-1.0",
-          "URL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/blob/main/LICENSE.md"
+          "URL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/raw/main/LICENSE.md"
         }
       ]
     },
 
     "homepageURL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/blob/main/README.md",
     "downloadURL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/archive/main/asc-public-docs-main.zip",
-    "disclaimerURL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/blob/main/DISCLAIMER.md",
+    "disclaimerURL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/raw/main/DISCLAIMER.md",
+    "repositoryURL": "https://code.usgs.gov/astrogeology/asc-public-docs.git",
+    "vcs": "git",
+
+    "laborHours": 480,
+
+    "tags": [
+      "Planetary",
+      "Remote Sensing",
+      "Data Processing",
+      "Ephemerides",
+      "Community Sensor Model",
+      "Documentation"
+    ],
+
+    "languages": [
+      "HTML",
+      "MD"
+    ],
+
+    "contact": {
+      "name": "Kelvin Rodriguez",
+      "email": "krodriguez@usgs.gov"
+    },
+
+    "date": {
+      "metadataLastUpdated": "2023-04-19"
+    }
+  },
+  {
+    "name": "asc-public-docs",
+    "organization": "U.S. Geological Survey",
+    "description": "Public documentation for USGS Astrogeology Science Center's Software portfolio",
+    "version": "1.1.0",
+    "status": "Development",
+
+    "permissions": {
+      "usageType": "openSource",
+      "licenses": [
+        {
+          "name": "Public Domain, CC0-1.0",
+          "URL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/raw/main/LICENSE.md"
+        }
+      ]
+    },
+
+    "homepageURL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/blob/main/README.md",
+    "downloadURL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/archive/main/asc-public-docs-main.zip",
+    "disclaimerURL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/raw/main/DISCLAIMER.md",
     "repositoryURL": "https://code.usgs.gov/astrogeology/asc-public-docs.git",
     "vcs": "git",
 
diff --git a/docs/how-to-guides/index.md b/docs/how-to-guides/index.md
index 0152d1c..9ef1490 100644
--- a/docs/how-to-guides/index.md
+++ b/docs/how-to-guides/index.md
@@ -3,12 +3,12 @@
 How-to guides are much like recipes in a recipe book. Write how-to docs to solve specific problems quickly, sometimes copy-pastable. Think of how-to guides as pre-emptive StackOverflow-like problems.
 
 
-# For Readers 
+## For Readers 
 [comment]: <> (This is a good place to mention any places for someone to start looking in. Highlight specific docs with high value or we identify readers commonly want to see)
 
 Use the table of contents on the left to start browsing guides. 
 
-# For Authors
+## For Authors
 
 Before you start writing a new How-To guide. Make sure what you are writing belongs here. These are similar to getting-started guides, in that they explain to users how to perform some valuable tasks with the software, but distinct in that they:
 
-- 
GitLab