angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.22k stars 6.69k forks source link

docs-bug(Theming Angular Material): table of contents misses h2 headers #29071

Open AlexElin opened 1 month ago

AlexElin commented 1 month ago

Documentation Feedback

A table of contents on the "Theming Angular Material" page misses the h2 headers from the text. This breaks the structure of the table of contents. The below screenshot demonstrates the case

image

Affected documentation page

https://material.angular.io/guide/theming

skilledDev96 commented 1 month ago

I see this is an issue on other doc guide pages as well. Can I have a look into it?

Side Note How would I be able to test the rendering of the side-nav as well as the guides as when we run the dev-app it only shows the demos of the components? @AlexElin @crisbeto

crisbeto commented 1 month ago

Feel free to look into it. The docs site is at https://github.com/angular/material.angular.io. You just need to clone the repo, run yarn and then ng serve. You can ping me for a review once there's a PR.