Update documentation to reflect quickstart

Adds quickstart.md from the kompose.io site as well as incorporates
changes so that you can update the index page of Kompose.io via
quickstart.md
This commit is contained in:
Charlie Drage
2017-06-01 15:35:05 -04:00
parent a35d5965b5
commit ea95f0a912
3 changed files with 123 additions and 4 deletions
+4 -1
View File
@@ -50,9 +50,12 @@ permalink: /$name/
done
cd ..
# remove README.md from docs folder as it isn't relevant
# 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
# add relevant user information
git config user.name "$DOCS_USER"