Changes for move to Netlify (#4464)
* disable jekyll-redirect-from gem * add _redirects file * disable 404 redirect script * add 301 redirect to test * retain _redirects file * Convert redirect_from's to _redirect file. (#4409) * Remove redirect_from's. (#4424) * Add 301's to _redirects. (#4427) * add whitespace before 301 * move redirects in /js/redirects/js to _redirects * add disabled option for cn redirect * convert include to array in _config.yml * enable redirects.js script for legacy support
This commit is contained in:
@@ -1,16 +1,5 @@
|
||||
---
|
||||
title: Run a Stateless Application Using a Deployment
|
||||
redirect_from:
|
||||
- "/docs/user-guide/simple-nginx/"
|
||||
- "/docs/user-guide/simple-nginx.html"
|
||||
- "/docs/user-guide/pods/single-container/"
|
||||
- "/docs/user-guide/pods/single-container.html"
|
||||
- "/docs/user-guide/deploying-applications/"
|
||||
- "/docs/user-guide/deploying-applications.html"
|
||||
- "/docs/tutorials/stateless-application/run-stateless-application-deployment/"
|
||||
- "/docs/tutorials/stateless-application/run-stateless-application-deployment.html"
|
||||
- "/docs/tutorials/stateless-application/run-stateless-ap-replication-controller/"
|
||||
- "/docs/tutorials/stateless-application/run-stateless-ap-replication-controller.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
||||
Reference in New Issue
Block a user