Skip to content
Snippets Groups Projects
Commit 0201f350 authored by Kelvin's avatar Kelvin
Browse files

Added fixes to code.json

parent 4336476f
No related branches found
No related tags found
No related merge requests found
...@@ -11,14 +11,62 @@ ...@@ -11,14 +11,62 @@
"licenses": [ "licenses": [
{ {
"name": "Public Domain, CC0-1.0", "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", "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", "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", "repositoryURL": "https://code.usgs.gov/astrogeology/asc-public-docs.git",
"vcs": "git", "vcs": "git",
......
...@@ -3,12 +3,12 @@ ...@@ -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. 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) [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. 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: 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment