. > It has been pointed out to me that the documentation for 4.1.9 is missing > from the website ( https://cassandra.apache.org/doc/ ), does anyone know > why this is? > > Looking at the list of changes for 4.1.9, I guess there were not many, if > any, changes to the documentation, but it is confusing to have 4.1.9 > missing. >
Hi Paul, the full versioned numbered docs are pretty pointless at the moment – they are just copies off the head of each branch, copied anew each time the website regenerates. See https://github.com/apache/cassandra-website/blob/trunk/site-content/docker-entrypoint.sh#L258-L263 They are there now simply as placeholders. The idea is that they will be generated from their respective tags, but to do that we need this fix/improvement: CASSANDRA-17375 This is a simple fix, just needing some antora awareness. (We are looking for contributors/maintainers in this area.)