Yes I replace Wiki by Note to make a new service named LibresourceNote and a new resource named Note.
ANd no it didn't change anything because in the fileLibreSource-web.xml you have :
<resource key="Page" name="Wiki Page" service="LibresourceWiki" type="Page">
and for my new resource, I do an other type named Note. I change in all file in directories xxx/note/ Page with Note and I write :
<resource key="Note" name="Note Page" service="LibresourceNote" type="Note">