Skip to content

Commit e79da2e

Browse files
authored
Remove tracing from navigation and experimental label from pf CLI (#3730)
# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. # All Promptflow Contribution checklist: - [x] **The pull request does not introduce [breaking changes].** - [x] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [x] **I have read the [contribution guidelines](https://github.com/microsoft/promptflow/blob/main/CONTRIBUTING.md).** - [x] **I confirm that all new dependencies are compatible with the MIT license.** - [ ] **Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: [suggested workflow](../CONTRIBUTING.md#suggested-workflow).** ## General Guidelines and Best Practices - [x] Title of the pull request is clear and informative. - [x] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### Testing Guidelines - [ ] Pull request includes test coverage for the included changes.
1 parent 424dd18 commit e79da2e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

docs/cloud/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ In prompt flow, You can develop your flow locally and then seamlessly transition
2727

2828
For more resources on Azure AI, visit the cloud documentation site: [Build AI solutions with prompt flow](https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/get-started-prompt-flow?view=azureml-api-2).
2929

30-
```{toctree}
31-
:caption: Tracing
32-
:maxdepth: 2
33-
azureai/tracing/index
34-
```
35-
3630
```{toctree}
3731
:caption: Flow
3832
:maxdepth: 2

docs/reference/pf-command-reference.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# pf
22

3-
:::{admonition} Experimental feature
4-
This is an experimental feature, and may change at any time. Learn [more](../how-to-guides/faq.md#stable-vs-experimental).
5-
:::
6-
73
Manage prompt flow resources with the prompt flow CLI.
84

95
| Command | Description |

0 commit comments

Comments
 (0)