From f8e5a35bc4aa4c192e57983f18a4413d4b502c8f Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Thu, 29 Jun 2023 22:01:46 -0700 Subject: adding back redirect --- docs/netlify.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/netlify.toml (limited to 'docs/netlify.toml') diff --git a/docs/netlify.toml b/docs/netlify.toml new file mode 100644 index 00000000..48ea9fac --- /dev/null +++ b/docs/netlify.toml @@ -0,0 +1,3 @@ +[[redirects]] +from = "/docs" +to = "/docs/intro" \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 995150b607f6a8094c256619328606c6d237a08e Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Thu, 29 Jun 2023 22:06:54 -0700 Subject: moving to _redirects --- docs/_redirects | 1 + docs/netlify.toml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 docs/_redirects delete mode 100644 docs/netlify.toml (limited to 'docs/netlify.toml') diff --git a/docs/_redirects b/docs/_redirects new file mode 100644 index 00000000..3978e746 --- /dev/null +++ b/docs/_redirects @@ -0,0 +1 @@ +/docs /docs/intro \ No newline at end of file diff --git a/docs/netlify.toml b/docs/netlify.toml deleted file mode 100644 index 48ea9fac..00000000 --- a/docs/netlify.toml +++ /dev/null @@ -1,3 +0,0 @@ -[[redirects]] -from = "/docs" -to = "/docs/intro" \ No newline at end of file -- cgit v1.2.3-70-g09d2 From f4e5212546dd5725539ce77ead886111acbad89e Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Thu, 29 Jun 2023 22:10:21 -0700 Subject: force redirect --- docs/_redirects | 1 - docs/netlify.toml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 docs/_redirects create mode 100644 docs/netlify.toml (limited to 'docs/netlify.toml') diff --git a/docs/_redirects b/docs/_redirects deleted file mode 100644 index 3978e746..00000000 --- a/docs/_redirects +++ /dev/null @@ -1 +0,0 @@ -/docs /docs/intro \ No newline at end of file diff --git a/docs/netlify.toml b/docs/netlify.toml new file mode 100644 index 00000000..bb0f50ea --- /dev/null +++ b/docs/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/docs" + to = "/docs/intro" + force = true \ No newline at end of file -- cgit v1.2.3-70-g09d2 From f6d77e6de18dfdf539e6e6c528ceb8bf4bc120c9 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Thu, 29 Jun 2023 22:12:11 -0700 Subject: adjust for docs/docs issue --- docs/netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/netlify.toml') diff --git a/docs/netlify.toml b/docs/netlify.toml index bb0f50ea..490ac92e 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -1,4 +1,4 @@ [[redirects]] - from = "/docs" + from = "/" to = "/docs/intro" force = true \ No newline at end of file -- cgit v1.2.3-70-g09d2