diff --git a/branch/stable-3/_static/js/versions.js b/branch/stable-3/_static/js/versions.js
index 818bc996..4958195e 100644
--- a/branch/stable-3/_static/js/versions.js
+++ b/branch/stable-3/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages = config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) => a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
- Languages
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
-
diff --git a/branch/stable-3/current_container_facts_module.html b/branch/stable-3/current_container_facts_module.html
index 0f35253f..14298be7 100644
--- a/branch/stable-3/current_container_facts_module.html
+++ b/branch/stable-3/current_container_facts_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.current_container_facts module – Return facts about whether the module runs in a container — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_api_connection.html b/branch/stable-3/docker_api_connection.html
index d673c8b2..a6a31dc0 100644
--- a/branch/stable-3/docker_api_connection.html
+++ b/branch/stable-3/docker_api_connection.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_api connection – Run tasks in docker containers — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_compose_module.html b/branch/stable-3/docker_compose_module.html
index f641208a..e645083e 100644
--- a/branch/stable-3/docker_compose_module.html
+++ b/branch/stable-3/docker_compose_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose V1 — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_compose_v2_exec_module.html b/branch/stable-3/docker_compose_v2_exec_module.html
index 87af1556..bfad1423 100644
--- a/branch/stable-3/docker_compose_v2_exec_module.html
+++ b/branch/stable-3/docker_compose_v2_exec_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_compose_v2_exec module – Run command in a container of a Compose service — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_compose_v2_module.html b/branch/stable-3/docker_compose_v2_module.html
index 1d036a47..ef23962a 100644
--- a/branch/stable-3/docker_compose_v2_module.html
+++ b/branch/stable-3/docker_compose_v2_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_compose_v2 module – Manage multi-container Docker applications with Docker Compose CLI plugin — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_compose_v2_pull_module.html b/branch/stable-3/docker_compose_v2_pull_module.html
index 63318a33..aa3e07c2 100644
--- a/branch/stable-3/docker_compose_v2_pull_module.html
+++ b/branch/stable-3/docker_compose_v2_pull_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_compose_v2_pull module – Pull a Docker compose project — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_compose_v2_run_module.html b/branch/stable-3/docker_compose_v2_run_module.html
index 6fbbfa30..73c21b90 100644
--- a/branch/stable-3/docker_compose_v2_run_module.html
+++ b/branch/stable-3/docker_compose_v2_run_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_compose_v2_run module – Run command in a new container of a Compose service — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_config_module.html b/branch/stable-3/docker_config_module.html
index 7c10ffdc..6f8a2bfe 100644
--- a/branch/stable-3/docker_config_module.html
+++ b/branch/stable-3/docker_config_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_config module – Manage docker configs. — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_connection.html b/branch/stable-3/docker_connection.html
index 8cd2f4ad..cc3629dc 100644
--- a/branch/stable-3/docker_connection.html
+++ b/branch/stable-3/docker_connection.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker connection – Run tasks in docker containers — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_container_copy_into_module.html b/branch/stable-3/docker_container_copy_into_module.html
index 975bc4a9..2f4cbcf5 100644
--- a/branch/stable-3/docker_container_copy_into_module.html
+++ b/branch/stable-3/docker_container_copy_into_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_container_copy_into module – Copy a file into a Docker container — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_container_exec_module.html b/branch/stable-3/docker_container_exec_module.html
index d999e198..773351de 100644
--- a/branch/stable-3/docker_container_exec_module.html
+++ b/branch/stable-3/docker_container_exec_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_container_exec module – Execute command in a docker container — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_container_info_module.html b/branch/stable-3/docker_container_info_module.html
index 347edb87..cbc7b57c 100644
--- a/branch/stable-3/docker_container_info_module.html
+++ b/branch/stable-3/docker_container_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_container_info module – Retrieves facts about docker container — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_container_module.html b/branch/stable-3/docker_container_module.html
index 1d653330..b501c87c 100644
--- a/branch/stable-3/docker_container_module.html
+++ b/branch/stable-3/docker_container_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_container module – manage Docker containers — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_containers_inventory.html b/branch/stable-3/docker_containers_inventory.html
index 71735994..288212d2 100644
--- a/branch/stable-3/docker_containers_inventory.html
+++ b/branch/stable-3/docker_containers_inventory.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_containers inventory – Ansible dynamic inventory plugin for Docker containers — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_host_info_module.html b/branch/stable-3/docker_host_info_module.html
index 8a036598..88635c01 100644
--- a/branch/stable-3/docker_host_info_module.html
+++ b/branch/stable-3/docker_host_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services. — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_build_module.html b/branch/stable-3/docker_image_build_module.html
index 2016c66d..498a57e0 100644
--- a/branch/stable-3/docker_image_build_module.html
+++ b/branch/stable-3/docker_image_build_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_build module – Build Docker images using Docker buildx — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_export_module.html b/branch/stable-3/docker_image_export_module.html
index e57486ec..606104eb 100644
--- a/branch/stable-3/docker_image_export_module.html
+++ b/branch/stable-3/docker_image_export_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_export module – Export (archive) Docker images — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_info_module.html b/branch/stable-3/docker_image_info_module.html
index ef7f02ca..a8fc0f58 100644
--- a/branch/stable-3/docker_image_info_module.html
+++ b/branch/stable-3/docker_image_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_info module – Inspect docker images — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_load_module.html b/branch/stable-3/docker_image_load_module.html
index b986076d..74de3274 100644
--- a/branch/stable-3/docker_image_load_module.html
+++ b/branch/stable-3/docker_image_load_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_load module – Load docker image(s) from archives — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_module.html b/branch/stable-3/docker_image_module.html
index 735f23f0..a7c07326 100644
--- a/branch/stable-3/docker_image_module.html
+++ b/branch/stable-3/docker_image_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image module – Manage docker images — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_pull_module.html b/branch/stable-3/docker_image_pull_module.html
index fd3d75d8..841e1c9e 100644
--- a/branch/stable-3/docker_image_pull_module.html
+++ b/branch/stable-3/docker_image_pull_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_pull module – Pull Docker images from registries — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_push_module.html b/branch/stable-3/docker_image_push_module.html
index f6292f26..4bf6b297 100644
--- a/branch/stable-3/docker_image_push_module.html
+++ b/branch/stable-3/docker_image_push_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_push module – Push Docker images to registries — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_remove_module.html b/branch/stable-3/docker_image_remove_module.html
index 179ed394..91dd6bfc 100644
--- a/branch/stable-3/docker_image_remove_module.html
+++ b/branch/stable-3/docker_image_remove_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_remove module – Remove Docker images — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_tag_module.html b/branch/stable-3/docker_image_tag_module.html
index 9c9c0796..c84e889c 100644
--- a/branch/stable-3/docker_image_tag_module.html
+++ b/branch/stable-3/docker_image_tag_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_tag module – Tag Docker images with new names and/or tags — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_login_module.html b/branch/stable-3/docker_login_module.html
index 53061dcf..974d9a81 100644
--- a/branch/stable-3/docker_login_module.html
+++ b/branch/stable-3/docker_login_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_login module – Log into a Docker registry. — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_machine_inventory.html b/branch/stable-3/docker_machine_inventory.html
index f3e10478..ac581bde 100644
--- a/branch/stable-3/docker_machine_inventory.html
+++ b/branch/stable-3/docker_machine_inventory.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_machine inventory – Docker Machine inventory source — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_network_info_module.html b/branch/stable-3/docker_network_info_module.html
index c153447e..06f79007 100644
--- a/branch/stable-3/docker_network_info_module.html
+++ b/branch/stable-3/docker_network_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_network_info module – Retrieves facts about docker network — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_network_module.html b/branch/stable-3/docker_network_module.html
index 510abd4a..c7c67a14 100644
--- a/branch/stable-3/docker_network_module.html
+++ b/branch/stable-3/docker_network_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_network module – Manage Docker networks — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_node_info_module.html b/branch/stable-3/docker_node_info_module.html
index af1046f5..951c84df 100644
--- a/branch/stable-3/docker_node_info_module.html
+++ b/branch/stable-3/docker_node_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_node_module.html b/branch/stable-3/docker_node_module.html
index 00e40902..2d2d4036 100644
--- a/branch/stable-3/docker_node_module.html
+++ b/branch/stable-3/docker_node_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_node module – Manage Docker Swarm node — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_plugin_module.html b/branch/stable-3/docker_plugin_module.html
index 51c9c523..7494c02d 100644
--- a/branch/stable-3/docker_plugin_module.html
+++ b/branch/stable-3/docker_plugin_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_plugin module – Manage Docker plugins — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_prune_module.html b/branch/stable-3/docker_prune_module.html
index 5682b0b8..25fc312b 100644
--- a/branch/stable-3/docker_prune_module.html
+++ b/branch/stable-3/docker_prune_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_prune module – Allows to prune various docker objects — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_secret_module.html b/branch/stable-3/docker_secret_module.html
index 669e9899..bb0dea69 100644
--- a/branch/stable-3/docker_secret_module.html
+++ b/branch/stable-3/docker_secret_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_secret module – Manage docker secrets. — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_stack_info_module.html b/branch/stable-3/docker_stack_info_module.html
index 61d25b79..27f407b2 100644
--- a/branch/stable-3/docker_stack_info_module.html
+++ b/branch/stable-3/docker_stack_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_stack_info module – Return information on all docker stacks — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_stack_module.html b/branch/stable-3/docker_stack_module.html
index 5c8a6c72..4d83d00f 100644
--- a/branch/stable-3/docker_stack_module.html
+++ b/branch/stable-3/docker_stack_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_stack module – docker stack module — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_stack_task_info_module.html b/branch/stable-3/docker_stack_task_info_module.html
index 63f11efb..d3754c14 100644
--- a/branch/stable-3/docker_stack_task_info_module.html
+++ b/branch/stable-3/docker_stack_task_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_swarm_info_module.html b/branch/stable-3/docker_swarm_info_module.html
index 128f7d53..6828dc5e 100644
--- a/branch/stable-3/docker_swarm_info_module.html
+++ b/branch/stable-3/docker_swarm_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster. — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_swarm_inventory.html b/branch/stable-3/docker_swarm_inventory.html
index b86a03bd..a059991c 100644
--- a/branch/stable-3/docker_swarm_inventory.html
+++ b/branch/stable-3/docker_swarm_inventory.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_swarm inventory – Ansible dynamic inventory plugin for Docker swarm nodes. — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_swarm_module.html b/branch/stable-3/docker_swarm_module.html
index 02c2bab3..2dbffd4e 100644
--- a/branch/stable-3/docker_swarm_module.html
+++ b/branch/stable-3/docker_swarm_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_swarm module – Manage Swarm cluster — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_swarm_service_info_module.html b/branch/stable-3/docker_swarm_service_info_module.html
index 947ccf45..80eeedb3 100644
--- a/branch/stable-3/docker_swarm_service_info_module.html
+++ b/branch/stable-3/docker_swarm_service_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_swarm_service_module.html b/branch/stable-3/docker_swarm_service_module.html
index 17308b26..a17367e9 100644
--- a/branch/stable-3/docker_swarm_service_module.html
+++ b/branch/stable-3/docker_swarm_service_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_swarm_service module – docker swarm service — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_volume_info_module.html b/branch/stable-3/docker_volume_info_module.html
index 0424a56d..ba82d384 100644
--- a/branch/stable-3/docker_volume_info_module.html
+++ b/branch/stable-3/docker_volume_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_volume_info module – Retrieve facts about Docker volumes — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_volume_module.html b/branch/stable-3/docker_volume_module.html
index 74ac48dd..b5dd54a9 100644
--- a/branch/stable-3/docker_volume_module.html
+++ b/branch/stable-3/docker_volume_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_volume module – Manage Docker volumes — Community.Docker Collection documentation
diff --git a/branch/stable-3/environment_variables.html b/branch/stable-3/environment_variables.html
index 4ffad9f1..e0feec0b 100644
--- a/branch/stable-3/environment_variables.html
+++ b/branch/stable-3/environment_variables.html
@@ -4,7 +4,7 @@
-
+
Index of all Collection Environment Variables — Community.Docker Collection documentation
diff --git a/branch/stable-3/index.html b/branch/stable-3/index.html
index 5ef0e5dc..2d2e2753 100644
--- a/branch/stable-3/index.html
+++ b/branch/stable-3/index.html
@@ -4,7 +4,7 @@
-
+
Community.Docker — Community.Docker Collection documentation
diff --git a/branch/stable-3/nsenter_connection.html b/branch/stable-3/nsenter_connection.html
index 744adc00..c6a6d900 100644
--- a/branch/stable-3/nsenter_connection.html
+++ b/branch/stable-3/nsenter_connection.html
@@ -4,7 +4,7 @@
-
+
community.docker.nsenter connection – execute on host running controller container — Community.Docker Collection documentation