Closed mik-laj closed 3 years ago
newbie here, looking to get my env set up and take this as my first issue.
@griffincosgrove I assigned you to this ticket. :-)
Beginner question: How do I view the home page of the docs with the integrations? I used breeze to build the docs and I can launch other pages, but I cannot find which HTML doc is the home page with the integrations, which file would be airflow.apache.org? Any guidance is appreciated
I am saying like the version i built through breeze, does that make sense? Like the page with the integration pictures is the airflow.apache.org
@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:
scripts/tools/generate-integrations-json.py
script helps with this task.site.sh
script - site.sh build-site
. See: https://github.com/apache/airflow-site#getting-startedsite.sh preview-landing-pages
@mik-laj ahh that's why I couldn't find it! thanks for pointing this out to me. I appreciate the knowledge. Want to make sure the logos look good!
Hello,
@ecerulm added a logo
field
forintegration
object defined inprovider.yaml
https://github.com/apache/airflow/blob/ccaca0af3933306c7ca0aa3d78fa2237ff3bfb19/airflow/provider.yaml.schema.json#L45-L48We then use these logos to promote the integrations on our website.
It would be fantastic if we could add the missing logos to make each integration equally fantastic.
Here is an integration list that does not have a logo. If you are interested, you can integrate only to a few integrations and we will still be happy.
CC: @ecerulm