Add ability to include page assets in documentation pages such as images. Updated Personal Channel tutorial to use local images using this new capability.

This commit is contained in:
Andrew Manning
2016-11-27 13:43:07 -07:00
parent 99a4bb63c7
commit 7470b1180e
29 changed files with 57 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ function get_help_content($tocpath = false) {
$text = '';
$path = (($tocpath !== false) ? $tocpath : '');
if($tocpath === false && argc() > 1) {
$path = '';
for($x = 1; $x < argc(); $x ++) {