瀏覽代碼

Add MDN reference for Local server setup

It's going to help some people.
I don't know if the placement or format is right, please edit as needed.
Roman Rokon 4 年之前
父節點
當前提交
a700b0f3f7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      getting_started/workflow/export/exporting_for_web.rst

+ 1 - 0
getting_started/workflow/export/exporting_for_web.rst

@@ -19,6 +19,7 @@ in the user's browser.
                .. tip:: Python offers an easy method to start a local server.
                .. tip:: Python offers an easy method to start a local server.
                         Use ``python -m http.server 8000 --bind 127.0.0.1`` with Python 3 to serve the
                         Use ``python -m http.server 8000 --bind 127.0.0.1`` with Python 3 to serve the
                         current working directory at ``http://localhost:8000``.
                         current working directory at ``http://localhost:8000``.
+                        `Refer to MDN for additional information <https://developer.mozilla.org/en-US/docs/Learn/Common_questions/set_up_a_local_testing_server>`__.
 
 
 .. attention:: `There are significant bugs when running HTML5 projects on iOS <https://github.com/godotengine/godot/issues/26554>`__
 .. attention:: `There are significant bugs when running HTML5 projects on iOS <https://github.com/godotengine/godot/issues/26554>`__
                (regardless of the browser). We recommend using
                (regardless of the browser). We recommend using