mirror of https://github.com/kubernetes/kops.git
Merge pull request #8900 from mikesplain/docs_site_comment
Adds docsite hidden note on index.md
This commit is contained in:
commit
09db95e08f
|
|
@ -1,5 +1,7 @@
|
||||||
# Documentation Index
|
# Documentation Index
|
||||||
|
|
||||||
|
For a better viewing experience please check out our live documentation site at [kops.sigs.k8s.io](https://kops.sigs.k8s.io/).
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
* [Getting started on AWS](getting_started/aws.md)
|
* [Getting started on AWS](getting_started/aws.md)
|
||||||
* [Getting started on GCE](getting_started/gce.md)
|
* [Getting started on GCE](getting_started/gce.md)
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
<div class="hidden">
|
||||||
|
<hr>
|
||||||
|
<strong>For a better viewing experience please check out our live documentation site at <a href="https://kops.sigs.k8s.io/">kops.sigs.k8s.io</a>.</strong>
|
||||||
|
<hr>
|
||||||
|
</div>
|
||||||
|
|
||||||
# kops - Kubernetes Operations
|
# kops - Kubernetes Operations
|
||||||
|
|
||||||
[GoDoc]: https://pkg.go.dev/k8s.io/kops
|
[GoDoc]: https://pkg.go.dev/k8s.io/kops
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue