mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -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:
17
docs/guide/introduction.md
Normal file
17
docs/guide/introduction.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Introduction
|
||||
|
||||
> NOTE: The user guide is currently under development and may be missing
|
||||
> important information. If you feel that a particular area is missing or
|
||||
> poorly explained, please feel free to file an issue at our [GitHub site](https://github.com/Microsoft/sqltoolsservice/issues)
|
||||
|
||||
SQL Tools Service is a tool that provides useful services to code
|
||||
editors that need a great SQL Server editing experience.
|
||||
|
||||
## The .NET API
|
||||
|
||||
The .NET API provides the complete set of services which can be used in
|
||||
code editors or any other type of application.
|
||||
|
||||
If you're a developer that would like to use SQL Tools Service in
|
||||
a .NET application, read the page titled [Using the .NET API](using_the_dotnet_api.md)
|
||||
to learn more.
|
||||
2
docs/guide/toc.md
Normal file
2
docs/guide/toc.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# [Introduction](introduction.md)
|
||||
# [Using the .NET API](using_the_dotnet_api.md)
|
||||
4
docs/guide/using_the_dotnet_api.md
Normal file
4
docs/guide/using_the_dotnet_api.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Using the SQL Tools Service .NET API
|
||||
|
||||
> NOTE: This page will eventually provide usage examples of the .NET
|
||||
> API. For now the [API Reference](../api/index.md) is the best starting point.
|
||||
Reference in New Issue
Block a user