Skip to content

Commit

Permalink
Update README and Automation Script to include documentation dashboar…
Browse files Browse the repository at this point in the history
…d. (#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 <[email protected]>
  • Loading branch information
ProjectsByJackHe and ProjectsByJackHe authored Oct 5, 2023
1 parent 8ee40b1 commit 4425da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<h1 align="center"><img src="docs/images/readme_logo.png" width="500" alt="MsQuic logo"/></h1>

[![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)
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-docfx-site.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
Expand Down

0 comments on commit 4425da2

Please sign in to comment.