Have you read the Contributing Guidelines on issues?
Prerequisites
Description
As outlined in supabase/supabase#5138, the sidebar css styling is not applied properly. It works on 2.0.0-beta.6 version but not the latest version. Has there been any API change I could not find or is this a bug?
Steps to reproduce
- Clone repository https://github.com/ptrhck/docusaurus-supabase
- yarn install
- yarn start
Expected behavior
The categories should be styled as on supbase.com/docs.
Actual behavior
See the screenshot supabase/supabase#5138 where the category is not styled correctly. It can be achieved downgrading to 2.0.0-beta.6
Your environment
Reproducible demo
No response
Self-service
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
As outlined in supabase/supabase#5138, the sidebar css styling is not applied properly. It works on
2.0.0-beta.6version but not the latest version. Has there been any API change I could not find or is this a bug?Steps to reproduce
Expected behavior
The categories should be styled as on supbase.com/docs.
Actual behavior
See the screenshot supabase/supabase#5138 where the category is not styled correctly. It can be achieved downgrading to
2.0.0-beta.6Your environment
Reproducible demo
No response
Self-service