I tried running the mkdocs serve
command on the windows command prompt but it wasn't working. I get the following error:
INFO - Building documentation... ERROR - Config value: 'markdown_extensions'. Error: Failed loading extension "mdx_math".Aborted with 1 Configuration Errors!
I then noticed that my terminal directory wasn't on the mkdocs.yml
file as stated in the MkDocs Website but when I ran cd
command to change the directory to the mkdocs.yml
, I got the following error:
The directory name is invalid.How do I fix this?