nushell / nushell.github.io

Nushell's main website, blog, book, and more
https://www.nushell.sh/book/
MIT License
163 stars 400 forks source link

Fix make_docs.nu, adding generate docs for plugin commands support #1340

Closed hustcer closed 3 months ago

hustcer commented 3 months ago

We need to register the plugins first and then generate the docs for related plugin commands.

BTW: It's weird that if you run nu make_docs.nu there will be an error output:

Error: nu::shell::plugin_failed_to_load

  × Plugin failed to load: Plugin file not found

However, all the command docs have been generated successfully.

fdncred commented 3 months ago

Thanks for all the great work you do on our docs!