Michael Mraz

Results 2 issues of Michael Mraz

The conditional check for an http/https jurl in _includes/sidebar.html for `subfolderitem` and `subsubfolderitem` items are checking the parent `folderitem.jurl` instead of their depth's value. This should be a changed in...

*Issue #, if available:* https://github.com/amzn/jekyll-doc-project/issues/3 *Description of changes:* Corrects the `folderitem.jurl` comparator in the sidebar to reference the `subfolderitem.jurl` and `subsubfolderitem.jurl` at their respective depths. By submitting this pull request,...