Merge pull request #834 from cdrage/docs-update

Add Getting Started guide, adds Minishift tutorial
This commit is contained in:
Charlie Drage
2017-10-06 10:07:58 -04:00
committed by GitHub
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"