Jacer OMRI

Results 3 issues of Jacer OMRI

Add basic formatter for embedded_list fields It would map the array items to the value of the first target field configured

hello, i'm interested in contributing to this project, but i could understand nothing. Can you add some kind of documentation, or maybe expanding comments so i can catch up easily?

Hello, I'm using docker to build my gitbook inside a container. I have this Dockerfile: ``` FROM node:alpine RUN npm install -g gitbook-cli ADD . . RUN gitbook build ```...