diff --git a/_SUMMARY.md b/_SUMMARY.md index 5e26edca8..1ddf725cf 100644 --- a/_SUMMARY.md +++ b/_SUMMARY.md @@ -4,6 +4,9 @@ Also you can use HTML-comments. --> +* [Test page from subfolder](subfolder/sub-subfolder/page.html) +* [Test subpage from subfolder](another-subfolder/page.html) + * [Test another page from subfolder](another-subfolder/another-sub-subfolder/page.html) * [Basic Topics](basic_topics.html) * [Getting Started](getting_started.html) * [Check Out And Build Community Edition](checkout_and_build_community.html) diff --git a/_config.yml b/_config.yml index 4a020f1f5..47cec39c7 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,6 @@ exclude: - '*.scss' - README* - Rakefile - - lib - webhelp-template - code_samples diff --git a/_layouts/webhelp.html b/_layouts/webhelp.html index 17ff80991..c606c7e36 100644 --- a/_layouts/webhelp.html +++ b/_layouts/webhelp.html @@ -3,7 +3,7 @@ {% assign product_version = site.product_version %} {% assign page_title = page.title %} {% assign page_title_with_h1 = '' %} - {% assign page_id = page.name | replace:'.md','' %} + {% assign page_id = page.url %} {% assign page_content = content %} {% capture shortcut_switcher %}