diff --git a/Dockerfile.prod b/Dockerfile.prod index 4a76c43b336..8cde8c68f49 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -23,5 +23,5 @@ RUN gulp build RUN stat /run/public/index.html FROM nginx -COPY --from=build /run/public /usr/share/nginx/html/ +COPY --from=build /run/public /usr/share/nginx/html/docs/ COPY nginx.conf /etc/nginx/conf.d/default.conf diff --git a/content/rancher/v2.x/en/_index.md b/content/rancher/v2.x/en/_index.md index 758b1181ec0..0f06fbe6f92 100644 --- a/content/rancher/v2.x/en/_index.md +++ b/content/rancher/v2.x/en/_index.md @@ -3,6 +3,8 @@ 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