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
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
Sophie Schoenmeyer 2024-06-04 17:18:47 -07:00 committed by GitHub
parent de4d524c14
commit 95de52d89e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
---