initial
This commit is contained in:
commit
baa0056244
352 changed files with 47928 additions and 0 deletions
27
docs/index.md
Normal file
27
docs/index.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# PowerShell Editor Services
|
||||
|
||||
PowerShell Editor Services provides common functionality that is needed
|
||||
to enable a consistent and robust PowerShell development experience
|
||||
across multiple editors.
|
||||
|
||||
## [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
|
||||
|
||||
If you run into any issues while using PowerShell Editor Services and this documentation doesn't
|
||||
answer your question, feel free to file an issue on our
|
||||
[GitHub page](https://github.com/PowerShell/PowerShellEditorServices/issues) or contact the
|
||||
via Twitter ([@daviwil](http://twitter.com/daviwil) and [@r_keith_hill](http://twitter.com/r_keith_hill))
|
||||
|
||||
## 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]
|
||||
(../CONTRIBUTING.md) to learn more.
|
||||
Loading…
Add table
Add a link
Reference in a new issue