Megha-Sai-Sree-PINNAKA commented on issue #16654: URL: https://github.com/apache/airflow/issues/16654#issuecomment-1165419894
Hello @potiuk and @mik-laj I understood that there are 2 ways to display the documentation on [airflow website](https://airflow.apache.org/docs/apache-airflow/stable/). 1) Through .rst files where any changes can be directly done on this file and will be reflected on the corresponding UI Page. 2) Through .py file. In case of [amazon aws hooks](https://github.com/apache/airflow/tree/main/airflow/providers/amazon/aws/hooks) (s3)the decorators and static methods are being used for the document generation on the HTML Page. But don’t have a default .rst file to make any direct changes so that it gets displayed on the UI. Can you please provide me any pointers to know how the [airflow site pages](https://github.com/apache/airflow-site/blob/main/sphinx_airflow_theme/sphinx_airflow_theme/suggest_change_button.html) are being invoked from [apache airflow repo](https://github.com/apache/airflow)? -- 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]
