Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • $\begingroup$ Function that takes "built" documentation notebook and creates a web page is DocumentationBuild`Export`ExportWebPage had any luck with it? Related: How can I build documentation using docbuild.xml outside of the Workbench?. $\endgroup$ Commented Jun 18, 2017 at 16:57
  • $\begingroup$ @jkuczm I found that but when it kept spitting out errors I figured it was intended to be applied to a template (that kinda worked), so I looked at how it was defined and tried to adapt that for my built pages. $\endgroup$ Commented Jun 18, 2017 at 17:08
  • $\begingroup$ Could you add, to your question, a minimal example of "proper documentation notebook"? $\endgroup$ Commented Jun 18, 2017 at 18:22
  • $\begingroup$ @jkuczm does that suffice? I'm building the docs myself not using the Workbench templates, but I can put up an example of one of those doc pages. (But it doesn't work for the system docs, either) $\endgroup$ Commented Jun 18, 2017 at 18:31
  • $\begingroup$ Which version of Workbench are you using precisely? ExportWebPage[FileNameJoin@{NotebookDirectory[], "Print.html"}, "Print.nb", {"Title" -> "Print", "TitleModifier" -> "", "HistoryData" -> {}, "EntityType" -> "Symbol", "Keywords" -> {}, "TutorialCollectionLinks" -> {}}] works for me without problems in version 10.1.811, in 10.1.822 I get some messages, but they seem unimportant, and web page is created together with appropriate assets. $\endgroup$ Commented Jun 18, 2017 at 22:37