-
Hi there, We are using Material for MkDocs to develop a documentation directory and it's excellent, but we found some accessibility issues with the generated HTML. We’d like to see if we can solve them, and contribute the fixes back. Before we can do that we wanted to test the changes locally, but we’re struggling. What we tried was cloning When we tried to build our docs site again, we saw no changes in the generated HTML, so obviously we’ve done something wrong. Would you be able to guide us on how to test these changes locally please? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Thanks for asking and investigating the issues you found. Just follow the theme development process we explain in our documentation – it's the exact same approach we're using when working on the project. Make sure to make your changes in the |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll give that a try. Having a quick read it's not immediately clear to me how the output from the |
Beta Was this translation helpful? Give feedback.
Thanks for asking and investigating the issues you found. Just follow the theme development process we explain in our documentation – it's the exact same approach we're using when working on the project. Make sure to make your changes in the
src
directory, since thematerial
directory contains only generated files and is always re-generated during the build.