Add initial doxfx content

This commit is contained in:
Karl Burtram
2016-12-15 16:37:50 -08:00
parent 5a15a2cdf1
commit e3c080b2a0
539 changed files with 232202 additions and 1 deletions

8
docs/api/index.md Normal file
View File

@@ -0,0 +1,8 @@
# API Reference
The .NET API for SQL Tools Service is organized in a way that allows
you to easily get started using all of its services but also giving you the
option to only use the services you care about in your application.
Use the @Microsoft.SqlTools.ServiceLayer.LanguageServices to provide language
intelligence behaviors like finding the references or definition of a cmdlet or variable.