Merge pull request #67 from vincent99/master

Redirect v2.0 guide
This commit is contained in:
Vincent Fiduccia
2018-05-02 00:26:50 -07:00
committed by GitHub
3 changed files with 2 additions and 3 deletions
-2
View File
@@ -3,8 +3,6 @@ title: Rancher 2.0 Documentation
shortTitle: Rancher 2.0
insertOneSix: true
weight: 1
aliases:
- /docs/rancher/v2.0/en/quick-start-guide/
---
# Rancher 2.0 Documentation
@@ -1,7 +1,6 @@
---
title: Quick Start
weight: 25
aliases: [/docs/rancher/v2.0/en/quick-start-guide]
---
# Quick Start Guide
+2
View File
@@ -1,10 +1,12 @@
map_hash_bucket_size 256;
map $request_uri $redirect_uri {
~^/docs/rancher/v2.0/(.*)$ /docs/rancher/v2.x/$1;
}
server {
listen 80;
server_name localhost;
absolute_redirect off;
location / {
root /usr/share/nginx/html;