This repository was archived by the owner on Jul 25, 2019. It is now read-only.
File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ http://tryghost.netlify.com/* https://docs.ghost.org/:splat
6
6
https://newdocs.ghost.org/* https://docs.ghost.org/:splat 301 !
7
7
8
8
9
+ # Temporary redirects - catch routes
10
+ /faq https://ghost.org/faq/ 301 !
11
+ /faq/* https://ghost.org/faq/:splat 301 !
12
+ /tutorials https://ghost.org/tutorials/ 301 !
13
+ /tutorials/* https://ghost.org/tutorials/:splat 301 !
14
+ /integrations https://ghost.org/integrations/ 301 !
15
+ /integrations/* https://ghost.org/integrations/:splat 301 !
16
+ / https://ghost.org/docs/ 301 !
17
+
18
+
9
19
# Make edit links work
10
20
/api/* /edit https://github.com/tryghost/docs-api/tree/master/:splat .md 302 !
11
21
/concepts/* /edit https://github.com/TryGhost/docs/tree/master/content/concepts/:splat .md 302 !
@@ -393,11 +403,3 @@ https://newdocs.ghost.org/* https://docs.ghost.org/:splat
393
403
/hc/en-us/articles/115000301672-Public-API-Beta /api/content/ 301 !
394
404
395
405
396
- # Temporary redirects - catch routes
397
- /faq https://ghost.org/faq/ 301 !
398
- /faq/* https://ghost.org/faq/:splat 301 !
399
- /tutorials https://ghost.org/tutorials/ 301 !
400
- /tutorials/* https://ghost.org/tutorials/:splat 301 !
401
- /integrations https://ghost.org/integrations/ 301 !
402
- /integrations/* https://ghost.org/integrations/:splat 301 !
403
- / https://ghost.org/docs/ 301 !
You can’t perform that action at this time.
0 commit comments