Closed
Description
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.
- Create a folder "Test".
- Cd into "Test"
- Created a folder "src"
- Cd into "src" and create a file "intro.md"
- Type "Hello World!" in intro.md
- Cd out of "src" and create a config file "documentation.yml"
- Typed below:
toc:
- name: Introduction
file: src/intro.md
- Build doc with this paramerters in Windows cmd terminal.
>documentation build --format html --output docs --config documentation.yml src\*
When I open "docs\index.html" in Chrome, I see "Introduction" section repeating twice as shown here.
Resulting file structure is like this.
|-Test
|- docs
|- assets
|- index.html
|- src
|- intro.md
|- documentation.yml
Any help to prevent this would be appreciated.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels