Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
allenanie committed Dec 9, 2024
1 parent e0a0d0c commit d7e4821
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions _sources/quickstart/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ You may require Git Large File Storage if git is unable to clone the repository
git clone https://github.com/microsoft/Trace.git
cd Trace
pip install -e .
```
```
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@

<body>
<header class="header-global">
<nav id="navbar-main" class="navbar navbar-main navbar-expand-md navbar-dark navbar-theme-primary headroom py-lg-2 px-lg-6 headroom--not-bottom headroom--pinned headroom--top">
<nav id="navbar-main" class="navbar navbar-main navbar-expand-lg navbar-dark navbar-theme-primary headroom py-md-2 px-md-6 headroom--not-bottom headroom--pinned headroom--top">
<div class="container">
<div class="navbar-collapse collapse" id="navbar_global">
<div class="navbar-collapse-header">
Expand Down Expand Up @@ -656,7 +656,7 @@
</li>
</ul>
</div>
<div class="d-none d-md-block">
<div class="d-none d-lg-block">
<!-- <a href="#" target="_blank" class="btn btn-secondary btn-pricing-plan animate-up-2 mr-3"><i class="fab fa-github mr-2"></i> Repo (Coming soon)</a> -->
<a href="https://github.com/microsoft/trace" target="_blank" class="btn btn-soft btn-pricing-plan animate-up-2 mr-1">GitHub</a>
<a href="https://microsoft.github.io/Trace/intro.html" target="_blank" class="btn btn-outline-black btn-docs animate-up-2">Docs</a>
Expand Down
3 changes: 3 additions & 0 deletions quickstart/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@ <h2>Developer Installation<a class="headerlink" href="#developer-installation" t
pip install -e .
</pre></div>
</div>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>
</pre></div>
</div>
</section>
</section>

Expand Down

0 comments on commit d7e4821

Please sign in to comment.