Add /docs/ redirect to Quick-Start Guide

This commit is contained in:
Michael Rose 2016-04-08 21:08:09 -04:00
parent f3013f4623
commit ff431ae28f
2 changed files with 4 additions and 1 deletions

View file

@ -231,6 +231,7 @@ gems:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-redirect-from
# - jekyll-archives
# mimic GitHub Pages with --safe
@ -240,6 +241,7 @@ whitelist:
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-redirect-from
# Archives

View file

@ -1,6 +1,8 @@
---
title: "Quick-Start Guide"
permalink: /docs/quick-start-guide/
redirect_from:
- /docs/
excerpt:
sidebar:
title: "v3.0"
@ -8,7 +10,6 @@ sidebar:
---
{% include base_path %}
{% include toc %}
Minimal Mistakes has been developed to be 100% compatible with hosting a site on [GitHub Pages](https://pages.github.com/). To get up and running with a new GitHub repository quickly, follow these steps.