Skip to content

Commit 4459868

Browse files
committed
Update the config and html to recreate the side bar and fit error
1 parent 1387cea commit 4459868

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ header_pages:
99
sidebar:
1010
- title: "User Guide"
1111
url: UserGuide.html
12-
path: UserGuide.md
12+
path: "UserGuide.md"
1313
toc: true
1414
- title: "Developer Guide"
1515
url: DeveloperGuide.html
16-
path: DeveloperGuide.md
16+
path: "DeveloperGuide.md"
1717
toc: true
1818
- title: "About Us"
1919
url: AboutUs.html
20-
path: AboutUs.dm
20+
path: "AboutUs.md"
2121
toc: false
2222

2323
markdown: kramdown

docs/_layouts/default.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ <h2>Quick Navigation</h2>
2020
<div id="toc-{{ item.title | replace: ' ', '-' }}" class="toc-content hidden">
2121
<ul> <!-- Add this UL here -->
2222
{% assign headings = site.pages | where: "path", item.path | first %}
23-
2423
{% if headings %}
25-
<li><a href="{{item.url}}">Test</a>
2624
{% assign content = headings.content %}
2725
{% assign lines = content | split: '\n' %}
2826
{% for line in lines %}

0 commit comments

Comments
 (0)