Add setup.sh script (#595)
* Add setup.sh script * Remove update menu item * make setup.sh work on macOS * Update wording --------- Co-authored-by: Christian Beutel <>
This commit is contained in:
@@ -84,7 +84,11 @@ export default defineConfig({
|
||||
items: [
|
||||
{
|
||||
label: 'Installation',
|
||||
link: '/run/installation/'
|
||||
items: [
|
||||
{ label: 'Quickstart', link: '/run/installation/quick' },
|
||||
{ label: 'Manual Docker Setup', link: '/run/installation/docker' },
|
||||
{ label: 'Install from Source', link: '/run/installation/from-source' },
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Environment configuration',
|
||||
|
||||
Reference in New Issue
Block a user