docs: update doc plugin example links

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-20 14:58:52 +02:00
parent 49fe87e044
commit 84fe733545
4 changed files with 8 additions and 10 deletions
+2 -3
View File
@@ -137,9 +137,8 @@ router.use('/summary', async (req, res) => {
```
For a more detailed example, see
[the lighthouse plugin](https://github.com/backstage/backstage/tree/master/plugins/lighthouse)
that stores some state in a database and adds new capabilities to the underlying
API.
[the user-settings plugin backend](https://github.com/backstage/backstage/tree/master/plugins/user-settings-backend)
that stores some state in a database and surfaces an API for the frontend plugin to use.
Internally at Spotify, this has been a fairly popular choice for different
reasons. Commonly, the backend has been used as a caching and data massaging