mootari commented on issue #180: URL: https://github.com/apache/arrow-js/issues/180#issuecomment-3015984577
@amoeba I started looking into it but the recent migration complicates things: 1. The workflow builds the docs for the version defined in package.json (currently 21.0.0), and it's not clear to me where it gets published to. 2. None of the former tags have been migrated, so it's currently not possible to target version 20.0.0. If I may, I'd suggest to migrate at least the major version tags to this repo so that - users don't have to be gated to the old repo based on which version they're trying to look up the sources for - TypeDoc's git integration can be utilized (instead of specfying a `sourceLinkTemplate`) - there's a better chance of being able to serve multiple version docs simultaneously (per #170 - duckdb-wasm 1.29.0 e.g. still pulls in 17.0.0) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
