Skip to content

Commit c2dbc19

Browse files
author
Pablo Panero
committed
global: beatufy notes and warnings with admonition
1 parent 0d5bca7 commit c2dbc19

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/develop/customize.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ Passing the `--no-install-js` option, skips re-installation of JS dependencies.
2121

2222
Go to the browser [*https://localhost:5000/*](https://localhost:5000) or refresh the page. And voilà! The logo has been changed!
2323

24-
**WARNING**: If you do not see it changing, check in an incognito window, the browser might have cached the logo.
24+
!!! warning "That evil cache"
25+
If you do not see it changing, check in an incognito window, the browser might have cached the logo.

docs/develop/run.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ By <a href="https://unsplash.com/@matyssik" target="_blank" rel="noopener norefe
166166

167167
Save it as `snow_doge.jpg` in your current directory. Then upload it to the record:
168168

169-
**WARNING** Change `pv1dx-rwa61` in the URLs below for the recid of your record.
169+
!!! warning "Change the `recid`"
170+
Change `pv1dx-rwa61` in the URLs below for the recid of your record.
170171

171172
```
172173
$ curl -k -X PUT https://localhost:5000/api/records/pv1dx-rwa61/files/snow_doge.jpg -H "Content-Type: application/octet-stream" --data-binary @snow_doge.jpg

docs/install/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ $ invenio-cli --version
5858
invenio-cli, version 0.10.0
5959
```
6060

61-
*Note: The CLI is in pre 1.0 release. The last release's version is **0.10.0**. Your version may be different than the above.*
61+
!!! note "CLI version"
62+
The CLI is in pre 1.0 release. The last release's version is **0.10.0**. Your version may be different than the above.*

0 commit comments

Comments
 (0)