Skip to content

Commit 3516b49

Browse files
author
Pablo Panero
committed
extensions: and ui note and fix index section
1 parent afe21c4 commit 3516b49

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/extensions/custom.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ It's all set, run your instance with the cli and you will have your new features
5959
``` console
6060
$ invenio-cli run
6161
```
62+
63+
!!! note "UI related extensions"
64+
if your extension adds scss and/or javascript, you will need to update your final static files before running your instance! You can do so with the CLI: `invenio-cli update [--no-install-js]`

docs/extensions/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# What can be added?
22

3-
InvenioRDM supports a great variety of extensions that can help you adapt it to your infrastructure. The currently supported extensions are listed below. If you need even more, you can develop your own! Check how to do so [here](custom.md).
3+
InvenioRDM supports a great variety of extensions that can help you adapt it to your infrastructure. The currently supported extensions are listed below.
44

5-
## Supported extensions
5+
## Develop your own extension
6+
7+
If you want to add custom functionality to your RDM instance, you need to develop your own module. We have the docs and cookiecutter template to get you started in no time.
8+
9+
[> Develop an extension](custom.md)
610

711
### Storage
812

0 commit comments

Comments
 (0)