scribe/src/actions
Edward Loveall 4097aa20df
Fix Redirector config escaped strings
When printing out the configuration JSON, the Redirector extension
expects regex escapes to be escaped, themselves. So `\` becomes `\\`.
However, Crystal treats these as escaped character also, and each `\`
must additionally be escaped, so a single slash becomes `\\\\`
2022-07-19 16:28:23 -04:00
..
articles Add support for missing posts 2022-06-17 16:00:01 -04:00
errors Add support for missing posts 2022-06-17 16:00:01 -04:00
faq Add FAQ 2021-10-23 15:34:13 -04:00
home Add home page 2021-09-06 13:38:18 -04:00
mixins Initial app 2021-05-01 17:03:38 -04:00
redirection_config Fix Redirector config escaped strings 2022-07-19 16:28:23 -04:00
api_action.cr Upgrade Crystal to 1.2.1 and Lucky to 0.29.0 2021-12-12 12:01:55 -05:00
browser_action.cr Upgrade Crystal to 1.2.1 and Lucky to 0.29.0 2021-12-12 12:01:55 -05:00