diff --git a/website/deploy.sh b/website/deploy.sh index 349a8619a0..7dbf068dcc 100755 --- a/website/deploy.sh +++ b/website/deploy.sh @@ -20,7 +20,7 @@ sidebar_label: Deploy using Helm EOF # Concatentate the helm chart readme file -cat ${DIR}/../deploy/kubernetes/console/README.md >> ./docs/deploy/kubernetes/install.md +tail -n +2 ${DIR}/../deploy/kubernetes/console/README.md >> ./docs/deploy/kubernetes/install.md npm run build diff --git a/website/docs/deploy/kubernetes/install.md b/website/docs/deploy/kubernetes/install.md index cce61d819c..fad7b188d4 100644 --- a/website/docs/deploy/kubernetes/install.md +++ b/website/docs/deploy/kubernetes/install.md @@ -3,7 +3,6 @@ id: helm-installation title: Deploying Using Helm sidebar_label: Deploy using Helm --- -# Stratos Stratos is an Open Source Web-based Management console for Cloud Foundry. It allows users and administrators to both manage applications running in the Cloud Foundry cluster and perform cluster management tasks.