From 62a995a7920606ac10d30e69d8f225c6140becce Mon Sep 17 00:00:00 2001 From: Andy Parkerson Date: Tue, 28 Apr 2026 16:25:55 -0500 Subject: [PATCH 1/2] Fix typos and improve formatting in deploy.md Corrected typos and formatting in the deploy command documentation. --- docs/commands/fs/deploy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/commands/fs/deploy.md b/docs/commands/fs/deploy.md index c80ecb910..90cf05127 100644 --- a/docs/commands/fs/deploy.md +++ b/docs/commands/fs/deploy.md @@ -14,7 +14,7 @@ You can deploy: **Usage:** -``` +```bash fab deploy --config [--target_env ] [--params ] [--force] ``` @@ -27,7 +27,7 @@ fab deploy --config [--target_env ] [--params Date: Tue, 28 Apr 2026 16:30:38 -0500 Subject: [PATCH 2/2] Correct capitalization in 'Useful Links' section Capitalizing section head like the rest of the document --- docs/commands/fs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands/fs/deploy.md b/docs/commands/fs/deploy.md index 90cf05127..ff6fd1cec 100644 --- a/docs/commands/fs/deploy.md +++ b/docs/commands/fs/deploy.md @@ -207,6 +207,6 @@ fab export ws.Workspace/MyDataPipeline.DataPipeline -o C:\Users\myuser --- -### Useful links +### Useful Links - [Fabric CI/CD Library](https://microsoft.github.io/fabric-cicd/latest/)