You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to create a process whereby the libraries import process can identify the doc type (antora, asciidoc, quickbook, html, etc.) that each library version is using, then flag it on the library version so we can set that as the source doc type more accurately in the docs view, which is currently working as asciidoc or non-asciidoc.
Tasks:
Write a script to iterate over the libraries, store the contents of the meta and docs directories locally.
Write another script to iterate over those directories and create a csv report about which libraries and which versions of those libraries are using which doc type. This will involve iterating over methods to identify which is the current process for those library.
The report's libraries should then be checked to ensure the results are accurate.
The text was updated successfully, but these errors were encountered:
The goal is to create a process whereby the libraries import process can identify the doc type (antora, asciidoc, quickbook, html, etc.) that each library version is using, then flag it on the library version so we can set that as the source doc type more accurately in the docs view, which is currently working as asciidoc or non-asciidoc.
Tasks:
Write a script to iterate over the libraries, store the contents of the meta and docs directories locally.
Write another script to iterate over those directories and create a csv report about which libraries and which versions of those libraries are using which doc type. This will involve iterating over methods to identify which is the current process for those library.
The report's libraries should then be checked to ensure the results are accurate.
The text was updated successfully, but these errors were encountered: