You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/03 19:25:45 UTC

[GitHub] [airflow-site] mik-laj opened a new pull request #330: Update directory structure to support multiple documentaation packages

mik-laj opened a new pull request #330:
URL: https://github.com/apache/airflow-site/pull/330


   Hello,
   
   In order to be able to publish documentation for multiple documentation packages, we need to change the directory structure a bit.
   After:
   ```
   # tree -L 2 docs-archive/
   docs-archive/
   `-- apache-airflow
       |-- 1.10.1
       |-- 1.10.10
       |-- 1.10.11
       |-- 1.10.12
       |-- 1.10.13
       |-- 1.10.2
       |-- 1.10.3
       |-- 1.10.4
       |-- 1.10.5
       |-- 1.10.6
       |-- 1.10.7
       |-- 1.10.8
       |-- 1.10.9
       `-- stable.txt
   
   14 directories, 1 file
   ```
   Before:
   ```
   # tree -L 1 docs-archive/
   docs-archive/
   |-- 1.10.1
   |-- 1.10.10
   |-- 1.10.11
   |-- 1.10.12
   |-- 1.10.13
   |-- 1.10.2
   |-- 1.10.3
   |-- 1.10.4
   |-- 1.10.5
   |-- 1.10.6
   |-- 1.10.7
   |-- 1.10.8
   |-- 1.10.9
   |-- apache-airflow
   `-- stable.txt
   ````


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow-site] mik-laj commented on pull request #330: Update directory structure to support multiple documentaation packages

Posted by GitBox <gi...@apache.org>.
mik-laj commented on pull request #330:
URL: https://github.com/apache/airflow-site/pull/330#issuecomment-738245380


   > I di dnot check all 5000 files though :(
   
   I split this change into 2 commits.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow-site] potiuk commented on pull request #330: Update directory structure to support multiple documentaation packages

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #330:
URL: https://github.com/apache/airflow-site/pull/330#issuecomment-738244676


   I di dnot check all 5000 files though :(


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow-site] mik-laj merged pull request #330: Update directory structure to support multiple documentaation packages

Posted by GitBox <gi...@apache.org>.
mik-laj merged pull request #330:
URL: https://github.com/apache/airflow-site/pull/330


   


----------------------------------------------------------------
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:
users@infra.apache.org