From de9c61b7fd7b1071b2eafacb988101d2e088497f Mon Sep 17 00:00:00 2001 From: Ryan Peden Date: Mon, 13 Feb 2023 16:23:22 -0500 Subject: [PATCH 1/2] Update welcome message in UI overview docs --- docs/ui/overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ui/overview.md b/docs/ui/overview.md index 6d13b5bc6f74..37087fe984db 100644 --- a/docs/ui/overview.md +++ b/docs/ui/overview.md @@ -44,10 +44,10 @@ The Prefect UI is also available in any environment where a Prefect server is ru $ prefect server start Starting... - ___ ___ ___ ___ ___ ___ _____ ___ ___ ___ ___ _ _ -| _ \ _ \ __| __| __/ __|_ _| / _ \| _ \_ _/ _ \| \| | -| _/ / _|| _|| _| (__ | | | (_) | /| | (_) | .` | -|_| |_|_\___|_| |___\___| |_| \___/|_|_\___\___/|_|\_| + ___ ___ ___ ___ ___ ___ _____ +| _ \ _ \ __| __| __/ __|_ _| +| _/ / _|| _|| _| (__ | | +|_| |_|_\___|_| |___\___| |_| Configure Prefect to communicate with the server with: From 4dadd5ce1453b7bc925abd94eac7cc0dcc8bb1f9 Mon Sep 17 00:00:00 2001 From: Ryan Peden Date: Mon, 13 Feb 2023 16:34:42 -0500 Subject: [PATCH 2/2] Updated CLI output in deployments and orchestration tutorial docs --- docs/tutorials/deployments.md | 8 ++++---- docs/tutorials/orchestration.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/tutorials/deployments.md b/docs/tutorials/deployments.md index 7922f29b4b56..dbe62fc17075 100644 --- a/docs/tutorials/deployments.md +++ b/docs/tutorials/deployments.md @@ -395,10 +395,10 @@ For the remainder of this tutorial, you'll use a local Prefect server. Open anot ```bash $ prefect server start - ___ ___ ___ ___ ___ ___ _____ ___ ___ ___ ___ _ _ -| _ \ _ \ __| __| __/ __|_ _| / _ \| _ \_ _/ _ \| \| | -| _/ / _|| _|| _| (__ | | | (_) | /| | (_) | .` | -|_| |_|_\___|_| |___\___| |_| \___/|_|_\___\___/|_|\_| + ___ ___ ___ ___ ___ ___ _____ +| _ \ _ \ __| __| __/ __|_ _| +| _/ / _|| _|| _| (__ | | +|_| |_|_\___|_| |___\___| |_| Configure Prefect to communicate with the server with: diff --git a/docs/tutorials/orchestration.md b/docs/tutorials/orchestration.md index e129a9a6f14c..e24e5de23c3b 100644 --- a/docs/tutorials/orchestration.md +++ b/docs/tutorials/orchestration.md @@ -71,10 +71,10 @@ To take full advantage of the Prefect orchestration engine and API server, you c $ prefect server start Starting... - ___ ___ ___ ___ ___ ___ _____ ___ ___ ___ ___ _ _ -| _ \ _ \ __| __| __/ __|_ _| / _ \| _ \_ _/ _ \| \| | -| _/ / _|| _|| _| (__ | | | (_) | /| | (_) | .` | -|_| |_|_\___|_| |___\___| |_| \___/|_|_\___\___/|_|\_| + ___ ___ ___ ___ ___ ___ _____ +| _ \ _ \ __| __| __/ __|_ _| +| _/ / _|| _|| _| (__ | | +|_| |_|_\___|_| |___\___| |_| Configure Prefect to communicate with the server with: