Sébastien Lorber

Results 1472 comments of Sébastien Lorber

> Maybe a bit unrelated followup is the API link next to it - that is a link to [milesj/docusaurus-plugin-typedoc-api](https://github.com/milesj/docusaurus-plugin-typedoc-api) plugin, it also supports versioning. How would I go about...

@B4nan this seems related to a bug/annoying default behavior reported here: https://github.com/facebook/docusaurus/issues/5689#issuecomment-1017376748 Unfortunately, we don't have any simple way to exclude the Example category subitem automatically or manually currently. The...

@devil-cyber why not, but it's not likely a very easy task. There are multiple possible solutions to implement it btw. Note: plugins like docs support multi-instance, so creating one doc...

@devil-cyber unfortunately it's exploratory work, I don't have a good idea on how this should be implemented exactly without actually working on this directly.

> A lifecycle API to extract sidebar tree may help. can you explain how it helps achieving what exactly?

The default sidebar item link is legacy and quite messy. I'd like to refactor it and make things clearer but it's not easy without changing the behavior and doing breaking...

No it's not documented. All things regarding linking are a bit messy, a mix of new features and legacy things I'd like to get rid of. We'll document everything once...

# Good first issue This issue should be relatively easy to solve so I'm willing to delegate it to an external contributor looking to contribute. ## Disclaimer We, project maintainers,...

Agree, and I plan to add a hool like `createFrontMatter` allowing you to transform existing frontmatter from Pandoc schema to Docusaurus schema This has been discussed in a few issues...

@Josh-Cena indeed this issue is important as it solves multiple use-cases in a generic way. It's not my main focus currently as it doesn't really block 2.0, so if you...