diff --git a/docs/source/cli/airshipctl_baremetal_isogen.md b/docs/source/cli/airshipctl_baremetal_isogen.md
deleted file mode 100644
index 5f874db70..000000000
--- a/docs/source/cli/airshipctl_baremetal_isogen.md
+++ /dev/null
@@ -1,30 +0,0 @@
-## airshipctl baremetal isogen
-
-Generate baremetal host ISO image
-
-### Synopsis
-
-Generate baremetal host ISO image
-
-```
-airshipctl baremetal isogen [flags]
-```
-
-### Options
-
-```
-  -h, --help   help for isogen
-```
-
-### Options inherited from parent commands
-
-```
-      --airshipconf string   Path to file for airshipctl configuration. (default "$HOME/.airship/config")
-      --debug                enable verbose output
-      --kubeconfig string    Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")
-```
-
-### SEE ALSO
-
-* [airshipctl baremetal](airshipctl_baremetal.md)	 - Perform actions on baremetal hosts
-
diff --git a/docs/source/cli/airshipctl_cluster_initinfra.md b/docs/source/cli/airshipctl_cluster_initinfra.md
deleted file mode 100644
index 3f6772090..000000000
--- a/docs/source/cli/airshipctl_cluster_initinfra.md
+++ /dev/null
@@ -1,44 +0,0 @@
-## airshipctl cluster initinfra
-
-Deploy initinfra components to cluster
-
-### Synopsis
-
-Deploy initial infrastructure to kubernetes cluster such as
-metal3.io, argo, tiller and other manifest documents with appropriate labels
-
-
-```
-airshipctl cluster initinfra [flags]
-```
-
-### Examples
-
-```
-
-# Deploy infrastructure to a cluster
-airshipctl cluster initinfra
-
-```
-
-### Options
-
-```
-      --cluster-type string   select cluster type to deploy initial infrastructure to; currently only ephemeral is supported (default "ephemeral")
-      --dry-run               don't deliver documents to the cluster, simulate the changes instead
-  -h, --help                  help for initinfra
-      --prune                 if set to true, command will delete all kubernetes resources that are not defined in airship documents and have airshipit.org/deployed=initinfra label
-```
-
-### Options inherited from parent commands
-
-```
-      --airshipconf string   Path to file for airshipctl configuration. (default "$HOME/.airship/config")
-      --debug                enable verbose output
-      --kubeconfig string    Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")
-```
-
-### SEE ALSO
-
-* [airshipctl cluster](airshipctl_cluster.md)	 - Manage Kubernetes clusters
-
diff --git a/docs/source/cli/airshipctl_document_render.md b/docs/source/cli/airshipctl_document_render.md
deleted file mode 100644
index 15c1b6e0d..000000000
--- a/docs/source/cli/airshipctl_document_render.md
+++ /dev/null
@@ -1,35 +0,0 @@
-## airshipctl document render
-
-Render documents from model
-
-### Synopsis
-
-Render documents from model
-
-```
-airshipctl document render [flags]
-```
-
-### Options
-
-```
-  -a, --annotation stringArray   filter documents by Annotations
-  -g, --apiversion stringArray   filter documents by API version
-  -f, --filter string            logical expression for document filtering
-  -h, --help                     help for render
-  -k, --kind stringArray         filter documents by Kinds
-  -l, --label stringArray        filter documents by Labels
-```
-
-### Options inherited from parent commands
-
-```
-      --airshipconf string   Path to file for airshipctl configuration. (default "$HOME/.airship/config")
-      --debug                enable verbose output
-      --kubeconfig string    Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")
-```
-
-### SEE ALSO
-
-* [airshipctl document](airshipctl_document.md)	 - Manage deployment documents
-