Page 1 of 1
Loading docs into built version
Posted: Tue Sep 17, 2013 12:34 am
by monte
Is there any way we could load the docs as part of the build process? Perhaps it could pull them directly from the xml files which would help us when editing them?
Re: Loading docs into built version
Posted: Mon Sep 30, 2013 9:40 am
by LCMark
This is one area I missed when adding the hooks to run an IDE from the _build folder. Should be possible to add - I'm not sure whether the docs viewer in the IDE can load the unprocessed XML files, but the docs_builder stack builds the clumps it then uses. It should be easy enough to make the docs UI pick up the clumps it uses from a build folder within the the source tree, thus allowing previewing on new / edited docs 'in place'. I'll take a look.
Re: Loading docs into built version
Posted: Mon Sep 30, 2013 11:05 am
by monte
Thanks that would be helpful