浏览代码

Merge pull request #2852 from codecustard/patch-1

Instructions about reusing HTML file is slightly confusing.
Nathan Lovato 6 年之前
父节点
当前提交
f7f69dd741
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      getting_started/workflow/export/exporting_for_web.rst

+ 2 - 3
getting_started/workflow/export/exporting_for_web.rst

@@ -94,9 +94,8 @@ The HTTP classes have several restrictions on the HTML5 platform:
 Exported ``.html`` file must not be reused
 Exported ``.html`` file must not be reused
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
-On export, several text placeholders are replaced in the **generated HTML
-file** specifically for the given export options. It must not be reused in
-further exports.
+Each project must generate their own HTML file. On export, several text placeholders are replaced in the **generated HTML
+file** specifically for the given export options. Any direct modifications to the **generated HTML file** will be lost in future exports. To customize the generated file, see :ref:`doc_customizing_html5_shell`.
 
 
 Boot splash is not displayed
 Boot splash is not displayed
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~