1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

linking all docs in index for ease-of-discovery

further to my earlier tweet about searching for things in the psalm docs, just linking up a few of the unlinked docs.
This commit is contained in:
SignpostMarv 2019-02-11 13:57:06 +00:00 committed by Matthew Brown
parent 3497ad4765
commit 3986e34c3c

View File

@ -7,11 +7,15 @@
- [Configuration](configuration.md)
- [Running Psalm via command line](running_psalm.md)
- [Running Psalm in your IDE](language_server.md)
- [Using Psalter](fixing_code.md)
- [Supported Annotations](supported_annotations.md)
- [Dealing with code issues](dealing_with_code_issues.md)
- [Issue types](issues.md)
- [Typing in Psalm](typing_in_psalm.md)
- [Plugins](plugins.md)
- [Checking non-PHP files](checking_non_php_files.md)
- [How Psalm works](how_psalm_works.md)
- [Things that make developing Psalm complicated](what_makes_psalm_complicated.md)
## Introduction