From bab5c258d16ae4a3c90a71c933941ed01dac65a1 Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Thu, 14 Oct 2021 15:57:10 -0400 Subject: [PATCH] Remove obselete references to flyctl init 11b9d5e removed the flyctl init command from the docs, but there are some stray references to it in the docs, one of which creates a dead link. --- flyctl/cmd/flyctl.md | 1 - partials/_flyctl_nav.html.slim | 3 --- 2 files changed, 4 deletions(-) diff --git a/flyctl/cmd/flyctl.md b/flyctl/cmd/flyctl.md index 9ae1d97429..e5b01c6e57 100644 --- a/flyctl/cmd/flyctl.md +++ b/flyctl/cmd/flyctl.md @@ -10,7 +10,6 @@ It allows users to manage authentication, application initialization, deployment, network configuration, logging and more with just the one command. -Initialize an app with the init command Deploy an app with the deploy command View a deployed web application with the open command Check the status of an application with the status command diff --git a/partials/_flyctl_nav.html.slim b/partials/_flyctl_nav.html.slim index bdda45cad4..45efe3113e 100644 --- a/partials/_flyctl_nav.html.slim +++ b/partials/_flyctl_nav.html.slim @@ -55,9 +55,6 @@ dl = nav_link "/docs/flyctl/info/", class: "flex ai:baseline jc:between text:inherit sm:text:persist sm:m:8p pt:7p" do | View App information span class="text:code leading:xs ml:8p pt:2p pb:3p" info - = nav_link "/docs/flyctl/init/", class: "flex ai:baseline jc:between text:inherit sm:text:persist sm:m:8p pt:7p" do - | Initialize a new App - span class="text:code leading:xs ml:8p pt:2p pb:3p" init = nav_link "/docs/flyctl/ips/", class: "flex ai:baseline jc:between text:inherit sm:text:persist sm:m:8p pt:7p" do | Managing IP addresses span class="text:code leading:xs ml:8p pt:2p pb:3p" ips