0

Is it possible to generate the pages for MkDocs dynamically/on-the-fly in the browser using JavaScript? In this case, the build process incl. all the required tools would not be necessary any longer. Since the build process generates static pages, I assume that generally this is possible, but haven't found any related information.

xiaoye
  • 58
  • 5

1 Answers1

0

No this is not possible. McDocs is written in the Python Language, not Javasript. Page builds can only be run from the command line.

Waylan
  • 37,164
  • 12
  • 83
  • 109