File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,19 @@ docs_sites:
355
355
url : https://jquerymobile.com/demos/
356
356
mode : exact
357
357
permanent : true
358
+ # Match URLs like https://jquerymobile.com/demos/1.3.0-beta.1/docs/demos/panels/panel-nav-form.html
359
+ # but not https://jquerymobile.com/demos/ which is a normal page.
360
+ #
361
+ # E.g. linked from
362
+ # https://blog.jquerymobile.com/2010/10/16/jquery-mobile-alpha-1-released/
363
+ # https://blog.jquerymobile.com/2013/02/20/jquery-mobile-1-3-0-released/
364
+ - match :
365
+ path : /demos/1
366
+ mode : prefix
367
+ target :
368
+ url : https://demos.jquerymobile.com/1
369
+ mode : exact
370
+ permanent : true
358
371
- match :
359
372
path : /themeroller
360
373
mode : prefix
@@ -370,6 +383,12 @@ docs_sites:
370
383
url : https://blog.jquerymobile.com
371
384
mode : prefix
372
385
permanent : true
386
+ - match :
387
+ path : /feed
388
+ mode : exact
389
+ target :
390
+ url : https://blog.jquerymobile.com/feed/
391
+ mode : exact
373
392
jqueryui_com :
374
393
host : jqueryui.com
375
394
site_name : jQuery UI
@@ -393,7 +412,7 @@ docs_sites:
393
412
mode : prefix
394
413
target :
395
414
url : https://learn.jquery.com/jquery-ui/theming/
396
- mode : prefix
415
+ mode : exact
397
416
permanent : true
398
417
- match :
399
418
path : /docs
Original file line number Diff line number Diff line change 21
21
'https://jqueryui.com/latest/ui/jquery.effects.core.js ' => 'https://code.jquery.com ' ,
22
22
'https://jqueryui.com/docs/Changelog/1.13.0 ' => 'https://jqueryui.com/changelog/1.13.0 ' ,
23
23
'https://jqueryui.com/docs/Theming ' => 'https://learn.jquery.com/jquery-ui/theming/ ' ,
24
+ 'https://jqueryui.com/docs/Theming/x ' => 'https://learn.jquery.com/jquery-ui/theming/ ' ,
24
25
'https://jqueryui.com/docs/About ' => 'https://jqueryui.com/About ' ,
25
26
'https://jqueryui.com/docs/dialog ' => 'https://jqueryui.com/dialog ' ,
26
27
'https://jqueryui.com/bugs/ticket/3484 ' => 'https://bugs.jqueryui.com/ticket/3484 ' ,
27
28
28
29
'https://jquerymobile.com/blog/feed ' => 'https://blog.jquerymobile.com/feed ' ,
29
30
'https://jquerymobile.com/blog/feed/ ' => 'https://blog.jquerymobile.com/feed/ ' ,
30
31
'https://jquerymobile.com/blog/2011/11/16/announcing-jquery-mobile-1-0/ ' => 'https://blog.jquerymobile.com/2011/11/16/announcing-jquery-mobile-1-0/ ' ,
32
+ 'https://jquerymobile.com/demos/1.3.0-beta.1/docs/demos/panels/panel-nav-form.html ' => 'https://demos.jquerymobile.com/1.3.0-beta.1/docs/demos/panels/panel-nav-form.html '
31
33
32
34
'https://jquery.org/feed/' => 'https://meetings.jquery.org/feed/',
33
35
You can’t perform that action at this time.
0 commit comments