From b9c17e78ebf8c7f00861c74dd315e09a6796b62a Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Tue, 21 Oct 2025 14:03:24 +0800 Subject: [PATCH] Update sdoc-server access instructions Clarify instructions for accessing sdoc-server in the browser. --- manual/extension/setup_seadoc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/extension/setup_seadoc.md b/manual/extension/setup_seadoc.md index caee3e7f..fd7c489e 100644 --- a/manual/extension/setup_seadoc.md +++ b/manual/extension/setup_seadoc.md @@ -216,6 +216,6 @@ But if you use your own proxy, you need to make sure it properly proxy `your-sdo This is because the browser cannot correctly load content from sdoc-server. Make sure * SEADOC_SERVER_URL is correctly set in `.env` -* Make sure sdoc-server can be accessed via the browser. - +* sdoc-server is accessible through the browser. You can check this by visiting https:///sdoc-server/ in your browser. If you see "Welcome to sdoc-server," then sdoc-server is successfully accessible via the browser. + You can open developer console of the browser to further debug the issue.