initial
Some checks are pending
CI Tests / dotnet (push) Waiting to run
CI Tests / dotnet-1 (push) Waiting to run
CI Tests / dotnet-2 (push) Waiting to run
Emacs End-to-End Tests / ert (push) Waiting to run
Vim End-to-End Tests / themis (push) Waiting to run

This commit is contained in:
fwastring 2026-02-17 13:06:31 +01:00
commit baa0056244
352 changed files with 47928 additions and 0 deletions

27
docs/index.md Normal file
View 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.