Skip to content

Commit

Permalink
add noindex meta tag to solve argoproj#2381; add kustomize to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crenshaw-dev committed Mar 6, 2020
1 parent 96af36d commit 46b1d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Golang
* Yarn. `brew install yarn`
* Docker
* [Kustomize](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/INSTALL.md)
* Kubernetes Cluster (we recommend Docker for Desktop + K3D, as this will allow you to test RBAC set-up, and is also fast)

Useful:
Expand Down
1 change: 1 addition & 0 deletions ui/src/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<base href="/">
<link href="https://fonts.googleapis.com/css?family=Heebo:300,400,500,700" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<link rel="icon" type="image/png" href="assets/favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/favicon/favicon-16x16.png" sizes="16x16">
</head>
Expand Down

0 comments on commit 46b1d93

Please sign in to comment.