From b2c41d6480a572da028ff4e8d3c97edda1157790 Mon Sep 17 00:00:00 2001 From: Tony Worm <1390600+verdverm@users.noreply.github.com> Date: Sat, 1 Jun 2024 21:37:51 -0400 Subject: [PATCH] docs: fix forwarding rule in nginx (#376) Co-authored-by: Tony Worm --- docs/ci/server.template | 2 +- docs/content/the-walkthrough/_index.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/ci/server.template b/docs/ci/server.template index 0970ee28..5c47471a 100644 --- a/docs/ci/server.template +++ b/docs/ci/server.template @@ -37,7 +37,7 @@ server { proxy_pass https://www.google-analytics.com; } - location /the-walkthrough { + location /first-example { rewrite ^ /the-walkthrough; } diff --git a/docs/content/the-walkthrough/_index.md b/docs/content/the-walkthrough/_index.md index 5076e2cd..1a4f834c 100644 --- a/docs/content/the-walkthrough/_index.md +++ b/docs/content/the-walkthrough/_index.md @@ -8,8 +8,6 @@ description: > See all of hof's features in the process. --- -TODO: convert this to a simple version of topical source - {{}} The Walkthrough will take you on a tour of hof's features, covering the end-to-end developer experience.