diff --git a/code.json b/code.json
index b53ce6d249076e9bbac0d3531f9a436b88126487..eb26caccff999858e69c1aaa45ca8b5eefcd2bc4 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 0152d1c282054f4c3173a7a8cd5ccb30ec65792b..9ef14905370a4d345f64108e7c0a548db80b181c 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: