Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Remove extra title from helm doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Jul 22, 2020
1 parent fff9924 commit 2bbb535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion website/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
1 change: 0 additions & 1 deletion website/docs/deploy/kubernetes/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2bbb535

Please sign in to comment.