amoghrajesh commented on code in PR #32604: URL: https://github.com/apache/airflow/pull/32604#discussion_r1270380262
########## docs/apache-airflow-providers/index.rst: ########## @@ -48,16 +48,24 @@ describe all the custom capabilities. Airflow automatically discovers which providers add those additional capabilities and, once you install provider package and re-start Airflow, those become automatically available to Airflow Users. -The summary of the core functionalities that can be extended are available in +The summary of all core functionalities that can be extended are available in :doc:`/core-extensions/index`. +Configuration +''''''''''''' + +Providers can have their own configuration options which allow you to configure how they work: + +You can see all community-managed providers with their own configuration in +:doc:`/core-extensions/configurations` + Auth backends ''''''''''''' The providers can add custom authentication backends, that allow you to configure the way how your web server authenticates your users, integrating it with public or private authentication services. -You can see all the authentication backends available via community-managed providers in +You can see all authentication backends available via community-managed providers in Review Comment: Haha that's ok! -- 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]
