mik-laj commented on issue #13110: URL: https://github.com/apache/airflow/issues/13110#issuecomment-753423990
@griffincosgrove The website is developed in a separate repository. https://github.com/apache/airflow-site If you want to see what these logos will look like on the site, you should take a few steps: 1. First update provider.yaml files and add new logos in this repository. 2. Copy files to [airflow-site](https://github.com/apache/airflow-site) repository. [The`scripts/tools/generate-integrations-json.py` script](https://github.com/apache/airflow/blob/master/scripts/tools/generate-integrations-json.py) helps with this task. 3. Build a website using `site.sh` script - `site.sh build-site`. See: https://github.com/apache/airflow-site#getting-started 4. Launch preview - `site.sh preview-landing-pages` ---------------------------------------------------------------- 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]
