Merge pull request #64 from vincent99/master

Fix prod base url
This commit is contained in:
Vincent Fiduccia
2018-05-01 17:18:12 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -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