Skip to content

Commit 48dee6d

Browse files
author
Pablo Panero
committed
extensions: fix minor aesthetics
1 parent 3516b49 commit 48dee6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/extensions/custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ $ invenio-cli run
6161
```
6262

6363
!!! 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]`
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ If you want to add custom functionality to your RDM instance, you need to develo
88

99
[> Develop an extension](custom.md)
1010

11-
### Storage
11+
## Storage
1212

1313
- [S3](s3.md) can be configured to serve as your storage backend via the [invenio-s3](https://github.com/inveniosoftware/invenio-s3) extension. If you chose S3 as storage when initializing your instance, [navigate here](#i-chose-s3-when-initializing-the-repository). Otherwise, [navigate to this section](#i-didnt-choose-s3-when-initializing).

0 commit comments

Comments
 (0)