-
Notifications
You must be signed in to change notification settings - Fork 7
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
bug with typedoc #12
Comments
This happens because the sidebar that Ion shows is a component override, and setting |
This issue highlights that enabling the sidebar causes Typedoc pages (e.g., API/Kodkord and API/Classes, shown in the second screenshot) to disappear. I thought the two screenshots would make it obvious, but I apologize for not providing more context earlier. Let me know if you need further details! 🤷♂️ |
@Chewawi is your repo open source? I'm gonna need to reproduce this |
with
![Image](https://private-user-images.githubusercontent.com/69669283/407127602-9a94a47c-b604-40d8-8817-0469b5ae4e47.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTcwNTUsIm5iZiI6MTczOTYxNjc1NSwicGF0aCI6Ii82OTY2OTI4My80MDcxMjc2MDItOWE5NGE0N2MtYjYwNC00MGQ4LTg4MTctMDQ2OWI1YWU0ZTQ3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDEwNTIzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIzYmM5YmEzYmI3ZGU2YmE0YmFhMTljNmQxOTFiOTU4YzdkYjc4MjBmZmFkOGYwZTU5MmIzNDQwMWY2OTk1YWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.L1FUXooqlpdqI5enwGkmEBNdUJvx5J0QRMMoMBTspUY)
overrides.Sidebar: true
:with
![Image](https://private-user-images.githubusercontent.com/69669283/407127962-76e14934-9469-4138-99a5-ebca1bf014e6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTcwNTUsIm5iZiI6MTczOTYxNjc1NSwicGF0aCI6Ii82OTY2OTI4My80MDcxMjc5NjItNzZlMTQ5MzQtOTQ2OS00MTM4LTk5YTUtZWJjYTFiZjAxNGU2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDEwNTIzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNkY2FlZGRiZmJhNWViNDY2YjMyN2Q3OTFmZTEyM2I5MDc2NzZkZGNjNWIyMmE5ZGE3ODM5Yzg5Y2UzZGE1YWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.RzTbEixFcW8tZzJy9kObbb360F8SsP0HqYltTW-LzS0)
overrides.Sidebar: false
:this is my astro config:
why it happens? 😭
The text was updated successfully, but these errors were encountered: