From 4425da26abd728823e431c28af559d6d7f947a86 Mon Sep 17 00:00:00 2001 From: "Jack He (Github)" Date: Thu, 5 Oct 2023 15:52:01 -0700 Subject: [PATCH] Update README and Automation Script to include documentation dashboard. (#3899) * update to real performance branch * update README to include perf and other stuff * dont include reliablereset stuff yet, not in this pr --------- Co-authored-by: Jack He --- README.md | 1 + scripts/update-docfx-site.ps1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa8e81e7..c9468fcda 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@

MsQuic logo

+[![Documentation](https://img.shields.io/static/v1?label=Documentation&message=Dashboard&color=blue)](https://microsoft.github.io/msquic/msquicdocs/docs/API.html) [![Perf Dashboard](https://img.shields.io/static/v1?label=Performance&message=Dashboard&color=blue)](https://microsoft.github.io/msquic/) [![Build Status](https://img.shields.io/github/actions/workflow/status/microsoft/msquic/build.yml?query=branch%3Amain&label=Build)](https://github.com/microsoft/msquic/actions/workflows/build.yml?query=branch%3Amain) [![Test Status](https://img.shields.io/github/actions/workflow/status/microsoft/msquic/test.yml?query=branch%3Amain&label=Test)](https://github.com/microsoft/msquic/actions/workflows/test.yml?query=branch%3Amain) diff --git a/scripts/update-docfx-site.ps1 b/scripts/update-docfx-site.ps1 index 5773d8faf..97e0f04ae 100644 --- a/scripts/update-docfx-site.ps1 +++ b/scripts/update-docfx-site.ps1 @@ -4,7 +4,7 @@ $env:GIT_REDIRECT_STDERR = '2>&1' git fetch # Stash any changes to the current branch git stash -git checkout performance-dupe +git checkout performance # Commit the output file. git config user.email "quicdev@microsoft.com"