File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ header_pages:
9
9
sidebar :
10
10
- title : " User Guide"
11
11
url : UserGuide.html
12
- path : UserGuide.md
12
+ path : " UserGuide.md"
13
13
toc : true
14
14
- title : " Developer Guide"
15
15
url : DeveloperGuide.html
16
- path : DeveloperGuide.md
16
+ path : " DeveloperGuide.md"
17
17
toc : true
18
18
- title : " About Us"
19
19
url : AboutUs.html
20
- path : AboutUs.dm
20
+ path : " AboutUs.md "
21
21
toc : false
22
22
23
23
markdown : kramdown
Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ <h2>Quick Navigation</h2>
20
20
< div id ="toc-{{ item.title | replace: ' ', '-' }} " class ="toc-content hidden ">
21
21
< ul > <!-- Add this UL here -->
22
22
{% assign headings = site.pages | where: "path", item.path | first %}
23
-
24
23
{% if headings %}
25
- < li > < a href ="{{item.url}} "> Test</ a >
26
24
{% assign content = headings.content %}
27
25
{% assign lines = content | split: '\n' %}
28
26
{% for line in lines %}
You can’t perform that action at this time.
0 commit comments