cozy / cozy.github.io

Official documentation for Cozy.
https://docs.cozy.io/en/
GNU Affero General Public License v3.0
88 stars 46 forks source link

Build a mkdocs plugin for multi-repo docs generation #195

Open ptbrowne opened 3 years ago

ptbrowne commented 3 years ago

At the moment, the multi doc pulling and consolidating is done in an adhoc way. Other people are searching for a multi docs plugin for mkdocs.

  1. generate_docs could be made into a mkdocs plugin using the on_config event to regenerate the config
  2. OUTSIDE_DOCS file could be put inside the plugin configuration

https://github.com/mkdocs/mkdocs/issues/265

jdoiro3 commented 2 years ago

See my comment here.