mik-laj edited a comment on issue #10088: URL: https://github.com/apache/incubator-superset/issues/10088#issuecomment-659384119
Polidea was doing a similar project. We use [docsy](https://www.docsy.dev/) for main site and sphinx for documentation. On main website, we have blog, community information and other. Sphinx we use for project documentation The site is not versioned, but all documentation is. You can choose the version of Airflow. We also have latest version from master branch available at https://airflow.readthedocs.io/en/latest/ Using the docsy facilitates integration with Sphinx, which uses Jinja as a template engine. We had to use Sphinx and .rst because we generate reference documentation for [the Pytthon API](https://airflow.apache.org/docs/stable/_api/airflow/operators/bash_operator/index.html) More information: https://airflow.apache.org/blog/announcing-new-website/ https://github.com/apache/airflow-site I am happy to share my experiences. If you have any questions, I will be happy to answer. My e-mail: [email protected] ---------------------------------------------------------------- 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]
