Merge pull request #628 from cdrage/update-docs-with-index

Update documentation to reflect quickstart
This commit is contained in:
Tomas Kral
2017-06-02 13:14:54 +02:00
committed by GitHub
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"