Skip to content
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

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

Open
bongiozzo opened this issue Sep 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bongiozzo
Copy link
Contributor

bongiozzo commented Sep 6, 2024

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.

@3y3 3y3 added the bug Something isn't working label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants