diff --git a/docs/README.md b/docs/README.md index 159797e14d..4fb5ee413c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,7 @@ # 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 * [Getting started on AWS](getting_started/aws.md) * [Getting started on GCE](getting_started/gce.md) diff --git a/docs/extra.css b/docs/extra.css index 551f910de2..53d852a33a 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -7,3 +7,7 @@ white-space: nowrap; } } + +.hidden { + display: none; +} \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 470fe6c63a..b745ad456a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,9 @@ + + # kops - Kubernetes Operations [GoDoc]: https://pkg.go.dev/k8s.io/kops