Add Getting Started guide, adds Minishift tutorial

Updates the getting started guide as well as introduces an
"introduction" page for Kompose.

Adds a Minishift guide as well as a general update to all documentation.
This commit is contained in:
Charlie Drage
2017-10-05 09:36:53 -04:00
parent 99f88ef15c
commit 5605cb0e54
6 changed files with 419 additions and 120 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ git checkout master docs
# Remove README.md from docs folder as it isn't relevant
rm docs/README.md
# Use quickstart.md instead as the main index page
mv docs/quickstart.md index.md
# Use introduction.md instead as the main index page
mv docs/introduction.md index.md
# Check that index.md has the appropriate Jekyll format
index="index.md"