Skip to content

Commit

Permalink
restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Oct 10, 2024
1 parent 6eb967d commit fdadabb
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default [
'/',
'/user/guide',
'/development/coding-style',
'/user/overview',
'/developer/overview',
{
text: 'GitHub',
link: 'https://github.com/DH-Center-Tuebingen/spacialist-docs'
Expand Down
13 changes: 7 additions & 6 deletions docs/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export default [
{
text: 'User Guide',
text: 'User',
collapsible: true,
children: [
'/user/guide',
'/user/overview',
'/user/geodata',
'/user/thesaurus',
'/user/data-model',
Expand All @@ -14,12 +14,13 @@ export default [
]
},
{
text: 'Development',
text: 'Developer',
collapsible: true,
children: [
'/development/coding-structure',
'/development/plugins',
'/development/docs',
'/developer/overview',
'/developer/coding-structure',
'/developer/plugins',
'/developer/docs',
]
}
]
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ actions:
type: primary

- text: Coding Guide
link: /development/coding-style.html
link: /developer/coding-style.html
type: primary


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/developer/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Developer

Coming soon
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/user/guide.md → docs/user/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ grid:
title: Analysis
details: User-Interface to run elaborate queries without the need to write SQL.
---
# User Guide
# Overview

Spacialist is a versatile, highly customizable, user-friendly database management solution for the sciences and the digital humanities in peticular. The application has a wide variety of features.

0 comments on commit fdadabb

Please sign in to comment.