23 lines
504 B
Markdown
23 lines
504 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "shacl-vue"
|
|
text: "Automatic generation of user interfaces from SHACL"
|
|
image:
|
|
src: /shacl_vue.svg
|
|
alt: shacl-vue
|
|
actions:
|
|
- theme: brand
|
|
text: Try it out!
|
|
link: https://psychoinformatics-de.github.io/shacl-vue/app
|
|
- theme: alt
|
|
text: User Docs
|
|
link: /get-started
|
|
- theme: alt
|
|
text: Source
|
|
link: https://hub.psychoinformatics.de/datalink/shacl-vue
|
|
|
|
---
|
|
|