From 57fba975cd934674eec81b71b6ac329b1bdf67ca Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Sat, 19 Dec 2020 22:32:53 +0100 Subject: [PATCH] docs: Link to API documentation. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62aa1c6ea..3f6065b50 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,13 @@ However, you can already boot up the server, play around with it, and check how it is made.
-The [architectural diagram](https://github.com/RubenVerborgh/solid-server-architecture) +The [📗 API documentation](https://solid.github.io/community-server/docs/) +and the [📐 architectural diagram](https://github.com/RubenVerborgh/solid-server-architecture) can help you find your way. If you are interested in helping out with the development of this server, -be sure to have a look at the [developer notes](https://github.com/solid/community-server/wiki/Notes-for-developers) -and [good first issues](https://github.com/solid/community-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). +be sure to have a look at the [📓 developer notes](https://github.com/solid/community-server/wiki/Notes-for-developers) +and [🛠️ good first issues](https://github.com/solid/community-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). ## Running locally