docs: Shorten development section.

This commit is contained in:
Ruben Verborgh 2021-07-04 23:15:20 +02:00
parent ee456a5c11
commit 909f67d992

View File

@ -96,15 +96,9 @@ In case a WebID is also being created, it will be located inside this pod.
## Developing server code ## Developing server code
The [📗 API documentation](https://solid.github.io/community-server/docs/) and The [📗 API documentation](https://solid.github.io/community-server/docs/) and
the [📐 architectural the [📐 architectural diagram](https://rubenverborgh.github.io/solid-server-architecture/solid-architecture-v1-3-0.pdf)
diagram](https://rubenverborgh.github.io/solid-server-architecture/solid-architecture-v1-3-0.pdf) can help you find your way.
can help you find your way. The organization and structure of the classes and
components in the [src folder](/src) is designed to align with this
architectural diagram to the extent possible (i.e. the [ldp folder](src/ldp)
should contain all the components from the `ldp` section of the diagram.
If you are interested in helping out with the development of this server, be If you want to help out with the development of this server,
sure to have a look at the [📓 developer have a look at the [📓 developer notes](guides/developer-notes.md) and
notes](guides/developer-notes.md) and [🛠 good first issues](https://github.com/solid/community-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
[🛠 good first
issues](https://github.com/solid/community-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).