From c7d3c407a772e2bd4c95d32212317b65ece9f69b Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Tue, 21 Oct 2025 12:21:21 -0400 Subject: [PATCH] Refactor W&B Launch section in docs.json - Removed the existing W&B Launch group and replaced it with a new structure. - The new structure maintains the same content but organizes it under a hidden tab - Ensured all relevant pages and groups are preserved in the updated format. --- docs.json | 148 +++++++++++++++++++++++++++--------------------------- 1 file changed, 75 insertions(+), 73 deletions(-) diff --git a/docs.json b/docs.json index b740631d70..016652ed1e 100644 --- a/docs.json +++ b/docs.json @@ -153,79 +153,6 @@ "platform/hosting/monitoring-usage/org_dashboard" ] }, - { - "group": "W&B Launch", - "pages": [ - "platform/launch", - "platform/launch/walkthrough", - "platform/launch/launch-terminology", - { - "group": "Set up Launch", - "pages": [ - "platform/launch/set-up-launch", - { - "group": "Configure compute resources", - "pages": [ - "platform/launch/setup-launch-docker", - "platform/launch/setup-launch-kubernetes", - "platform/launch/setup-launch-sagemaker", - "platform/launch/setup-vertex" - ] - }, - "platform/launch/setup-queue-advanced", - "platform/launch/setup-agent-advanced" - ] - }, - { - "group": "Create and deploy jobs", - "pages": [ - "platform/launch/create-and-deploy-jobs", - "platform/launch/create-launch-job", - "platform/launch/add-job-to-queue", - "platform/launch/job-inputs", - "platform/launch/launch-view-jobs" - ] - }, - { - "group": "Advanced", - "pages": [ - "platform/launch/sweeps-on-launch", - "platform/launch/launch-queue-observability", - "platform/launch/integration-guides" - ] - }, - { - "group": "Launch FAQ", - "pages": [ - "platform/launch/launch-faq", - "platform/launch/launch-faq/best_practices_launch_effectively", - "platform/launch/launch-faq/build_container_launch", - "platform/launch/launch-faq/clicking_launch_without_going_ui", - "platform/launch/launch-faq/control_push_queue", - "platform/launch/launch-faq/docker_queues_run_multiple_jobs_download_same_artifact_useartifact", - "platform/launch/launch-faq/dockerfile_let_wb_build_docker_image_me", - "platform/launch/launch-faq/launch_automatically_provision_spin_compute_resources_target_environment", - "platform/launch/launch-faq/launch_build_images", - "platform/launch/launch-faq/launch_d_wandb_job_create_image_uploading_whole_docker", - "platform/launch/launch-faq/launch_support_parallelization_limit_resources_consumed_job", - "platform/launch/launch-faq/launch_tensorflow_gpu", - "platform/launch/launch-faq/launcherror_permission_denied", - "platform/launch/launch-faq/permissions_agent_require_kubernetes", - "platform/launch/launch-faq/requirements_accelerator_base_image", - "platform/launch/launch-faq/restrict_access_modify_example", - "platform/launch/launch-faq/secrets_jobsautomations_instance_api_key_wish_directly_visible" - ] - }, - { - "group": "Launch Library API Reference", - "pages": [ - "platform/launch/launch-library/launch", - "platform/launch/launch-library/launch_add", - "platform/launch/launch-library/launchagent" - ] - } - ] - }, { "group": "Resources", "pages": [ @@ -1164,6 +1091,81 @@ "release-notes/server-releases-archived", "release-notes/release-policies" ] + }, + { + "tab": "W&B Launch", + "icon": "/icons/Name=Launch, Mode=Dark.svg", + "hidden": true, + "pages": [ + "platform/launch", + "platform/launch/walkthrough", + "platform/launch/launch-terminology", + { + "group": "Set up Launch", + "pages": [ + "platform/launch/set-up-launch", + { + "group": "Configure compute resources", + "pages": [ + "platform/launch/setup-launch-docker", + "platform/launch/setup-launch-kubernetes", + "platform/launch/setup-launch-sagemaker", + "platform/launch/setup-vertex" + ] + }, + "platform/launch/setup-queue-advanced", + "platform/launch/setup-agent-advanced" + ] + }, + { + "group": "Create and deploy jobs", + "pages": [ + "platform/launch/create-and-deploy-jobs", + "platform/launch/create-launch-job", + "platform/launch/add-job-to-queue", + "platform/launch/job-inputs", + "platform/launch/launch-view-jobs" + ] + }, + { + "group": "Advanced", + "pages": [ + "platform/launch/sweeps-on-launch", + "platform/launch/launch-queue-observability", + "platform/launch/integration-guides" + ] + }, + { + "group": "Launch FAQ", + "pages": [ + "platform/launch/launch-faq", + "platform/launch/launch-faq/best_practices_launch_effectively", + "platform/launch/launch-faq/build_container_launch", + "platform/launch/launch-faq/clicking_launch_without_going_ui", + "platform/launch/launch-faq/control_push_queue", + "platform/launch/launch-faq/docker_queues_run_multiple_jobs_download_same_artifact_useartifact", + "platform/launch/launch-faq/dockerfile_let_wb_build_docker_image_me", + "platform/launch/launch-faq/launch_automatically_provision_spin_compute_resources_target_environment", + "platform/launch/launch-faq/launch_build_images", + "platform/launch/launch-faq/launch_d_wandb_job_create_image_uploading_whole_docker", + "platform/launch/launch-faq/launch_support_parallelization_limit_resources_consumed_job", + "platform/launch/launch-faq/launch_tensorflow_gpu", + "platform/launch/launch-faq/launcherror_permission_denied", + "platform/launch/launch-faq/permissions_agent_require_kubernetes", + "platform/launch/launch-faq/requirements_accelerator_base_image", + "platform/launch/launch-faq/restrict_access_modify_example", + "platform/launch/launch-faq/secrets_jobsautomations_instance_api_key_wish_directly_visible" + ] + }, + { + "group": "Launch Library API Reference", + "pages": [ + "platform/launch/launch-library/launch", + "platform/launch/launch-library/launch_add", + "platform/launch/launch-library/launchagent" + ] + } + ] } ] },