Skip to content

Commit

Permalink
Added latest release tags to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gemenerik committed Oct 28, 2024
1 parent 6d4e8ea commit 07f801d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tools/build/download_docs
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@ echo "Downloading repository documentation..."
downloadGithubRepoDoc "crazyflie-testing" "main"

downloadGithubRepoDoc "crazyflie-firmware" "master"
downloadGithubRepoDoc "crazyflie-firmware" "2024.10" "no_search_index"
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"
downloadGithubRepoDoc "crazyflie-firmware" "2022.09" "no_search_index"
downloadGithubRepoDoc "crazyflie-firmware" "2022.05" "no_search_index"
# downloadGithubRepoDoc "crazyflie-firmware" "2022.05" "no_search_index"
# downloadGithubRepoDoc "crazyflie-firmware" "2022.03" "no_search_index"
# downloadGithubRepoDoc "crazyflie-firmware" "2022.01" "no_search_index"
# downloadGithubRepoDoc "crazyflie-firmware" "2021.06" "no_search_index"
Expand All @@ -74,13 +75,14 @@ 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" "2024.10" "no_search_index"
downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2024.2" "no_search_index"
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"
downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2022.05" "no_search_index"
downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2022.03" "no_search_index"
# downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2022.03" "no_search_index"
# downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2022.01" "no_search_index"
# downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2021.06" "no_search_index"
# downloadGithubRepoDoc "crazyflie2-nrf-firmware" "2021.03" "no_search_index"
Expand All @@ -91,13 +93,14 @@ 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.27" "no_search_index"
downloadGithubRepoDoc "crazyflie-lib-python" "0.1.26" "no_search_index"
downloadGithubRepoDoc "crazyflie-lib-python" "0.1.25.1" "no_search_index"
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"
downloadGithubRepoDoc "crazyflie-lib-python" "0.1.20.1" "no_search_index"
# downloadGithubRepoDoc "crazyflie-lib-python" "0.1.20.1" "no_search_index"
# downloadGithubRepoDoc "crazyflie-lib-python" "0.1.19" "no_search_index"
# downloadGithubRepoDoc "crazyflie-lib-python" "0.1.18.1" "no_search_index"
# downloadGithubRepoDoc "crazyflie-lib-python" "0.1.17.1" "no_search_index"
Expand All @@ -110,14 +113,15 @@ downloadGithubRepoDoc "crazyflie-lib-python" "0.1.20.1" "no_search_index"
# downloadGithubRepoDoc "crazyflie-lib-python" "0.1.9" "no_search_index"

downloadGithubRepoDoc "crazyflie-clients-python" "master"
downloadGithubRepoDoc "crazyflie-clients-python" "2024.10" "no_search_index"
downloadGithubRepoDoc "crazyflie-clients-python" "2024.7" "no_search_index"
downloadGithubRepoDoc "crazyflie-clients-python" "2024.3" "no_search_index"
downloadGithubRepoDoc "crazyflie-clients-python" "2024.2" "no_search_index"
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"
downloadGithubRepoDoc "crazyflie-clients-python" "2022.9" "no_search_index"
# downloadGithubRepoDoc "crazyflie-clients-python" "2022.9" "no_search_index"
# downloadGithubRepoDoc "crazyflie-clients-python" "2022.5" "no_search_index"
# downloadGithubRepoDoc "crazyflie-clients-python" "2022.3" "no_search_index"
# downloadGithubRepoDoc "crazyflie-clients-python" "2022.1" "no_search_index"
Expand Down

0 comments on commit 07f801d

Please sign in to comment.