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.
28 lines
1.5 KiB
Plaintext
28 lines
1.5 KiB
Plaintext
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}">
|
|
{{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
|
|
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
|
|
<link rel="stylesheet" href="{{_rel}}styles/main.css">
|
|
<link rel="stylesheet" href="{{_rel}}styles/docfx.css">
|
|
<link rel="stylesheet" href="{{_rel}}styles/style.css">
|
|
<meta property="docfx:navrel" content="{{_navRel}}">
|
|
<meta property="docfx:tocrel" content="{{_tocRel}}">
|
|
<!--
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-63735192-1', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
-->
|
|
</head> |