Skip to content

Commit

Permalink
fix area proportion metric usage
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Nov 26, 2024
1 parent 9ec7b91 commit 13d6f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/page/software-help/project-tree.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ The [Analyses](/software-help/analyses/) Node stores the projects analyses. This

## Basemaps

The Basemaps Node organizes all of the basemaps for the project. [Basemaps](/software-help/basemaps/) are used to provide context to the project and are typically used as a background layer for the project.
The Basemaps Node organizes all of the basemaps for the project. [Basemaps](/software-help/basemaps/) are used to provide context to the project and are typically used as a background layer for the project.
3 changes: 1 addition & 2 deletions docs/gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module.exports = {
items: [
{
title: 'Stream Gage Tool',
url: '/software-help/stream-gage-explorer',
url: '/software-help/stream-gage-tool',
},
{
title: 'Watershed Catchments',
Expand All @@ -130,7 +130,6 @@ module.exports = {
},
{
title: 'Technical Reference',
url: '/technical-reference/database',
items: [
{
title: 'Database',
Expand Down

0 comments on commit 13d6f11

Please sign in to comment.