diff --git a/uri/_metadata.yml b/uri/_metadata.yml new file mode 100644 index 000000000..75b17ef12 --- /dev/null +++ b/uri/_metadata.yml @@ -0,0 +1,2 @@ +listing: + template: redirect.ejs \ No newline at end of file diff --git a/uri/initial-parameters.qmd b/uri/initial-parameters.qmd new file mode 100644 index 000000000..390711fdd --- /dev/null +++ b/uri/initial-parameters.qmd @@ -0,0 +1,5 @@ +--- +title: "Troubleshooting - Initial parameters" +aliases: [initial-parameters] +redirect: https://turinglang.org/docs/usage/troubleshooting/#initial-parameters +--- \ No newline at end of file diff --git a/uri/redirect.ejs b/uri/redirect.ejs new file mode 100644 index 000000000..ea1f7f6d3 --- /dev/null +++ b/uri/redirect.ejs @@ -0,0 +1,6 @@ +```{=html} +
If you are not redirected, please click here.
+ +``` \ No newline at end of file diff --git a/uri/troubleshooting.qmd b/uri/troubleshooting.qmd new file mode 100644 index 000000000..b2b09672a --- /dev/null +++ b/uri/troubleshooting.qmd @@ -0,0 +1,5 @@ +--- +title: Troubleshooting +aliases: [troubleshooting] +redirect: https://turinglang.org/docs/usage/troubleshooting/ +---