Skip to content

Commit

Permalink
Added a data-analysis page
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Nov 5, 2024
1 parent 19647f3 commit b8b8b7c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
//SCSS
"scss.format.spaceAroundSelectorSeparator": true,
// XML
"xml.format.splitAttributes": "splitNewLine"
"xml.format.splitAttributes": "splitNewLine",
"cSpell.words": [
"Spacialist"
]
}
20 changes: 11 additions & 9 deletions docs/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ export default [
{
text: 'User',
collapsible: true,
prefix: '/user/',
children: [
'/user/overview',
'/user/geodata',
'/user/thesaurus',
'/user/data-model',
'/user/entity-type',
'/user/attribute-types',
'/user/attribute',
'/user/bibliography',
'/user/data-importer'
'overview',
'geodata',
'thesaurus',
'data-model',
'entity-type',
'attribute-types',
'attribute',
'bibliography',
'data-importer',
'data-analysis',
]
},
{
Expand Down
3 changes: 3 additions & 0 deletions docs/user/data-analysis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Data Analysis (Tool)

The data analysis tool provides the user with a convenient user interface to query all the data inside Spacialist in a meaningful way.
1 change: 1 addition & 0 deletions docs/user/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ grid:
details: The map plugin provides a light-weight GIS interface to visualize the data on maps.
- icon: "./images/feature-icons/analysis.svg"
title: Analysis
link: "./data-analysis"
details: User-Interface to run elaborate queries without the need to write SQL.
---
# Overview
Expand Down

0 comments on commit b8b8b7c

Please sign in to comment.