Skip to content

How do I to create a visible table of content for my kindle device on docusaurus? #8362

Answered by slorber
adonmez04 asked this question in Q&A
Discussion options

You must be logged in to vote

I consider it's a bug in Infima, reported here: facebookincubator/infima#278

You can probably revert this CSS rule locally using a custom class/selector:

.table-of-contents {
  @media print {
    display: none;
  }
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@adonmez04
Comment options

Comment options

You must be logged in to vote
1 reply
@adonmez04
Comment options

Answer selected by adonmez04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants