From e2b5c983e1989aca49241fd26da56cf726e7f475 Mon Sep 17 00:00:00 2001
From: Charlie Drage
Date: Thu, 13 Jan 2022 16:02:53 -0500
Subject: [PATCH] Synchronize site and update .gitignore (#1477)
Updates the site documentation as well as adds new files to ignore in
.gitignore
Signed-off-by: Charlie Drage
---
.gitignore | 2 ++
docs/_layouts/index.html | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)
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