Skip to content

Commit 54fa9fa

Browse files
fenekkuppanero
andcommitted
Apply suggestions from code review
Co-Authored-By: Pablo Panero <[email protected]>
1 parent 35261ec commit 54fa9fa

File tree

4 files changed

+5
-269
lines changed

4 files changed

+5
-269
lines changed

docs/develop/config.md

Lines changed: 0 additions & 151 deletions
This file was deleted.

docs/develop/customize.md

Lines changed: 0 additions & 114 deletions
This file was deleted.

docs/develop/make_it_your_own.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,12 @@ model. We encourage you to explore it fully before you consider adding your own
196196
fields. But adding your own fields is possible and no hacks are necessary.
197197

198198
Metadata extensions are defined via two configurations: the additional fields'
199-
namespaces, a unique identifying url to prevent field clashes with other extensions,
199+
namespaces, a unique identifying url to prevent field collisions with other extensions,
200200
and the extensions (fields) themselves, a name, validation schema type and
201201
ElasticSearch storage type.
202202

203203
To extend the metadata model, we edit the corresponding configuration variables
204-
in our familiar friend `invenio.cfg`. For our purposes, we first add the new
204+
in our familiar friend `invenio.cfg`. For example, we first add the new
205205
namespace:
206206

207207

@@ -264,8 +264,8 @@ Restart the server. Creating a record now looks like this:
264264
```bash
265265
curl -k -XPOST -H "Content-Type: application/json" https://localhost:5000/api/records/ -d '{
266266
"_access": {
267-
"metadata_restricted": False,
268-
"files_restricted": False
267+
"metadata_restricted": false,
268+
"files_restricted": false
269269
},
270270
"_owners": [1],
271271
"_created_by": 1,

docs/preview/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ ls -la inveniordm-preview
7777
total 56
7878
drwxr-xr-x 5 youruser youruser 4096 Feb 19 13:45 ./
7979
drwxr-xr-x 5 youruser youruser 4096 Feb 19 13:45 ../
80+
drwxr-xr-x 3 youruser youruser 4096 Feb 19 13:45 app_data/
8081
drwxr-xr-x 3 youruser youruser 4096 Feb 19 13:45 assets/
8182
drwxr-xr-x 4 youruser youruser 4096 Feb 19 13:45 docker/
8283
-rw-r--r-- 1 youruser youruser 2932 Feb 19 13:45 docker-compose.full.yml

0 commit comments

Comments
 (0)