| # Introduction |
| |
| The `analysis_server` package implements the analysis server, which supports |
| both the IDE experience and several command-line tools. This directory contains |
| documentation related to the`analysis_server` package. |
| |
| The documentation is divided into the following sections: |
| |
| - [implementation](implementation/overview.md), which describes the |
| implementation of the server. It is intended to help you understand how the |
| server works and how to enhance the various features provided by the server. |
| |
| - [process](process/overview.md), which describes the process that should be |
| followed when working on the analysis server code base. |