mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
Updated open-browser task URl to include the path of introduction page to save some time by avoiding the need to Click get started button on home
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ tasks:
|
||||
- |
|
||||
bash -c '
|
||||
PORT="$1"
|
||||
URL="http://localhost:${PORT}/docs/"
|
||||
URL="http://localhost:${PORT}/docs/get-started/introduction"
|
||||
if command -v open >/dev/null 2>&1; then
|
||||
open "$URL"
|
||||
elif command -v xdg-open >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user