From 95de52d89e8e2851d28d1d0e42c856cf7281bbcd Mon Sep 17 00:00:00 2001 From: Sophie Schoenmeyer <107952697+sophies927@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:18:47 -0700 Subject: [PATCH] Update acpt.md to fix docs sidebar (#20927) ACPT docs should be nested inside Ecosystem category in the docs sidebar, but they currently show up outside of the category at the top of the sidebar. Need to add parent to address this issue. ### Description ### Motivation and Context --- docs/ecosystem/acpt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ecosystem/acpt.md b/docs/ecosystem/acpt.md index 0f71cf431f..1610011ab1 100644 --- a/docs/ecosystem/acpt.md +++ b/docs/ecosystem/acpt.md @@ -1,6 +1,7 @@ --- title: Azure Container for PyTorch (ACPT) description: Learn more about Azure Container for PyTorch (ACPT) and how it utilizes ONNX Runtime +parent: Ecosystem nav_order: 1 redirect_from: /docs/tutorials/ecosystem/acpt ---