diff --git a/.gitignore b/.gitignore index 19fcdb71..1a7501b4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ changes.txt # Ignore built site docs/_site/ docs/.jekyll-cache/ +docs/.git/ +docs/.gitignore # # GO SPECIFIC diff --git a/docs/_layouts/index.html b/docs/_layouts/index.html index ef487751..eb86de84 100644 --- a/docs/_layouts/index.html +++ b/docs/_layouts/index.html @@ -75,9 +75,6 @@

With Kompose, you can now push the same file to a production container orchestrator! -
-
- You only need two commands: kompose convert and kubectl apply

Getting Started