mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
This is documentation changes only so I'm just going to merge directly. The PR is for FYI purposes. Please leave feedback on the commit if you see anything I should follow-up on with this documentation.
19 lines
945 B
Plaintext
19 lines
945 B
Plaintext
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
|
|
<nav class="navbar navbar-inverse">
|
|
<div class="container">
|
|
<a href="{{_rel}}"><img height="50px" src="{{_rel}}images/sqlserver.png" style="float:right;"/></a>
|
|
<div class="navbar-header ">
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="{{_rel}}"><span class="dotnet">SQL Tools Service</span></a>
|
|
</div>
|
|
<div id="navbar" class="collapse navbar-collapse">
|
|
</div><!--/.nav-collapse -->
|
|
</div>
|
|
</nav>
|