Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I installed the mkdocs package from the arch repo. I have the problem that the current version of the mermaid2 package inside the AUR is not working. So I uninstalled the packages.
Then i created a python environment, activated it and installed mkdocs and mermaid2 via pip. Now I was ready to create a new mkdocs project and started it with mkdocs serve. The link to the site worked, but here comes the problem.
If I make changes to the .md or .yml file, the site won't auto-regenerate. I am new to python, my use case is mostly calculation and data analyzation. So my guess is the venv is not getting the inputs from the system or the click to a heading.
How would I solve that? I guess there are many people who know the answer, which I can't find it. This is a very basic information and i can't find it in the documentation, or i am not seeing it.
Beta Was this translation helpful? Give feedback.
All reactions