yfm-docs icon indicating copy to clipboard operation
yfm-docs copied to clipboard

--single-page mode generates single-page.html with index page in the end

Open bongiozzo opened this issue 5 months ago • 0 comments

toc.yaml

title: Main Title
href: index.md
items:
  - name: Part 1
    expanded: true
    items: 
    - name: Title 1
      href: title1.md
    ....

npx -- @diplodoc/cli@latest -i docs -o docs-html --single-page

index.html was generated Ok (contains correct Navigation and index.md text)

but

single-page.html was generated starting from title1.md and index.md is in the end of single page.

bongiozzo avatar Sep 06 '24 07:09 bongiozzo