Node.js script for generating markdown docs

I made a short script to generate markdown formatted documentation for an entire Godot project. Technically not a plugin but this seemed like the best place to share it. Needed it for one of my own projects and thought it could be useful for others! It supports both Godot 3 and 4, links all types including custom classes, has no dependencies and uses the built-in comment doc format. I tried to replicate the layout of the official docs the best I could.

It should support pretty much everything except for the few exceptions listed below.

  • Does not support inline doc comments
  • Custom enum links break
  • Multi-line dictionary/array default values do not display properly