Skip to content

Commit

Permalink
Update download_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire authored Nov 30, 2023
1 parent df600fc commit 2e97f39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/build/download_docs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ echo "Downloading repository documentation..."
downloadGithubRepoDoc "crazyflie-testing" "main"

downloadGithubRepoDoc "crazyflie-firmware" "master"
downloadGithubRepoDoc "crazyflie-firmware" "2023.11" "no_search_index"
downloadGithubRepoDoc "crazyflie-firmware" "2023.06" "no_search_index"
downloadGithubRepoDoc "crazyflie-firmware" "2023.02" "no_search_index"
downloadGithubRepoDoc "crazyflie-firmware" "2022.12" "no_search_index"
Expand All @@ -73,6 +74,7 @@ downloadGithubRepoDoc "crazyflie-firmware" "2022.05" "no_search_index"
# downloadGithubRepoDoc "crazyflie-firmware" "2019.09" "no_search_index"

downloadGithubRepoDoc "crazyflie2-nrf-firmware" "master"
downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2023.11" "no_search_index"
downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2023.02" "no_search_index"
downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2022.12" "no_search_index"
downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2022.09" "no_search_index"
Expand All @@ -88,6 +90,7 @@ downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2022.03" "no_search_index"
# downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2019.09" "no_search_index"

downloadGithubRepoDoc "crazyflie-lib-python" "master"
downloadGithubRepoDoc "crazyflie-lib-python" "0.1.24" "no_search_index"
downloadGithubRepoDoc "crazyflie-lib-python" "0.1.23" "no_search_index"
downloadGithubRepoDoc "crazyflie-lib-python" "0.1.22" "no_search_index"
downloadGithubRepoDoc "crazyflie-lib-python" "0.1.21" "no_search_index"
Expand All @@ -104,6 +107,7 @@ downloadGithubRepoDoc "crazyflie-lib-python" "0.1.19" "no_search_index"
# downloadGithubRepoDoc "crazyflie-lib-python" "0.1.9" "no_search_index"

downloadGithubRepoDoc "crazyflie-clients-python" "master"
downloadGithubRepoDoc "crazyflie-clients-python" "2023.11" "no_search_index"
downloadGithubRepoDoc "crazyflie-clients-python" "2023.6" "no_search_index"
downloadGithubRepoDoc "crazyflie-clients-python" "2023.2" "no_search_index"
downloadGithubRepoDoc "crazyflie-clients-python" "2022.12" "no_search_index"
Expand Down

0 comments on commit 2e97f39

Please sign in to comment.