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 <charlie@charliedrage.com>
This commit is contained in:
Charlie Drage 2022-01-13 16:02:53 -05:00 committed by GitHub
parent 99936cf94e
commit e2b5c983e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View File

@ -12,6 +12,8 @@ changes.txt
# Ignore built site
docs/_site/
docs/.jekyll-cache/
docs/.git/
docs/.gitignore
#
# GO SPECIFIC

View File

@ -75,9 +75,6 @@
<br>
<br>
With Kompose, you can now push the same file to a production container orchestrator!
<br>
<br>
You only need two commands: <b>kompose convert</b> and <b>kubectl apply</b>
</p>
<a class="btn-action" href="/getting-started">Getting Started</a>
</div>