mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-18 01:25:41 -05:00
Initial docfx documentation placeholder files (#194)
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.
This commit is contained in:
8
docs/api/index.md
Normal file
8
docs/api/index.md
Normal 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.
|
||||
Reference in New Issue
Block a user