-
Notifications
You must be signed in to change notification settings - Fork 486
Repeating sections when using .md files #1113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same issue with the following configurations: toc:
- name: Library name
file: Readme.md
# or with description
toc:
- name: Library name
description: |
This is my description The output will look like that As soon as I add toc:
- name: Library name
description: |
This is my description
children:
- Options
Otherwise great project you have here 👍. Edit: I just checked with version |
I am also seeing this issue with HTML output and sections without children. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am just starting with documentation.js version 8.0.2 on Windows 10 Pro. (Node version is 8.11.3)
Issue is repeating sections when I use md files. To reproduce, you can try these steps.
When I open "docs\index.html" in Chrome, I see "Introduction" section repeating twice as shown here.
Resulting file structure is like this.
Any help to prevent this would be appreciated.
Thanks.
Test.zip
The text was updated successfully, but these errors were encountered: