mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
This is a documentation-only update so automerging. Please review the commit if there are any follow-ups requested. * Update .gitignore for docfx genertated files * Update documenation (part 1) * Update docs and add some samples * More doc updates
28 lines
792 B
Markdown
28 lines
792 B
Markdown
# SQL Tools Service
|
|
|
|
SQL Tools Service provides core functionality for build SQL Server tools.
|
|
|
|
## [User Guide](guide/introduction.md)
|
|
|
|
The User Guide describes the high level design of this project and gives
|
|
guidance on how to use it.
|
|
|
|
## [API Reference](api/index.md)
|
|
|
|
The .Net API Reference contains details about the .NET API.
|
|
|
|
## [Design](design/index.md)
|
|
|
|
Design and implementation documentation for the SQL Tools Service SDK.
|
|
|
|
## Getting Help
|
|
|
|
Please feel free to file an issue on our
|
|
[GitHub issue tracker page](https://github.com/Microsoft/sqltoolsservice/issues).
|
|
|
|
|
|
## Contributing
|
|
|
|
We would love to incorporate community contributions into this project. If you would like to
|
|
contribute code, documentation, tests, or bug reports, please read our Contribution Guide to learn more.
|