From c233d8b13e84eb459c68adc533d133410928d637 Mon Sep 17 00:00:00 2001 From: Mihira Jayasekera Date: Sat, 14 May 2022 11:44:27 -0700 Subject: [PATCH] Clarify that Forestry will install Remote Admin file at Admin Path The phrasing 'the Remote Admin is deployed as a static HTML page' confused me because of the passive voice. I wasn't sure if I needed to manually add the static file myself. Explaining that "Forestry will install a static HTML file" clears that up. (Such a cool feature, BTW!) --- hugo/content/docs/editing/remote-admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo/content/docs/editing/remote-admin.md b/hugo/content/docs/editing/remote-admin.md index ed0fdc094..ea24798ce 100644 --- a/hugo/content/docs/editing/remote-admin.md +++ b/hugo/content/docs/editing/remote-admin.md @@ -29,7 +29,7 @@ Select the _General_ tab, and find the Project Paths option. From here you provi ![](/uploads/2018/01/settings-projectpaths.png) -The Remote Admin is deployed as a static HTML page, so be sure you deploy it to a path that will be treated as a [static file](/docs/faqs/glossary/static-files/) by your static site generator. +Forestry will install a static HTML file that powers the Remote Admin at the Admin Path, so be sure to set it to a path that will be treated as a [static file](/docs/faqs/glossary/static-files/) by your static site generator. ### Examples @@ -43,4 +43,4 @@ If [hosting](/docs/hosting) is configured, you can deploy the Remote Admin to yo ![](/uploads/2018/01/settings-projectpaths.png) -Then you can access the admin from your hosted site at your specified path. E.g, `https://example.com/admin` \ No newline at end of file +Then you can access the admin from your hosted site at your specified path. E.g, `https://example.com/admin`