Provide the documentation structure in mkdocs.yml format for parsing into drupal.org
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3569068. --> Reported by: [hestenet](https://www.drupal.org/user/54034) Related to !773 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Zensical's preferred format is docs/zensical.toml</p> <p>While it does support mkdocs.yml for now, eventually we may need to move to support that.</p> <p>However, in the meantime, Drupal.org is really just setup to parse mkdocs.yml files</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Fortunately, there is a Python utility called toml-cli</p> <p>We should integrate that into the CI pipeline for docs publishing, to create and maintain an up to date mkdocs.yml for d.o parsing.</p> > Related issue: [Issue #3568591](https://www.drupal.org/node/3568591)
issue