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

23
docs/index.md Normal file
View File

@@ -0,0 +1,23 @@
# 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 API Reference contains details about the .NET API.
## 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.