Bowrna

Results 94 comments of Bowrna

https://github.com/apache/airflow-site/blob/988ae480223f723efb0b2f97992d30f42128a0ef/site.sh#L77-L114 Can someone explain to me what's happening in this code part? i find it difficult to understand what's happening here. @mik-laj could you help me?

> @Bowrna see: https://stackoverflow.com/a/12498485 This generates a relative path for use in a container. Could you tell me why we need to convert the absolute path into relative path to...

Ah I see @potiuk. As the sh file is replaced to run without docker dependency, i forgot about this point. Thanks

https://github.com/apache/airflow-site/blob/fd7af05318e34f4efd6b8446ba8729112f30ee08/site.sh#L199 Is this redirect still valid even after removing the docker part @mik-laj @potiuk @turbaszek @rossturk Could anyone help me to understand? I have this doubt because we are redirecting...

@potiuk I get the following error when building the site and I am not sure how I can solve this. This occurs when `hugo` command runs under the hood. This...

> Have you run `git submodules update --init`? Yes after running this the `build-site` command works. Thanks, @rossturk. I have error occurring in `check-site-links` command and it fails with following...

Ah, I see the whole point now. Currently to see how this `check-site-links` command, I have to install bash via brew and see what is happening under the hood. I...

Trying to understand the below bash command. Could anyone tell me what's happening in this command https://github.com/apache/airflow-site/blob/445586c1552918e9531cd13d9cd64c0e63f5da03/landing-pages/check-links.sh#L59-L63 When trying to execute the above script I just enabled print and saw...

> When executing in terminal I see `index.html` from all providers and its different version say example `/dist//docs/apache-airflow-providers-imap/1.0.0/_modules/index.html`. But i don't see them when executing it via `check-links.sh` Could you...

I have tried executing both of ways consecutively without running any other step in between. Let me debug this again and come with more information @potiuk