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:
parent
99936cf94e
commit
e2b5c983e1
|
@ -12,6 +12,8 @@ changes.txt
|
|||
# Ignore built site
|
||||
docs/_site/
|
||||
docs/.jekyll-cache/
|
||||
docs/.git/
|
||||
docs/.gitignore
|
||||
|
||||
#
|
||||
# GO SPECIFIC
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue