mik-laj commented on pull request #12668: URL: https://github.com/apache/superset/pull/12668#issuecomment-768667551
@eschutho Documentation should only be published on the website for the released and voted versions. In the case of Airflow, this means that we publish documentation for each version and the user can choose the version of the documentation. ``` https://airflow.apache.org/docs/apache-airflow/2.0.0/index.html https://airflow.apache.org/docs/apache-airflow/1.10.7/index.html ``` We also have an alias that always points to the latest released version. ``` https://airflow.apache.org/docs/apache-airflow/stable/index.html ``` We also provide documentation for different packages and each package has separate versions. ``` https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/stable/index.html https://airflow.apache.org/docs/apache-airflow/stable/index.html ``` There are also packages that do not have a version because they contain information that relates to information from multiple packages, such as a list of all integrations available in all packages. We do not delete the integration, so there is no need to version it, and even if it is such a serious reason that it is better to delete references to this integration from all documentation. ``` https://airflow.apache.org/docs/apache-airflow-providers/index.html ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
